TEMU  2
The Terma Emulator
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Power.h File Reference
Include dependency graph for Power.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  temu_PowerIface
 
struct  temu_PowerLineIface
 

Macros

#define TEMU_POWER_IFACE_TYPE   "PowerIface"
 
#define TEMU_POWER_LINE_IFACE_TYPE   "PowerLineIface"
 

Enumerations

enum  temu_PowerState { tePS_Off, tePS_On }
 Used to indicate whether a model is powered on. More...
 

Functions

 TEMU_IFACE_REFERENCE_TYPE (temu_Power)
 
 TEMU_IFACE_REFERENCE_TYPE (temu_PowerLine)
 

Macro Definition Documentation

#define TEMU_POWER_IFACE_TYPE   "PowerIface"

Definition at line 34 of file Power.h.

#define TEMU_POWER_LINE_IFACE_TYPE   "PowerLineIface"

Definition at line 46 of file Power.h.

Enumeration Type Documentation

Used to indicate whether a model is powered on.

Enumerator
tePS_Off 

System is powered off.

tePS_On 

System is powered on.

Definition at line 23 of file Power.h.

Function Documentation

TEMU_IFACE_REFERENCE_TYPE ( temu_Power  )
TEMU_IFACE_REFERENCE_TYPE ( temu_PowerLine  )