RTXI 3.0.0 The Real-Time eXperiment Interface Reference Manual |
#include <complex>
#include <iostream>
#include "rtos.hpp"
#include <alchemy/task.h>
#include <alchemy/timer.h>
#include <errno.h>
#include <string.h>
#include <sys/mman.h>
#include <sys/resource.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 |
ticks_t | last_rt_clock |
timespec last_clock_read |
Definition at line 169 of file rtos_xenomai.cpp.
timespec last_proc_time |
Definition at line 170 of file rtos_xenomai.cpp.
ticks_t last_rt_clock |
Definition at line 171 of file rtos_xenomai.cpp.
thread_local bool realtime_key = false |
Definition at line 37 of file rtos_xenomai.cpp.
thread_local int64_t* RT_PERIOD = nullptr |
Definition at line 38 of file rtos_xenomai.cpp.