Enumerations
Collaboration diagram for Enumerations:

Enumerations

enum  AlarmType { StateChange, Threshold }
 Ecu alarm type More...
 
enum  CANBusResistor { NA = 0, ENABLED = 1, DISABLED = 2 }
 Ecu CAN terminator resistance More...
 

Detailed Description

List of enumerations available for configuration or events

Enumeration Type Documentation

enum AlarmType
strong
Enumerator
StateChange 

Alarm when the state of the param changes = 0

Threshold 

Alarm set by threshold = 1

enum CANBusResistor
strong
Enumerator
NA 

Not available

ENABLED 

Enabled

DISABLED 

Disabled