NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
This class represents a start method for static data sources. More...
#include <Events.hpp>
Public Member Functions | |
StartSourceEvent () | |
creates a custom events that lets static data sources start sending data. More... | |
uint8_t * | data () override |
Gets the payload of the event. More... | |
![]() | |
BaseEvent (EventType eventType=EventType::kInvalidEvent) | |
Creates an event of a given type. More... | |
EventType | getEventType () const |
The event type. More... | |
This class represents a start method for static data sources.
|
inlineexplicit |
creates a custom events that lets static data sources start sending data.
References NES::Runtime::kStartSourceEvent.
|
inlineoverridevirtual |