#include <DataStructures.hpp>
Inheritance diagram for gnssRinex:


Definition at line 1077 of file DataStructures.hpp.
Public Member Functions | |
| gnssRinex () | |
| Default constructor. | |
| gnssRinex (const gnssSatTypeValue &gds) | |
| Explicit constructor from parent class. | |
| gnssRinex | extractSatID (const SatID &satellite) const |
| Returns a gnssRinex with only this satellite. | |
| gnssRinex | extractSatID (const int &p, const SatID::SatelliteSystem &s) const |
| Returns a gnssRinex with only one satellite, identified by the given parameters. | |
| gnssRinex | extractSatID (const SatIDSet &satSet) const |
| Returns a gnssRinex with only these satellites. | |
| gnssRinex & | keepOnlySatID (const SatID &satellite) |
| Modifies this object, keeping only this satellite. | |
| gnssRinex & | keepOnlySatID (const int &p, const SatID::SatelliteSystem &s) |
| Modifies this object, keeping only this satellite. | |
| gnssRinex & | keepOnlySatID (const SatIDSet &satSet) |
| Modifies this object, keeping only these satellites. | |
| gnssRinex | extractTypeID (const TypeID &type) const |
| Returns a gnssRinex with only this type of data. | |
| gnssRinex | extractTypeID (const TypeIDSet &typeSet) const |
| Returns a gnssRinex with only these types of data. | |
| gnssRinex & | keepOnlyTypeID (const TypeID &type) |
| Modifies this object, keeping only this type of data. | |
| gnssRinex & | keepOnlyTypeID (const TypeIDSet &typeSet) |
| Modifies this object, keeping only these types of data. | |
| gnssRinex & | keepOnlySatSystem (const SatID::SatelliteSystem satSys) |
| Returns a gnssRinex with only these types of data. | |
| virtual | ~gnssRinex () |
| Destructor. | |
Public Attributes | |
| sourceEpochRinexHeader | header |
| Header. | |
|
|
Default constructor.
Definition at line 1086 of file DataStructures.hpp. |
|
|
Explicit constructor from parent class.
Definition at line 1093 of file DataStructures.hpp. |
|
|
Destructor.
Definition at line 1162 of file DataStructures.hpp. |
|
|
Returns a gnssRinex with only these satellites.
Reimplemented from gnssSatTypeValue. Definition at line 1384 of file DataStructures.cpp. References gnssData::body, satTypeValueMap::extractSatID(), and gnssRinex::header. |
|
||||||||||||
|
Returns a gnssRinex with only one satellite, identified by the given parameters.
Reimplemented from gnssSatTypeValue. Definition at line 1369 of file DataStructures.cpp. References gnssRinex::extractSatID(). |
|
|
Returns a gnssRinex with only this satellite.
Reimplemented from gnssSatTypeValue. Definition at line 1352 of file DataStructures.cpp. References gnssData::body, satTypeValueMap::extractSatID(), and gnssRinex::header. Referenced by gnssRinex::extractSatID(). |
|
|
Returns a gnssRinex with only these types of data.
Reimplemented from gnssSatTypeValue. Definition at line 1458 of file DataStructures.cpp. References gnssData::body, satTypeValueMap::extractTypeID(), and gnssRinex::header. |
|
|
Returns a gnssRinex with only this type of data.
Reimplemented from gnssSatTypeValue. Definition at line 1442 of file DataStructures.cpp. References gnssData::body, satTypeValueMap::extractTypeID(), and gnssRinex::header. |
|
|
Modifies this object, keeping only these satellites.
Reimplemented from gnssSatTypeValue. Definition at line 1428 of file DataStructures.cpp. |
|
||||||||||||
|
Modifies this object, keeping only this satellite.
Reimplemented from gnssSatTypeValue. Definition at line 1414 of file DataStructures.cpp. References gnssRinex::keepOnlySatID(). |
|
|
Modifies this object, keeping only this satellite.
Reimplemented from gnssSatTypeValue. Definition at line 1399 of file DataStructures.cpp. References gpstk::SatIDSet. Referenced by gnssRinex::keepOnlySatID(). |
|
|
Returns a gnssRinex with only these types of data.
Definition at line 1502 of file DataStructures.cpp. References gnssDataMap::removeSatID(), and gpstk::SatIDSet. |
|
|
Modifies this object, keeping only these types of data.
Reimplemented from gnssSatTypeValue. Definition at line 1488 of file DataStructures.cpp. |
|
|
Modifies this object, keeping only this type of data.
Reimplemented from gnssSatTypeValue. Definition at line 1473 of file DataStructures.cpp. References gpstk::TypeIDSet. |
|
1.3.9.1