RSeries astromech firmware
DelayCall.h File Reference
#include "ReelTwo.h"
#include "core/AnimatedEvent.h"
+ Include dependency graph for DelayCall.h:

Go to the source code of this file.

Classes

class  DelayCall
 Schedules a function to be called at a later time. More...
 

Macros

#define MAX_DELAY_CALL   10
 

Typedefs

typedef void(* DelayCallPtr) ()
 

Macro Definition Documentation

◆ MAX_DELAY_CALL

#define MAX_DELAY_CALL   10

Typedef Documentation

◆ DelayCallPtr

typedef void(* DelayCallPtr) ()