PX4 Firmware
PX4 Autopilot Software http://px4.io
param_info_s Struct Reference

Static parameter definition structure. More...

#include <param.h>

Collaboration diagram for param_info_s:

Public Attributes

const char * name
 
param_type_t type
 
uint16_t volatile_param: 1
 
union param_value_u val
 

Detailed Description

Static parameter definition structure.

This is normally not used by user code; see the PARAM_DEFINE macros instead.

Definition at line 428 of file param.h.

Member Data Documentation

◆ name

const char* param_info_s::name

Definition at line 444 of file param.h.

Referenced by param_name().

◆ type

param_type_t param_info_s::type

Definition at line 446 of file param.h.

Referenced by param_type().

◆ val

union param_value_u param_info_s::val

Definition at line 448 of file param.h.

Referenced by param_get_value_ptr().

◆ volatile_param

uint16_t param_info_s::volatile_param

Definition at line 447 of file param.h.

Referenced by param_is_volatile().


The documentation for this struct was generated from the following file: