#include <Timestamp.hpp>
The format of the date should be unique for all log entries. So the creation of the log entry should be done with this struct.
Public Member Functions | |
Timestamp () | |
~Timestamp () | |
Data Fields | |
char | date [20] |
|
Constructs the Timestamp with the current date. The format should be adapted here. |
|
Destructs the timestamp.
|
|
Stores the timestamp in a char string.
|