![]() |
Fixposition SDK 0.0.0-heads/main-0-g408dc89
Collection of c++ libraries and apps for use with Fixposition products on Linux
|
Fixposition SDK: ROS1 messages. More...
#include <fpsdk_ros1/ParserMsg.h>
Go to the source code of this file.
Namespaces | |
namespace | fpsdk |
Fixposition SDK. | |
namespace | fpsdk::ros1 |
Fixposition SDK: ROS1 library. | |
namespace | fpsdk::ros1::msgs |
ROS1 messages. |
Typedefs | |
ParserMsg | |
1# Copyright (c) Fixposition AG (www.fixposition.com) and contributors
2# License: see the LICENSE file
3#
4# Similar to a fpsdk::common::parser::ParserMsg
5#
6# !!! fpsdk_{ros1,ros2}/msg/ParserMsg.msg should be kept in sync !!!
7
8time stamp # Timestamp of message reception time
9int8 protocol # Protocol
10int8 PROTOCOL_UNSPECIFIED = 0
11int8 PROTOCOL_FP_A = 1
12int8 PROTOCOL_FP_B = 2
13int8 PROTOCOL_NMEA = 3
14int8 PROTOCOL_UBX = 4
15int8 PROTOCOL_RTCM3 = 5
16int8 PROTOCOL_UNI_B = 6
17int8 PROTOCOL_NOV_B = 7
18int8 PROTOCOL_SPARTN = 8
19int8 PROTOCOL_OTHER = 9
20uint8[] data # Message data
21string name # Message name
22uint64 seq # Message counter
23string info # Message (debug) info
| |
using | fpsdk::ros1::msgs::ParserMsg = fpsdk_ros1::ParserMsg |
ROS message (instance) similar to fpsdk::common::parser::ParserMsg. | |
using | fpsdk::ros1::msgs::ParserMsgPtr = fpsdk_ros1::ParserMsgPtr |
ROS message (shared pointer) similar to fpsdk::common::parser::ParserMsg. | |
using | fpsdk::ros1::msgs::ParserMsgConstPtr = fpsdk_ros1::ParserMsgConstPtr |
ROS message (shared const pointer) similar to fpsdk::common::parser::ParserMsg. |
Fixposition SDK: ROS1 messages.
* ___ ___ * \ \ / / * \ \/ / Copyright (c) Fixposition AG * / /\ \ License: see the LICENSE file * /__/ \__\ *
Definition in file msgs.hpp.