#include <timer.h>
|
| | c_timer () |
| | runned when created class More...
|
| |
| double | get_toc (int) |
| |
| char | run_ipc_sleep (double, int, char) |
| | to use this method is required to run set_ipc_sleep method previously More...
|
| |
| void | run_sleep (int, double) |
| | method to use inside thread to avoid collisions between threads More...
|
| |
| void | set_ipc_sleep (int) |
| | method with run_ipc_sleep that allows that to set a refresh rate of a specified code. More...
|
| |
| void | tic (int) |
| | method when used with toc enables you to know how many time have passed since More...
|
| |
| void | toc (int) |
| | method when used with t1c enables you to know how many time have passed since More...
|
| |
| void | verb (int start=0, int end=10) |
| |
| | ~c_timer () |
| | method ruuned when class is destroyed More...
|
| |
Definition at line 64 of file timer.h.
| void c_timer::verb |
( |
int |
start = 0, |
|
|
int |
end = 10 |
|
) |
| |
|
inline |
| char c_timer::clock_set[10] |
|
private |
| pthread_mutex_t c_timer::clock_set_mutex |
|
private |
| double c_timer::clock_tic[10] |
|
private |
| pthread_mutex_t c_timer::clock_tic_mutex |
|
private |
| char c_timer::ipc_connected |
|
private |
| double c_timer::lar_tic[10] |
|
private |
| pthread_mutex_t c_timer::lar_tic_mutex |
|
private |
| double c_timer::lar_toc[10] |
|
private |
| pthread_mutex_t c_timer::lar_toc_mutex |
|
private |
The documentation for this class was generated from the following files: