File: ros_foxglove_msgs/PackedElementField.msg
Raw Message Definition
# foxglove_msgs/msg/PackedElementField
# A field present within each element in a byte array of packed elements.
# Generated by https://github.com/foxglove/schemas
# Name of the field
string name
# Byte offset from start of data buffer
uint32 offset
uint8 UNKNOWN=0
uint8 UINT8=1
uint8 INT8=2
uint8 UINT16=3
uint8 INT16=4
uint8 UINT32=5
uint8 INT32=6
uint8 FLOAT32=7
uint8 FLOAT64=8
# Type of data in the field. Integers are stored using little-endian byte order.
uint8 type
Compact Message Definition
uint8 UNKNOWN=0
uint8 UINT8=1
uint8 INT8=2
uint8 UINT16=3
uint8 INT16=4
uint8 UINT32=5
uint8 INT32=6
uint8 FLOAT32=7
uint8 FLOAT64=8
string name
uint32 offset
uint8 type