x4Trace Documentation v1.0
|
Classes | |
class | IDriverFeature |
Represents a feature of driver. This is the database representation of driver. Not the real driver. Containd the data of driver. More... | |
class | IDriverListFature |
Represent a list of driver feature. More... | |
class | IDriverVariableFeature |
Represents a variable feature of driver. More... | |
class | IDriverVariableListFeature |
Represents list of driver varriable feature. More... | |
class | VariableNotFoundException |
Exception: Driver variable not found. More... | |
Enumerations | |
enum | DriverStatus { None = 0 , OK = 1 , Error = 2 , Connecting = 3 , Initialize = 4 } |
Statuses of drivers. More... | |
enum | ProcessBehaviourTypes { SimpleVariable = 0 , ProcessValueConnection = 1 } |
Behaviour type of the variable. More... | |