DCSModulesAPI
1.0.0
DCS sub project containing all the control modules as libraries.
|
Represents a timestamp divided fieldwise. More...
#include <DCS_ModuleUtils.h>
Public Member Functions | |
const Utils::String | to_string () const |
Converts a Timestamp to string format. More... | |
Public Attributes | |
i16 | hour = 0 |
Timestamp value: hours. | |
i16 | min = 0 |
Timestamp value: minutes. | |
i16 | sec = 0 |
Timestamp value: seconds. | |
i16 | millis = 0 |
Timestamp value: milliseconds. | |
i16 | micros = 0 |
Timestamp value: microseconds. | |
i16 | nanos = 0 |
Timestamp value: nanoseconds. | |
Represents a timestamp divided fieldwise.
const DCS::Utils::String DCS::Timer::Timestamp::to_string | ( | ) | const |
Converts a Timestamp to string format.