ecuTypes.h File Reference
#include <string>
#include <vector>
#include <boost/system/error_code.hpp>
Include dependency graph for ecuTypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Protocol
 ECU Protocol info. More...
 
struct  Parameter
 Parameter information. More...
 
struct  CANBusFrame
 It contains the CAN Bus Frame structure. More...
 
struct  CANBusConfiguration
 CAN BUS configuration structure. More...
 
struct  ECUInfoConf
 
struct  CANBusFilter
 Can bus filter structure. More...
 
struct  Alarm
 Alarm info. More...
 
struct  AlarmEvent
 Alarm event. More...
 

Namespaces

 dpyEcu
 Deepsy ECU namespace that includes the different enums, structs or method signatures that should be used.
 

Enumerations

enum  CANBusFilterOperation { RESET = 0, ADD = 1, REMOVE = 2 }
 CAN bus filter operation.
 
enum  CANBusIdType { STANDARD = 0, EXTENDED = 1, J1939 = 2, CUSTOM = 3 }
 CAN bus frame type.
 
enum  AlarmType { STATE_CHANGE = 0, THRESHOLD = 1 }
 Type of ECU alarm. More...
 

Detailed Description

/ Header file for ECU types