#include <memory>#include <map>#include "Position.hpp"#include "Xvt.hpp"#include "Vector.hpp"#include "RefFrame.hpp"#include "CommonTime.hpp"

Go to the source code of this file.
Classes | |
| class | gnsstk::Transformer |
Namespaces | |
| gnsstk | |
| For Sinex::InputHistory. | |
Typedefs | |
| using | gnsstk::TransformerHist = std::map< CommonTime, TransformerPtr > |
| Transformers may change over time while maintaining the same RefFrames. More... | |
| using | gnsstk::TransformerMap = std::map< RefFramePair, TransformerHist > |
| Container of transformers for management. More... | |
| using | gnsstk::TransformerPtr = std::shared_ptr< Transformer > |
| Shared pointer to Transformer object. More... | |