Common Enumeration Definitions
Topics Index
| Enums and helper functions for describing GNSS | |
|
satellites and their signals. More... | |
Enumerations Index
| enum class | Response : uint8_t { ... } |
|
Command response status indicators. More... | |
| enum class | SolutionType : uint8_t { ... } |
|
Navigation solution type definitions. More... | |
Operators Index
| p1_ostream & | operator<< (p1_ostream &stream, MessageType type) |
|
MessageType stream operator. More... | |
| p1_ostream & | operator<< (p1_ostream &stream, Response val) |
| p1_ostream & | operator<< (p1_ostream &stream, SolutionType type) |
|
SolutionType stream operator. More... | |
Functions Index
| P1_CONSTEXPR_FUNC const char * | to_string (MessageType type) |
|
Get a human-friendly string name for the specified MessageType. More... | |
| P1_CONSTEXPR_FUNC const char * | to_string (Response val) |
|
Get a human-friendly string name for the specified Response. More... | |
| P1_CONSTEXPR_FUNC const char * | to_string (SolutionType type) |
|
Get a human-friendly string name for the specified SolutionType. More... | |
Enumerations
Response
| strong |
Command response status indicators.
- Enumeration values
Definition at line 416 of file defs.h.
SolutionType
| strong |
Navigation solution type definitions.
- Enumeration values
Definition at line 513 of file defs.h.
Operators
operator<<()
| inline |
MessageType stream operator.
operator<<()
| inline |
Response stream operator.
operator<<()
| inline |
SolutionType stream operator.
Functions
to_string()
|
Get a human-friendly string name for the specified MessageType.
- Parameters
-
type The desired message type.
- Returns
The corresponding string name.
Definition at line 127 of file defs.h.
to_string()
|
Get a human-friendly string name for the specified Response.
- Parameters
-
val The enum to get the string name for.
- Returns
The corresponding string name.
Definition at line 474 of file defs.h.
to_string()
|
Get a human-friendly string name for the specified SolutionType.
- Parameters
-
type The desired message type.
- Returns
The corresponding string name.
Definition at line 549 of file defs.h.
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.