GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces
Thread.h File Reference
#include "Cpl/System/Thread.h"
#include "Cpl/System/Semaphore.h"
#include "Cpl/Text/FString.h"
Include dependency graph for Thread.h:

Go to the source code of this file.

Classes

class  Cpl::System::BareMetal::Thread
 This concrete class implements 'enough' of a Thread object to support Cpl::System framework on a bare metal system (a system that has only ONE thread and potentially ISR contexts). 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.
 
namespace  Cpl::System::BareMetal
 Concrete implementation of the platform specific classes/features of the Cpl::System namespace interfaces for a Baremetal/Singled-threaded system.