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

Go to the source code of this file.

Classes

class  Cpl::System::FreeRTOS::Thread
 This concrete class implements a Thread object using FreeRTOS threads. More...
 
class  Cpl::System::FreeRTOS::MakeCurrentThreadACplThread
 This is a helper class that can be used to make the current thread a CPL 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.
 
namespace  Cpl::System::FreeRTOS
 Concrete implementation of the platform specific classes/features of the Cpl::System namespace interfaces using FreeRTOS threading functions.
 

Macros

#define OPTION_CPL_SYSTEM_FREERTOS_DEFAULT_STACK_SIZE   (1024*3)
 Provides the default stack size (since FreeRTOS does not provide one)
 

Macro Definition Documentation

◆ OPTION_CPL_SYSTEM_FREERTOS_DEFAULT_STACK_SIZE

#define OPTION_CPL_SYSTEM_FREERTOS_DEFAULT_STACK_SIZE   (1024*3)

Provides the default stack size (since FreeRTOS does not provide one)