1#ifndef Cpl_System_Api_h_
2#define Cpl_System_Api_h_
68 static void sleep(
unsigned long milliseconds )
noexcept;
This class defines methods for initializing the Colony.Core class library and other startup/init acti...
Definition Api.h:29
static void sleep(unsigned long milliseconds) noexcept
This method causes the current thread to be suspended for n milliseconds.
static void initialize(void)
This function initializes the Colony.Core class library.
static void enableScheduling(void)
This function is used to initiate thread scheduling.
static void suspendScheduling(void)
This method is used to temporarily suspend thread scheduling, i.e.
static bool isSchedulingEnabled(void)
This function returns true if scheduling has enabled using the enableScheduling() functions.
static void sleepInRealTime(unsigned long milliseconds) noexcept
This method is the same as sleep(), EXCEPT that is guaranteed to suspend in 'real time'.
static void resumeScheduling(void)
This method is used to resume thread scheduling after a call to suspendScheduling has been made.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20