Public Member Functions | Protected Attributes | Static Private Member Functions | List of all members
TimeStamp Class Reference

#include <TimeStamp.h>

Public Member Functions

void getTimeStamp (long &lSeconds, long &lNanoSeconds)
 
void operator+= (double TimeS)
 Increase the timestamp by TimeS seconds. More...
 
double operator- (const TimeStamp &EarlierTime) const
 Retrieves time difference in seconds. More...
 
void operator-= (double TimeS)
 Reduces the timestamp by TimeS seconds. More...
 
bool operator< (const TimeStamp &Time)
 Checks if this time is before time "Time". More...
 
bool operator> (const TimeStamp &Time)
 Checks if this time is after time "Time". More...
 
void SetNow ()
 Makes time measurement. More...
 
void setTimeStamp (const long &lSeconds, const long &lNanoSeconds)
 
 TimeStamp ()
 Constructor. More...
 
virtual ~TimeStamp ()
 Destructor. More...
 

Protected Attributes

timespec m_TimeStamp
 Internal time stamp data. More...
 

Static Private Member Functions

::timespec DoubleToTimespec (double TimeS)
 Conversion double -> timespec. More...
 
static double TimespecToDouble (const ::timespec &LargeInt)
 Conversion timespec -> double. More...
 

Detailed Description

Measure system time with very high accuracy. Use this class for measure system time accurately. Under Windows, it uses QueryPerformanceCounter(), which has a resolution of approx. one micro-second. The difference between two time stamps can be calculated.

Definition at line 31 of file TimeStamp.h.

Constructor & Destructor Documentation

TimeStamp::TimeStamp ( )

Constructor.

Definition at line 21 of file TimeStamp.cpp.

virtual TimeStamp::~TimeStamp ( )
inlinevirtual

Destructor.

Definition at line 38 of file TimeStamp.h.

Member Function Documentation

timespec TimeStamp::DoubleToTimespec ( double  TimeS)
staticprivate

Conversion double -> timespec.

Definition at line 37 of file TimeStamp.cpp.

void TimeStamp::getTimeStamp ( long &  lSeconds,
long &  lNanoSeconds 
)

Gets seconds and nanoseconds of the timestamp.

Definition at line 109 of file TimeStamp.cpp.

void TimeStamp::operator+= ( double  TimeS)

Increase the timestamp by TimeS seconds.

Parameters
TimeSmust be >0!.

Definition at line 69 of file TimeStamp.cpp.

double TimeStamp::operator- ( const TimeStamp EarlierTime) const

Retrieves time difference in seconds.

Definition at line 54 of file TimeStamp.cpp.

void TimeStamp::operator-= ( double  TimeS)

Reduces the timestamp by TimeS seconds.

Parameters
TimeSmust be >0!.

Definition at line 81 of file TimeStamp.cpp.

bool TimeStamp::operator< ( const TimeStamp Time)

Checks if this time is before time "Time".

Definition at line 101 of file TimeStamp.cpp.

bool TimeStamp::operator> ( const TimeStamp Time)

Checks if this time is after time "Time".

Definition at line 93 of file TimeStamp.cpp.

void TimeStamp::SetNow ( )

Makes time measurement.

Definition at line 27 of file TimeStamp.cpp.

void TimeStamp::setTimeStamp ( const long &  lSeconds,
const long &  lNanoSeconds 
)

Sets timestamp from seconds and nanoseconds.

Definition at line 115 of file TimeStamp.cpp.

double TimeStamp::TimespecToDouble ( const ::timespec &  LargeInt)
staticprivate

Conversion timespec -> double.

Definition at line 32 of file TimeStamp.cpp.

Member Data Documentation

timespec TimeStamp::m_TimeStamp
protected

Internal time stamp data.

Definition at line 76 of file TimeStamp.h.


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


cob_trajectory_controller
Author(s): Alexander Bubeck
autogenerated on Thu Apr 8 2021 02:39:55