|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include <EventBus.h>
Public Attributes | |
| EventType | type |
| uint32_t | timestamp |
| union { | |
| char key | |
| uint8_t value | |
| void * ptr | |
| } | data |
Event data structure
Definition at line 53 of file EventBus.h.
| union { ... } cdc::core::Event::data |
| char cdc::core::Event::key |
Definition at line 57 of file EventBus.h.
| void* cdc::core::Event::ptr |
Definition at line 59 of file EventBus.h.
| uint32_t cdc::core::Event::timestamp |
Definition at line 55 of file EventBus.h.
Referenced by host_event_publish().
| EventType cdc::core::Event::type |
Definition at line 54 of file EventBus.h.
Referenced by host_event_publish(), cdc::ui::onModuleErrorEvent(), cdc::core::EventBus::publish(), and cdc::core::ModuleRegistry::reportModuleError().
| uint8_t cdc::core::Event::value |
Definition at line 58 of file EventBus.h.
Referenced by host_event_publish(), cdc::ui::onModuleErrorEvent(), and cdc::core::ModuleRegistry::reportModuleError().