Vuo 2.4.4
Loading...
Searching...
No Matches
VuoTimeUtilities.hh
Go to the documentation of this file.
1
10#pragma once
11
16{
17public:
18 static double getCurrentTimeInSeconds(void);
19 static struct timeval getCurrentTime(void);
20 static struct timeval getElapsedTime(const struct timeval &start, const struct timeval &end);
21 static string getCurrentDateTimeForFileName(void);
22};