GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces | Macros
PeriodicScheduler.h File Reference
#include "Cpl/System/ElapsedTime.h"
Include dependency graph for PeriodicScheduler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Cpl::System::PeriodicScheduler
 This concrete class is a 'policy' object that is used to add polled based, cooperative monotonic scheduling to a Runnable object. More...
 
struct  Cpl::System::PeriodicScheduler::Interval_T
 Defines an interval. More...
 

Namespaces

namespace  Cpl
 The 'Cpl' namespace is the root name space for the Colony.
 
namespace  Cpl::System
 The System namespace contains platform independent foundation abstractions and classes related to program execution.
 

Macros

#define CPL_SYSTEM_PERIODIC_SCHEDULAR_END_INTERVALS   {nullptr,{0,0},nullptr}
 Helper macro that is used to mark the end of an 'Interval Array'.
 

Macro Definition Documentation

◆ CPL_SYSTEM_PERIODIC_SCHEDULAR_END_INTERVALS

#define CPL_SYSTEM_PERIODIC_SCHEDULAR_END_INTERVALS   {nullptr,{0,0},nullptr}

Helper macro that is used to mark the end of an 'Interval Array'.