RSeries astromech firmware
SetupEvent Class Referenceabstract

#include <core/SetupEvent.h>

Detailed Description

Base class for all devices that require setup that cannot happen in the constructor. SetupEvent::setup() is called for each device once from the sketch setup() routine.

+ Inheritance diagram for SetupEvent:

Public Member Functions

 SetupEvent ()
 Default Constructor. More...
 
virtual void setup ()=0
 Subclasses must implement this function to perform any necessary setup that cannot happen in the constructor. More...
 

Static Public Member Functions

static void ready ()
 Calls setup() for each created AnimatedEvent subclass. More...
 

Constructor & Destructor Documentation

◆ SetupEvent()

SetupEvent::SetupEvent ( )
inline

Default Constructor.

Registers the subclass to be called from the sketch setup() routine

Member Function Documentation

◆ ready()

static void SetupEvent::ready ( )
inlinestatic

Calls setup() for each created AnimatedEvent subclass.

◆ setup()


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