You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
442 B
9 lines
442 B
9 years ago
|
# UAVCAN-MAVLink parameter bridge response type
|
||
|
uint8 node_id # UAVCAN node ID mapped from MAVLink component ID
|
||
|
char[17] param_id # MAVLink/UAVCAN parameter name
|
||
|
int16 param_index # parameter index, if known
|
||
|
uint16 param_count # number of parameters exposed by the node
|
||
|
uint8 param_type # MAVLink parameter type
|
||
|
int64 int_value # current value if param_type is int-like
|
||
|
float32 real_value # current value if param_type is float-like
|