AuxPort 0.2
Modules for Audio Software Development
|
Provides functionality to get current system time. More...
#include <AuxLog.h>
Public Types | |
enum | TimeType { Day = 0x31 , Date = 0x32 , time = 0x33 , Year = 0x34 , Raw = 0x35 } |
TimeType is a type that can be used to set Formatting rules for the values returned by getCurrentTime() function. More... | |
Static Public Member Functions | |
static std::string | getCurrentTime (const TimeType &timeType) |
This function is used to get current system time and returns the time typecasted into std::string. | |
TimeType is a type that can be used to set Formatting rules for the values returned by getCurrentTime() function.
|
static |
This function is used to get current system time and returns the time typecasted into std::string.
timeType | TimeType is a type that can be used to set Formatting rules for the values returned by getCurrentTime() function |
Definition at line 42 of file AuxLog.cpp.