AuxPort 0.2
Modules for Audio Software Development
Loading...
Searching...
No Matches
AuxPort::Time Class Reference

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.
 

Detailed Description

Provides functionality to get current system time.

Definition at line 55 of file AuxLog.h.

Member Enumeration Documentation

◆ TimeType

TimeType is a type that can be used to set Formatting rules for the values returned by getCurrentTime() function.

Definition at line 61 of file AuxLog.h.

Member Function Documentation

◆ getCurrentTime()

std::string AuxPort::Time::getCurrentTime ( const TimeType & timeType)
static

This function is used to get current system time and returns the time typecasted into std::string.

Parameters
timeTypeTimeType 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.


The documentation for this class was generated from the following files: