x4Trace Documentation v1.0
Loading...
Searching...
No Matches
Ix4Trace.Engine.Features.Driver Namespace Reference

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...
 

Enumeration Type Documentation

◆ DriverStatus

Statuses of drivers.

Enumerator
None 

None status.

OK 

Driver works fine. It is connected ant it is working.

Error 

Driver is in error status.

Connecting 

Driver is connecting.

Initialize 

driver is initializing.

◆ ProcessBehaviourTypes

Behaviour type of the variable.

Enumerator
SimpleVariable 

Simple variable.

ProcessValueConnection 

Value of process.