Point One FusionEngine output message common definitions. More...
#include <cmath>#include <cstdint>#include <ostream>#include <string>Go to the source code of this file.
Classes | |
| struct | point_one::fusion_engine::messages::MessageHeader |
| The header present at the beginning of every message. More... | |
| struct | point_one::fusion_engine::messages::MessagePayload |
| The base class for all message payloads. More... | |
| struct | point_one::fusion_engine::messages::Timestamp |
| Generic timestamp representation. More... | |
Namespaces | |
| point_one | |
| point_one::fusion_engine | |
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, Response val) |
| Response 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... | |
| const char * | point_one::fusion_engine::messages::to_string (MessageType type) |
| Get a human-friendly string name for the specified MessageType. More... | |
| const char * | point_one::fusion_engine::messages::to_string (Response val) |
| Get a human-friendly string name for the specified Response. More... | |
| const char * | point_one::fusion_engine::messages::to_string (SatelliteType type) |
| Get a human-friendly string name for the specified SatelliteType (GNSS constellation). More... | |
| const char * | point_one::fusion_engine::messages::to_string (SolutionType type) |
| Get a human-friendly string name for the specified SolutionType. More... | |
Point One FusionEngine output message common definitions.
Definition in file defs.h.
1.8.18