File demo_realtime_strict_check.cpp

Check the real time capbilites of a loop.

Author

Maximilien Naveau (maximilien.naveau@gmail.com) license License BSD-3-Clause

Copyright

Copyright (c) 2019, New York University and Max Planck Gesellschaft.

Date

2019-05-22

Typedefs

typedef std::chrono::high_resolution_clock my_clock

define an alias for the clock

Functions

THREAD_FUNCTION_RETURN_TYPE thread_function(void*)

this function is executed in a real_time_thread.

int main(int, char*[])

This demos show the used of the strict check of the real time loop.