![]() |
GM6000 Digital Heater Controller Build: 20 (Branch = develop)
SDX-1330
|
#include "Cpl/System/Runnable.h"#include "Cpl/System/Semaphore.h"#include "Cpl/System/Signable.h"#include "Cpl/System/EventFlag.h"#include "Cpl/System/SharedEventHandler.h"#include "Cpl/System/TimerManager.h"Go to the source code of this file.
Classes | |
| class | Cpl::System::EventLoop |
| This concrete class is a Runnable object that provides a event driven execution model for a thread. 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 | OPTION_CPL_SYSTEM_EVENT_LOOP_TIMEOUT_PERIOD 1 |
| Specifies the default timeout period for waiting on a event. | |
| #define OPTION_CPL_SYSTEM_EVENT_LOOP_TIMEOUT_PERIOD 1 |
Specifies the default timeout period for waiting on a event.
1 msec timeout, aka 1 msec timer resolution for Software Timers