Public Member Functions | Public Attributes | List of all members
cTimePa Class Reference

#include <time_pa.h>

Public Member Functions

 cTimePa (const int32_t seconds=0, const int32_t nanoseconds=0)
 
 cTimePa (const double seconds)
 
 cTimePa (const cTimePa &other)
 
void fix (void)
 
cTimePa operator+ (const cTimePa &other)
 
cTimePa operator- (const cTimePa &other)
 
bool operator< (const cTimePa &other) const
 
const cTimePaoperator= (const cTimePa &other)
 
bool operator== (const cTimePa &other) const
 
bool operator> (const cTimePa &other) const
 

Public Attributes

int32_t nanoseconds
 
int32_t seconds
 

Detailed Description

Definition at line 55 of file time_pa.h.

Constructor & Destructor Documentation

cTimePa::cTimePa ( const int32_t  seconds = 0,
const int32_t  nanoseconds = 0 
)

Definition at line 54 of file time_pa.cpp.

cTimePa::cTimePa ( const double  seconds)

Definition at line 59 of file time_pa.cpp.

cTimePa::cTimePa ( const cTimePa other)

Definition at line 67 of file time_pa.cpp.

Member Function Documentation

void cTimePa::fix ( void  )

Definition at line 116 of file time_pa.cpp.

cTimePa cTimePa::operator+ ( const cTimePa other)

Definition at line 106 of file time_pa.cpp.

cTimePa cTimePa::operator- ( const cTimePa other)

Definition at line 96 of file time_pa.cpp.

bool cTimePa::operator< ( const cTimePa other) const

Definition at line 84 of file time_pa.cpp.

const cTimePa & cTimePa::operator= ( const cTimePa other)

Definition at line 72 of file time_pa.cpp.

bool cTimePa::operator== ( const cTimePa other) const

Definition at line 79 of file time_pa.cpp.

bool cTimePa::operator> ( const cTimePa other) const

Definition at line 90 of file time_pa.cpp.

Member Data Documentation

int32_t cTimePa::nanoseconds

Definition at line 73 of file time_pa.h.

int32_t cTimePa::seconds

Definition at line 72 of file time_pa.h.


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


octomap_pa
Author(s):
autogenerated on Thu Jun 11 2020 03:38:50