Struct for holding information about a sensor.
Definition at line 241 of file RinexMetHeader.hpp.
#include <RinexMetHeader.hpp>
Public Member Functions | |
bool | operator< (const sensorType &r) const |
bool | operator== (const sensorType &r) const |
Public Attributes | |
double | accuracy |
The accuracy of the sensor. More... | |
std::string | model |
The manufacturer of the sensor. More... | |
RinexMetHeader::RinexMetType | obsType |
The obs type this sensor corresponds to. More... | |
std::string | type |
The specific type of sensor. More... | |
bool gnsstk::RinexMetHeader::sensorType::operator< | ( | const sensorType & | r | ) | const |
Definition at line 589 of file RinexMetHeader.cpp.
bool gnsstk::RinexMetHeader::sensorType::operator== | ( | const sensorType & | r | ) | const |
Definition at line 579 of file RinexMetHeader.cpp.
double gnsstk::RinexMetHeader::sensorType::accuracy |
The accuracy of the sensor.
Definition at line 245 of file RinexMetHeader.hpp.
std::string gnsstk::RinexMetHeader::sensorType::model |
The manufacturer of the sensor.
Definition at line 243 of file RinexMetHeader.hpp.
RinexMetHeader::RinexMetType gnsstk::RinexMetHeader::sensorType::obsType |
The obs type this sensor corresponds to.
Definition at line 246 of file RinexMetHeader.hpp.
std::string gnsstk::RinexMetHeader::sensorType::type |
The specific type of sensor.
Definition at line 244 of file RinexMetHeader.hpp.