RTXI 3.0.0 The Real-Time eXperiment Interface Reference Manual |
#include <iostream>#include "rtos.hpp"#include <errno.h>#include <evl/evl.h>#include <pthread.h>#include <sched.h>#include <string.h>#include <unistd.h>#include "fifo.hpp"
Go to the source code of this file.
Variables | |
| thread_local bool | realtime_key = false |
| thread_local int64_t * | RT_PERIOD = nullptr |
| timespec | last_clock_read |
| timespec | last_proc_time |
| timespec last_clock_read |
Definition at line 187 of file rtos_evl.cpp.
| timespec last_proc_time |
Definition at line 189 of file rtos_evl.cpp.
| thread_local bool realtime_key = false |
Definition at line 35 of file rtos_evl.cpp.
| thread_local int64_t* RT_PERIOD = nullptr |
Definition at line 37 of file rtos_evl.cpp.