Tobii Pro SDK C API
get_system_time_stamp.c
#include <stdio.h>
#include <inttypes.h>
#include "tobii_research.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.h
Generic SDK functions.
tobii_research_get_system_time_stamp
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
TobiiResearchStatus
Definition: tobii_research.h:45