#include <stdio.h>
#include <inttypes.h>
void get_system_time_stamp_example() {
int64_t system_time_stamp;
printf("The system time stamp in microseconds is %" PRId64 " with status %i.\n", system_time_stamp, status);
}
TOBII_RESEARCH_API TobiiResearchStatus TOBII_RESEARCH_CALL tobii_research_get_system_time_stamp(int64_t *time_stamp_us)
Retrieves the time stamp from the system clock in microseconds.
TobiiResearchStatus
Definition: tobii_research.h:45