ecu_event Struct Reference

ECU: ecu_event Struct Reference
ECU
ecu_event Struct Reference

Base event class. Custom event data is stored by inheriting this class. More...

#include <event.h>

Data Fields

ecu_event_id_t id
 Identifies the event type.
 
size_t size
 Number of bytes of derived event. Allows for easier handling. I.e. reading and writing events to queues.
 

Detailed Description

Base event class. Custom event data is stored by inheriting this class.

Warning
PRIVATE. Unless otherwise specified, all members can only be edited via the public API.

The documentation for this struct was generated from the following file: