|
xsens_imu
|
#include <xsens_time.h>
Public Member Functions | |
| MillisecondTimer () | |
| Constructor. More... | |
| void | restart () |
| Set the timer back to 0. More... | |
| uint32_t | millisecondsElapsed () |
| Returns the number of milliseconds that has elapsed since the constructor or the restart function were called. Note that the timer wraps around after 24 hours. More... | |
| xsens::MillisecondTimer::MillisecondTimer | ( | ) |
Constructor.
| uint32_t xsens::MillisecondTimer::millisecondsElapsed | ( | ) |
Returns the number of milliseconds that has elapsed since the constructor or the restart function were called. Note that the timer wraps around after 24 hours.
| void xsens::MillisecondTimer::restart | ( | ) |
Set the timer back to 0.
1.8.11