#include "Atomic.hpp"
#include "../rtt-config.h"
Go to the source code of this file.
Namespaces | |
namespace | RTT |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
namespace | RTT::os |
OS Abstractions such as Mutexes, Semaphores and Threads. | |
Functions | |
bool RTT_API | RTT::os::CheckPriority (int &sched_type, int &priority) |
bool RTT_API | RTT::os::CheckScheduler (int &sched_type) |
Variables | |
const int RTT_API | RTT::os::HighestPriority = ORONUM_OS_RTOS_HIGHEST_PRIORITY |
const int RTT_API | RTT::os::IncreasePriority = -1 |
const int RTT_API | RTT::os::LowestPriority = ORONUM_OS_RTOS_LOWEST_PRIORITY |
AtomicInt RTT_API | RTT::os::threads |