|
NinjaFlight
|
#include <mavlink_msg_param_value.h>
Data Fields | |
| float | param_value |
| Onboard parameter value. More... | |
| uint16_t | param_count |
| Total number of onboard parameters. More... | |
| uint16_t | param_index |
| Index of this onboard parameter. More... | |
| char | param_id [16] |
| Onboard parameter id, terminated by NULL if the length is less than 16 human-readable chars and WITHOUT null termination (NULL) byte if the length is exactly 16 chars - applications have to provide 16+1 bytes storage if the ID is stored as string. More... | |
| uint8_t | param_type |
| Onboard parameter type: see the MAV_PARAM_TYPE enum for supported data types. More... | |
| uint16_t __mavlink_param_value_t::param_count |
Total number of onboard parameters.
| char __mavlink_param_value_t::param_id[16] |
Onboard parameter id, terminated by NULL if the length is less than 16 human-readable chars and WITHOUT null termination (NULL) byte if the length is exactly 16 chars - applications have to provide 16+1 bytes storage if the ID is stored as string.
| uint16_t __mavlink_param_value_t::param_index |
Index of this onboard parameter.
| uint8_t __mavlink_param_value_t::param_type |
Onboard parameter type: see the MAV_PARAM_TYPE enum for supported data types.
| float __mavlink_param_value_t::param_value |
Onboard parameter value.