CCSDS
Public Member Functions | Protected Attributes | List of all members
PUS::Time Class Reference
Inheritance diagram for PUS::Time:
PUS::TimeCuc PUS::TimeGregorian

Public Member Functions

 Time (const uint32_t u32_Sec=0, const uint32_t u32_SubSec=0)
 
void set (const uint32_t u32_Sec, const uint32_t u32_SubSec=0)
 
uint32_t get (uint32_t *pu32_Sec=NULL, uint32_t *pu32_SubSec=NULL)
 
bool operator== (const Time &T2)
 
bool operator<= (const Time &T2)
 
bool operator< (const Time &T2)
 
bool operator>= (const Time &T2)
 
bool operator> (const Time &T2)
 

Protected Attributes

uint32_t mu32_Sec
 
uint32_t mu32_SubSec
 

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