RTXI  3.0.0
The Real-Time eXperiment Interface Reference Manual
Variables
rtos_evl.cpp File Reference
#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"
Include dependency graph for rtos_evl.cpp:

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
 

Variable Documentation

◆ last_clock_read

timespec last_clock_read

Definition at line 187 of file rtos_evl.cpp.

◆ last_proc_time

timespec last_proc_time

Definition at line 189 of file rtos_evl.cpp.

◆ realtime_key

thread_local bool realtime_key = false

Definition at line 35 of file rtos_evl.cpp.

◆ RT_PERIOD

thread_local int64_t* RT_PERIOD = nullptr

Definition at line 37 of file rtos_evl.cpp.