#include <memory>
#include <map>
#include <list>
#include "gnsstk_export.h"
#include "CommonTime.hpp"
#include "NavSignalID.hpp"
#include "NavMessageID.hpp"
#include "DumpDetail.hpp"
#include "SatMetaDataStore.hpp"
Go to the source code of this file.
Classes | |
class | gnsstk::NavData |
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
Typedefs | |
typedef std::shared_ptr< NavData > | gnsstk::NavDataPtr |
Factories instantiate these in response to find() requests. More... | |
typedef std::list< NavDataPtr > | gnsstk::NavDataPtrList |
typedef std::map< CommonTime, NavDataPtr > | gnsstk::NavMap |
Map nav message transmit time to nav message. More... | |
typedef std::map< NavMessageType, NavSatMap > | gnsstk::NavMessageMap |
Map nav message type to the rest of the storage. More... | |
typedef std::map< CommonTime, NavDataPtrList > | gnsstk::NavNearMap |
Map from "nearest" time reference (e.g. toe) to list of NavDataPtr. More... | |
typedef std::map< NavMessageType, NavNearSatMap > | gnsstk::NavNearMessageMap |
Map nav message type to the rest of the storage. More... | |
typedef std::map< NavSatelliteID, NavNearMap > | gnsstk::NavNearSatMap |
Map satellite to nearest map. More... | |
typedef std::map< NavSatelliteID, NavMap > | gnsstk::NavSatMap |
Map satellite to nav data. More... | |