Commanders
Arduino buttons/bus library
|
#include "EventsSequencer.hpp"
Public Member Functions | |
EventsSequencerItem * | GetNext () |
void | SetNext (EventsSequencerItem *inNext) |
unsigned long | GetDelay () |
Public Attributes | |
unsigned long | id |
COMMANDERS_EVENT_TYPE | type |
int | data |
unsigned long | delay |
EventsSequencerItem * | next |
Event sequencer item. This class represents one item , one event. Each event has an id, a type and a data. Each item contains a delay before the following event.
Definition at line 13 of file EventsSequencer.hpp.