#include <DataStructures.hpp>
Definition at line 1135 of file DataStructures.hpp.
Public Member Functions | |
| sourceDataMap () | |
| Default constructor. | |
| double | getValue (const SourceID &source, const SatID &satellite, const TypeID &type) const throw ( SourceIDNotFound, SatIDNotFound, TypeIDNotFound ) |
| Returns the data value (double) corresponding to provided SourceID, SatID and TypeID. | |
| SourceIDSet | getSourceIDSet (void) const |
| Get a set with all the SourceID's in this data structure. | |
| SatIDSet | getSatIDSet (void) const |
| Get a set with all the SatID's in this data structure. | |
| virtual | ~sourceDataMap () |
| Destructor. | |
|
|
Default constructor.
Definition at line 1139 of file DataStructures.hpp. |
|
|
Destructor.
Definition at line 1172 of file DataStructures.hpp. |
|
|
Get a set with all the SatID's in this data structure.
Definition at line 1588 of file DataStructures.cpp. References gpstk::SatIDSet. |
|
|
Get a set with all the SourceID's in this data structure.
Definition at line 1560 of file DataStructures.cpp. References gpstk::SourceIDSet. |
|
||||||||||||||||
|
Returns the data value (double) corresponding to provided SourceID, SatID and TypeID.
Definition at line 1534 of file DataStructures.cpp. References gnssDataMap::getValue(), and GPSTK_THROW. |
1.3.9.1