#include <ConfDataStructures.hpp>
Inheritance diagram for gnssConfData:


Definition at line 132 of file ConfDataStructures.hpp.
Public Types | |
| typedef std::vector< BODY_CLASS > | BodyVec |
Public Member Functions | |
| gnssConfData () | |
| void | setVariableWidth (const int width=0) |
| void | setValuePrecision (const int precision=6) |
| gnssConfData & | init () |
| gnssConfData & | load (const std::string &fileName) |
| gnssConfData & | save (const std::string &fileName) |
| gnssConfData & | keepOnly (const std::string &name) |
Protected Member Functions | |
| template<class DataType> | |
| gnssConfData & | bindConfig (const std::string §ion, DataType &data, const std::string &var, const std::string &varComment="", const std::string &valComment="") |
| virtual void | defineHeader () |
| virtual void | defineBody (BODY_CLASS &item) |
| void | defineBodySave () |
| void | defineBodyLoad (const std::string &name) |
Protected Attributes | |
| AutoReleasePool< ConfDataItemAbstract, ReleasePolicy< ConfDataItemAbstract > > | itemPool |
| ConfData< gnssConfData< HEADER_CLASS, BODY_CLASS > > | config |
|
|
Definition at line 134 of file ConfDataStructures.hpp. |
|
|
Definition at line 136 of file ConfDataStructures.hpp. |
|
||||||||||||||||||||||||
|
Definition at line 197 of file ConfDataStructures.hpp. |
|
|
Definition at line 220 of file ConfDataStructures.hpp. |
|
|
Definition at line 230 of file ConfDataStructures.hpp. |
|
|
Definition at line 222 of file ConfDataStructures.hpp. |
|
|
Definition at line 219 of file ConfDataStructures.hpp. |
|
|
Definition at line 152 of file ConfDataStructures.hpp. |
|
|
Definition at line 175 of file ConfDataStructures.hpp. References gpstk::StringUtils::upperCase(). |
|
|
Definition at line 156 of file ConfDataStructures.hpp. |
|
|
Definition at line 165 of file ConfDataStructures.hpp. |
|
|
Definition at line 149 of file ConfDataStructures.hpp. |
|
|
Definition at line 146 of file ConfDataStructures.hpp. |
|
|
Definition at line 244 of file ConfDataStructures.hpp. |
|
|
Definition at line 242 of file ConfDataStructures.hpp. |
1.3.9.1