Definition in file Variable.hpp.
#include "DataStructures.hpp"
#include "StochasticModel.hpp"
Include dependency graph for Variable.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | gpstk |
| namespace | gpstk::StringUtils |
Classes | |
| class | Variable |
| Class to define and handle 'descriptions' of GNSS variables. More... | |
Typedefs | |
| typedef std::set< Variable > | VariableSet |
| Handy type definition. | |
| typedef std::list< Variable > | VariableList |
| typedef std::map< Variable, double > | VariableDataMap |
Functions | |
| std::string | asString (const Variable &v) |
|
|
Definition at line 374 of file Variable.hpp. References Variable::getSatellite(), Variable::getSatIndexed(), Variable::getSource(), Variable::getSourceIndexed(), Variable::getType(), and Variable::getTypeIndexed(). |
1.3.9.1