![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
The System namespace contains platform independent foundation abstractions and classes related to program execution. More...
The System namespace contains platform independent foundation abstractions and classes related to program execution.
The interfaces and abstractions are designed to support multi-threaded application.
Namespaces | |
namespace | BareMetal |
Concrete implementation of the platform specific classes/features of the Cpl::System namespace interfaces for a Baremetal/Singled-threaded system. | |
namespace | Cpp11 |
Concrete implementation of the platform specific classes/features of the Cpl::System namespace interfaces using the C++11 standard threading features. | |
namespace | FreeRTOS |
Concrete implementation of the platform specific classes/features of the Cpl::System namespace interfaces using FreeRTOS threading functions. | |
namespace | Posix |
Concrete implementation of the platform specific classes/features of the Cpl::System namespace interfaces using POSIX threading functions. | |
namespace | Win32 |
Concrete implementation of the platform specific classes/features of the Cpl::System namespace interfaces using native Win32 threading functions. | |
Classes | |
class | Api |
This class defines methods for initializing the Colony.Core class library and other startup/init actions. More... | |
class | CounterCallback_ |
This abstract class defines the call-back interface for a Counter object. More... | |
class | CounterSource_ |
This abstract class defines the interface for registering for an Counter object with the Timer Manager. More... | |
class | ElapsedTime |
This class defines the interface for accessing the elapsed time since power up and/or reset of the platform. More... | |
class | EventFlag |
This abstract class defines the interface to generated a 'Event Flag'. More... | |
class | EventLoop |
This concrete class is a Runnable object that provides a event driven execution model for a thread. More... | |
class | FatalError |
This class defines methods for handling fatal errors encountered by an application. More... | |
class | GlobalLock |
This class defines an interface for a "Global Lock". More... | |
class | Locks_ |
This class provide access to Colony.Core's internal global mutexes. More... | |
class | Mutex |
This mutex class defines the interface for a mutex that has "recursive" semantics. More... | |
class | PeriodicScheduler |
This concrete class is a 'policy' object that is used to add polled based, cooperative monotonic scheduling to a Runnable object. More... | |
class | Runnable |
This is an abstract class defines the interface for an object that is "executed" when a Thread object is created. More... | |
class | Semaphore |
This semaphore class defines the interface for a Counting Semaphore. More... | |
class | SharedEventHandler |
This template concrete class is a 'strategy class' in that in provides most of work needed for a Runnable object to support a list of callback functions for handling event-signally - instead of hard coded switch statement in its processEventFlag() method. More... | |
class | SharedEventHandlerApi |
This abstract class defines the interface for a Shared Event Handler. More... | |
class | Shell |
This class defines methods for interfacing with the Platform native OS to execute a native OS system/shell command. More... | |
class | Shutdown |
This class defines methods for forcibly terminating the application. More... | |
class | Shutdown_TS |
This class provides methods to access the unit testing support for the Cpl::System::Shutdown interface. More... | |
class | Signable |
This abstract class defines the interface by which a client can cause an object that is waiting-on-a-signal to become unblocked. More... | |
class | SimTick |
This class define the interface to provide a simulates system tick (in milliseconds) to the application. More... | |
class | StartupHook_ |
This class defines a start-up handler/hook that allows a Colony.Core sub-system to register to be called when the Api::initialize() method is called. More... | |
class | Thread |
This abstract class defines the operations that can be performed on a thread. More... | |
class | Timer |
This mostly concrete interface defines the operations that can be performed on a software timer. More... | |
class | TimerComposer |
This template class implements a Software Timer that is context independent and allows for a single context to contain many Timers. More... | |
class | TimerManager |
This mostly concrete class implements manages a list of Software Timers. More... | |
class | Tls |
This concrete class defines the interface for Thread Local Storage (TLS). More... | |
class | Trace |
This concrete class provide a 'printf' tracing mechanism. More... | |
class | TracePlatform_ |
This class defines the interface to the platform specific implementation of the Cpl::System::Trace interface. More... | |