Commanders
Arduino buttons/bus library
EventsSequencerItem Struct Reference

#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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: