|
Data Gator
Hardware and software documentation for the Data Gator project.
|
#include <TimeStamp.hpp>
Public Member Functions | |
| TimeStampParser (std::string timestamp) | |
| std::string | get_timestamp (void) |
| int | get_day () |
| int | get_month () |
| int | get_year () |
| int | get_hours () |
| int | get_minutes () |
| int | get_seconds () |
| int | get_offset () |
Private Attributes | |
| std::string | timestamp |
Class for parsing and modifying time stamps constructed according to the format used by TimeStampBuilder.
Needed for extracting data for checking time ranges etc.