Functions | |
std::ostream & | point_one::fusion_engine::messages::operator<< (std::ostream &stream, MessageType type) |
MessageType stream operator. More... | |
std::ostream & | point_one::fusion_engine::messages::operator<< (std::ostream &stream, SatelliteType type) |
SatelliteType stream operator. More... | |
std::ostream & | point_one::fusion_engine::messages::operator<< (std::ostream &stream, SolutionType type) |
SolutionType stream operator. More... | |
std::string | point_one::fusion_engine::messages::to_string (MessageType type) |
Get a human-friendly string name for the specified MessageType. More... | |
std::string | point_one::fusion_engine::messages::to_string (SatelliteType type) |
Get a human-friendly string name for the specified SatelliteType (GNSS constellation). More... | |
std::string | point_one::fusion_engine::messages::to_string (SolutionType type) |
Get a human-friendly string name for the specified SolutionType. More... | |
|
strong |
|
strong |
Navigation solution type definitions.
|
inline |
MessageType stream operator.
|
inline |
SatelliteType stream operator.
|
inline |
SolutionType stream operator.
|
inline |
Get a human-friendly string name for the specified MessageType.
type | The desired message type. |
|
inline |
Get a human-friendly string name for the specified SatelliteType (GNSS constellation).
type | The desired satellite type. |
|
inline |
Get a human-friendly string name for the specified SolutionType.
type | The desired message type. |