Data Gator
Hardware and software documentation for the Data Gator project.
Loading...
Searching...
No Matches
TimeStampParser Class Reference

#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
 

Detailed Description

Class for parsing and modifying time stamps constructed according to the format used by TimeStampBuilder.

Needed for extracting data for checking time ranges etc.


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