MavlinkAddress Struct Reference ​
#include: mavlink_address.hpp
Struct to represent a MAVLink address.
Data Fields ​
uint32_t system_id - System ID, also called sysid.
uint8_t component_id - Component ID, also called compid.
Field Documentation ​
system_id ​
cpp
uint32_t MavlinkAddress::system_idSystem ID, also called sysid.
32 bits wide to accommodate MAVLink's extended system IDs, which are not supported yet.
component_id ​
cpp
uint8_t MavlinkAddress::component_idComponent ID, also called compid.

