Base structure for events. More...
Public Attributes | |
eEvent | m_uEvent |
Event type. | |
uint_t | m_uWhich |
Which device generated the event. | |
uint32_t | m_uMSTimeStamp |
Time when the event occurred. | |
Base structure for events.
All events derive from this class. Based on the eEvent enumeration value in m_uEvent, the derived class type can be determined
eEvent Burger::EventHeader_t::m_uEvent |
Event type.
uint32_t Burger::EventHeader_t::m_uMSTimeStamp |
Time when the event occurred.
uint_t Burger::EventHeader_t::m_uWhich |
Which device generated the event.