52 void Usleep(
int usec)
override;
SystemDialogType
Type of system dialog.
Definition: system.h:35
long long TimeStampExactDiff(SystemTimeStamp *before, SystemTimeStamp *after) override
Returns the exact (in nanosecond units) difference between two timestamps.
Definition: system_other.cpp:37
void GetCurrentTimeStamp(SystemTimeStamp *stamp) override
Returns a time stamp associated with current time.
Definition: system_other.cpp:32
void Usleep(int usec) override
Sleep for given amount of microseconds.
Definition: system_other.cpp:42
Definition: system_other.h:43
void Init() override
Performs platform-specific initialization.
Definition: system_other.cpp:23
System functions: time stamps, info dialogs, etc.
SystemDialogResult
Result of system dialog.
Definition: system.h:55
SystemDialogResult SystemDialog(SystemDialogType type, const std::string &title, const std::string &message) override
Displays a system dialog.
Definition: system_other.cpp:27
Platform-specific utils.
Definition: system.h:91
Definition: system_linux.h:31