PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Parameter value union. More...
#include <param.h>
Public Attributes | |
void * | p |
int32_t | i |
float | f |
float param_value_u::f |
Definition at line 419 of file param.h.
Referenced by param_export(), param_export_internal(), and param_set_internal().
int32_t param_value_u::i |
Definition at line 418 of file param.h.
Referenced by uORB::FastRpcChannel::FastRpcChannel(), uORB::FastRpcChannel::is_subscriber_present(), param_export(), param_export_internal(), param_get(), param_set_internal(), and px4muorb_param_update_index_from_shmem().
void* param_value_u::p |
Definition at line 417 of file param.h.
Referenced by param_get_value_ptr(), and param_set_internal().