Functions | |
p1_ostream & | point_one::fusion_engine::messages::operator<< (p1_ostream &stream, MessageType type) |
MessageType stream operator. More... | |
p1_ostream & | point_one::fusion_engine::messages::operator<< (p1_ostream &stream, Response val) |
Response stream operator. More... | |
p1_ostream & | point_one::fusion_engine::messages::operator<< (p1_ostream &stream, SolutionType type) |
SolutionType stream operator. More... | |
P1_CONSTEXPR_FUNC const char * | point_one::fusion_engine::messages::to_string (MessageType type) |
Get a human-friendly string name for the specified MessageType. More... | |
P1_CONSTEXPR_FUNC const char * | point_one::fusion_engine::messages::to_string (Response val) |
Get a human-friendly string name for the specified Response. More... | |
P1_CONSTEXPR_FUNC const char * | point_one::fusion_engine::messages::to_string (SolutionType type) |
Get a human-friendly string name for the specified SolutionType. More... | |
GNSS Constellation (System) Definitions | |
P1_CONSTEXPR_FUNC const char * | point_one::fusion_engine::messages::to_string (SatelliteType type) |
Get a human-friendly string name for the specified SatelliteType (GNSS constellation). More... | |
p1_ostream & | point_one::fusion_engine::messages::operator<< (p1_ostream &stream, SatelliteType type) |
SatelliteType stream operator. More... | |
P1_CONSTEXPR_FUNC const char * | point_one::fusion_engine::messages::to_string (FrequencyBand type) |
Get a human-friendly string name for the specified FrequencyBand. More... | |
p1_ostream & | point_one::fusion_engine::messages::operator<< (p1_ostream &stream, FrequencyBand type) |
FrequencyBand stream operator. More... | |
|
strong |
Command response status indicators.
|
strong |
Navigation solution type definitions.
|
inline |
FrequencyBand stream operator.
Definition at line 271 of file signal_defs.h.
|
inline |
MessageType stream operator.
|
inline |
|
inline |
SatelliteType stream operator.
Definition at line 91 of file signal_defs.h.
|
inline |
SolutionType stream operator.
P1_CONSTEXPR_FUNC const char* point_one::fusion_engine::messages::to_string | ( | FrequencyBand | type | ) |
Get a human-friendly string name for the specified FrequencyBand.
type | The desired frequency band. |
Definition at line 245 of file signal_defs.h.
P1_CONSTEXPR_FUNC const char* point_one::fusion_engine::messages::to_string | ( | MessageType | type | ) |
Get a human-friendly string name for the specified MessageType.
type | The desired message type. |
P1_CONSTEXPR_FUNC const char* point_one::fusion_engine::messages::to_string | ( | Response | val | ) |
P1_CONSTEXPR_FUNC const char* point_one::fusion_engine::messages::to_string | ( | SatelliteType | type | ) |
Get a human-friendly string name for the specified SatelliteType (GNSS constellation).
type | The desired satellite type. |
Definition at line 50 of file signal_defs.h.
P1_CONSTEXPR_FUNC const char* point_one::fusion_engine::messages::to_string | ( | SolutionType | type | ) |
Get a human-friendly string name for the specified SolutionType.
type | The desired message type. |