RTXI 3.0.0 The Real-Time eXperiment Interface Reference Manual |
#include <rtos.hpp>

Data Fields | |
| int64_t | period = DEFAULT_PERIOD |
| int64_t | next_t = 0 |
| bool | task_finished = false |
| std::thread | rt_thread |
| std::any | thread_id |
Object representation of a real-time loop
| period | The period for the real-time loop in nanoseconds. |
| next_t | Next wakeup time in absolute clock time (nanoseconds). |
| task_finished | Bool field used by real-time loop to signal end. |
| rt_thread | a std::thread object representing the rt loop. |
| int64_t RT::OS::Task::period = DEFAULT_PERIOD |