#include <DataStructures.hpp>
Definition at line 317 of file DataStructures.hpp.
Public Member Functions | |
| size_t | numSats () const |
| Returns the number of satellites available. | |
| SatIDSet | getSatID () const |
| Returns a SatIDSet with all the satellites present in this object. | |
| Vector< SatID > | getVectorOfSatID () const |
| Returns a Vector with all the satellites present in this object. | |
| satValueMap | extractSatID (const SatID &satellite) const |
| Returns a satValueMap with only this satellite. | |
| satValueMap | extractSatID (const int &p, const SatID::SatelliteSystem &s) const |
| Returns a satValueMap with only one satellite, identified by the given parameters. | |
| satValueMap | extractSatID (const SatIDSet &satSet) const |
| Returns a satValueMap with only these satellites. | |
| satValueMap & | keepOnlySatID (const SatID &satellite) |
| Modifies this object, keeping only this satellite. | |
| satValueMap & | keepOnlySatID (const int &p, const SatID::SatelliteSystem &s) |
| Modifies this object, keeping only this satellite. | |
| satValueMap & | keepOnlySatID (const SatIDSet &satSet) |
| Modifies this object, keeping only these satellites. | |
| satValueMap & | removeSatID (const SatID &satellite) |
| Modifies this object, removing this satellite. | |
| satValueMap & | removeSatID (const SatIDSet &satSet) |
| Modifies this object, removing the given satellites. | |
| double | getValue (const SatID &satellite) const throw (SatIDNotFound) |
| Returns the data value (double) corresponding to provided SatID. | |
| double & | operator() (const SatID &satellite) throw (SatIDNotFound) |
| Returns a reference to the data value (double) with corresponding SatID. | |
| virtual | ~satValueMap () |
| Destructor. | |
|
|
Destructor.
Definition at line 397 of file DataStructures.hpp. |
|
|
Returns a satValueMap with only these satellites.
Definition at line 273 of file DataStructures.cpp. |
|
||||||||||||
|
Returns a satValueMap with only one satellite, identified by the given parameters.
Definition at line 258 of file DataStructures.cpp. References satValueMap::extractSatID(). |
|
|
Returns a satValueMap with only this satellite.
Definition at line 242 of file DataStructures.cpp. References gpstk::SatIDSet. Referenced by gnssSatValue::extractSatID(), satValueMap::extractSatID(), and satValueMap::keepOnlySatID(). |
|
|
Returns a SatIDSet with all the satellites present in this object.
Definition at line 200 of file DataStructures.cpp. References gpstk::SatIDSet. |
|
|
Returns the data value (double) corresponding to provided SatID.
Definition at line 362 of file DataStructures.cpp. References GPSTK_THROW. |
|
|
Returns a Vector with all the satellites present in this object.
Definition at line 219 of file DataStructures.cpp. |
|
|
Modifies this object, keeping only these satellites.
Definition at line 327 of file DataStructures.cpp. References satValueMap::extractSatID(). |
|
||||||||||||
|
Modifies this object, keeping only this satellite.
Definition at line 313 of file DataStructures.cpp. References satValueMap::keepOnlySatID(). |
|
|
Modifies this object, keeping only this satellite.
Definition at line 298 of file DataStructures.cpp. References gpstk::SatIDSet. Referenced by satValueMap::keepOnlySatID(). |
|
|
Returns the number of satellites available.
Definition at line 321 of file DataStructures.hpp. |
|
|
Returns a reference to the data value (double) with corresponding SatID.
Definition at line 383 of file DataStructures.cpp. References GPSTK_THROW. |
|
|
Modifies this object, removing the given satellites.
Definition at line 342 of file DataStructures.cpp. |
|
|
Modifies this object, removing this satellite.
Definition at line 371 of file DataStructures.hpp. |
1.3.9.1