|
Sound Byte Libs 1ee2ca6
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
|
Generic event broadcasting for coordinating multiple outputs. More...
Go to the source code of this file.
Classes | |
| class | sbl::core::patterns::events::EventBroadcaster< Output1Type, Output2Type > |
| Generic event broadcaster for two outputs. More... | |
| class | sbl::core::patterns::events::FlashLedTriggerBroadcaster< FlashLedType, TriggerType > |
| Specialized broadcaster for FlashLed and Trigger types. More... | |
Namespaces | |
| namespace | sbl |
| Root namespace for all Sound Byte Libs functionality. | |
| namespace | sbl::core |
| namespace | sbl::core::patterns |
| namespace | sbl::core::patterns::events |
Generic event broadcasting for coordinating multiple outputs.
Template-based event coordination without domain-specific logic. Manages multiple output devices that respond to events.
Definition in file event_broadcaster.hpp.