![]() |
OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
|
Subscribable events. More...
#include <InternalTypes.hpp>
Public Types | |
| typedef void(*) | Callback(_Args...) |
| Callback prototype. | |
Static Public Member Functions | |
| static void | subscribe (Callback callback) |
| Subscribe to this event. | |
| static void | notify (_Args... __args) |
| Invoke all subscribed callbacks. | |
Subscribable events.
| eventType | Type of internal event |
| _Args | Callback argument types |
Definition at line 583 of file InternalTypes.hpp.
| void(*) InternalEvent< eventType, _Args >::Callback(_Args...) |
Callback prototype.
Definition at line 586 of file InternalTypes.hpp.
|
inlinestatic |
Invoke all subscribed callbacks.
| __args | Callback arguments |
Definition at line 607 of file InternalTypes.hpp.
|
inlinestatic |
Subscribe to this event.
| callback | Event callback |
Definition at line 596 of file InternalTypes.hpp.