#include <memory>#include <map>#include "PackedNavBits.hpp"#include "NavData.hpp"#include "NavValidityType.hpp"#include "FactoryControl.hpp"

Go to the source code of this file.
Classes | |
| class | gnsstk::PNBNavDataFactory |
Namespaces | |
| gnsstk | |
| For Sinex::InputHistory. | |
Typedefs | |
| typedef std::map< NavType, PNBNavDataFactoryPtr > | gnsstk::PNBNavDataFactoryMap |
| Map the navigation message type to a factory for producing that type. More... | |
| typedef std::shared_ptr< PNBNavDataFactory > | gnsstk::PNBNavDataFactoryPtr |
| Managed pointer to a PNBNavDataFactory. More... | |