#include <GSatID.hpp>
Inheritance diagram for GSatID:


Public Member Functions | |
| GSatID () throw () | |
| empty constructor, creates an invalid object | |
| GSatID (int p, SatelliteSystem s) throw () | |
| explicit constructor, no defaults | |
| GSatID (std::string &str) throw (Exception) | |
| constructor from string | |
| GSatID (const SatID &sat) throw () | |
| cast SatID to GSatID | |
| char | setfill (char c) throw () |
| set the fill character used in output return the current fill character | |
| char | getfill () throw () |
| get the fill character used in output | |
| char | systemChar () const throw () |
| return the single-character system descriptor | |
| std::string | systemString () const throw () |
| return string describing system | |
| void | fromString (const std::string s) throw (Exception) |
| read from string | |
| std::string | toString () const throw () |
| convert to string | |
|
|
empty constructor, creates an invalid object
Definition at line 56 of file GSatID.hpp. |
|
||||||||||||
|
explicit constructor, no defaults
Definition at line 59 of file GSatID.hpp. |
|
|
constructor from string
Definition at line 76 of file GSatID.hpp. |
|
|
Definition at line 81 of file GSatID.hpp. |
|
|
read from string
Definition at line 125 of file GSatID.hpp. References GPSTK_THROW. |
|
|
get the fill character used in output
Definition at line 90 of file GSatID.hpp. |
|
|
set the fill character used in output return the current fill character
Definition at line 86 of file GSatID.hpp. |
|
|
return the single-character system descriptor
Definition at line 96 of file GSatID.hpp. |
|
|
return string describing system
Definition at line 110 of file GSatID.hpp. |
|
|
convert to string
Definition at line 171 of file GSatID.hpp. |
1.3.9.1