Artec 3D Scanning SDK
2.0
|
Time stamp structure. More...
#include <artec/sdk/base/TimeStamp.h>
Public Attributes | |
unsigned long long | seconds |
Seconds. More... | |
unsigned int | microSeconds |
Microseconds. More... | |
Time stamp structure.
Precise time moment. Usually obtained by hardware, not system timer.
Definition at line 20 of file TimeStamp.h.
unsigned int artec::sdk::base::TimeStamp::microSeconds |
Microseconds.
Definition at line 23 of file TimeStamp.h.
unsigned long long artec::sdk::base::TimeStamp::seconds |
Seconds.
Definition at line 22 of file TimeStamp.h.