GPStk Time Group


Classes

class  CommandOptionWithCommonTimeArg
 Command-line option class for processing time strings. This class is allows the programmer to add command-line options to an application that can parse strings containing representations of time. The programmer must specify the format to be accepted. Refer to each TimeTag class' getDefaultFormat() for details on the formatting specifications. More...
class  CommandOptionWithTimeArg
 Command-line option class for processing time strings. This class is allows the programmer to add command-line options to an application that can parse strings containing representations of time. The programmer must specify the format to be accepted. Refer to DayTime::printf() for details on the formatting specifications. More...
class  CommandOptionWithSimpleTimeArg
class  DayTime
 A time representation class for all common time formats, including GPS. More...
class  Epoch
class  GPSZcount
 A representation class for GPS Time consisting of a short GPS week, and a long GPS Z-count. More...

Output Operator

std::ostream & gpstk::operator<< (std::ostream &s, const Epoch &t)
 Stream output for Epoch objects.

Functions

std::ostream & gpstk::operator<< (std::ostream &s, const gpstk::DayTime &t)
 Stream output for DayTime objects.
std::ostream & gpstk::operator<< (std::ostream &s, const gpstk::GPSZcount &z)
 Stream output operator for GPSZcount objects.


Function Documentation

std::ostream & operator<< std::ostream &  s,
const gpstk::GPSZcount z
 

Stream output operator for GPSZcount objects.

Parameters:
s stream to append formatted GPSZcount to.
z GPSZcount to append to stream s.
Returns:
a reference to s.

Definition at line 398 of file GPSZcount.cpp.

References GPSZcount::dump().

std::ostream& operator<< std::ostream &  s,
const Epoch &  t
 

Stream output for Epoch objects.

Typically used for debugging.

Parameters:
s stream to append formatted Epoch to.
t Epoch to append to stream s.
Returns:
reference to s.

std::ostream& operator<< std::ostream &  s,
const gpstk::DayTime t
 

Stream output for DayTime objects.

Typically used for debugging.

Parameters:
s stream to append formatted DayTime to.
t DayTime to append to stream s.
Returns:
reference to s.


Generated on Thu Jul 29 03:31:53 2010 for GPS ToolKit Software Library by  doxygen 1.3.9.1