File realtime_test_display.cpp¶
Display results of the real time test.
- 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
Functions
-
void stop(int)
Method run upon ctrl+c.
Stops the loop.
-
int main(int, char**)
This program analyze the data computed by the real_time_test executable.
Both processes communicate throw a shared memeory.
- Returns
int 0
Variables
-
static bool running¶
Global boolean to manage the thread loop stop on ctrl+c.