x4Trace Documentation v1.0
|
Classes | |
class | Driver |
Represents a Driver of x4Trace. Name of the database table is Driver. The Driver is a part of the Line/Division. This object fires data modification events. More... | |
class | DriverTypes |
Represents a Driver of x4Trace. Name of the database table is DriverTypes. Categorize the drivers. More... | |
class | DriverVariable |
Represents a variable of Driver of x4Trace. Name of the database table is DriverVariable. More... | |
class | DriverVariableKeys |
Represents a key varriable of Driver of x4Trace. Uses for help the user. Data of the list of the available keys/variables. More... | |
Enumerations | |
enum | BehaviourTypes { DriverVariable = 0 , Setting = 1 } |
Driver variable behavoir type. More... | |
Driver variable behavoir type.
Enumerator | |
---|---|
DriverVariable | Simple driver variable. Changes when the driver sets this variable. |
Setting | Use for configuration of the driver. All drivers defines the setting variables. |