APM:Libraries
Public Attributes | List of all members
AP_Param::GroupInfo Struct Reference

#include <AP_Param.h>

Collaboration diagram for AP_Param::GroupInfo:
[legend]

Public Attributes

uint8_t type
 
uint8_t idx
 
const char * name
 
ptrdiff_t offset
 
union {
   const struct GroupInfo *   group_info
 
   const struct GroupInfo **   group_info_ptr
 
   const float   def_value
 
}; 
 
uint16_t flags
 

Detailed Description

Definition at line 145 of file AP_Param.h.

Member Data Documentation

◆ @163

union { ... }

◆ def_value

const float AP_Param::GroupInfo::def_value

Definition at line 153 of file AP_Param.h.

Referenced by AP_Param::load(), and AP_Param::save().

◆ flags

uint16_t AP_Param::GroupInfo::flags

◆ group_info

const struct GroupInfo* AP_Param::GroupInfo::group_info

Definition at line 151 of file AP_Param.h.

Referenced by AP_Param::get_group_info().

◆ group_info_ptr

const struct GroupInfo** AP_Param::GroupInfo::group_info_ptr

Definition at line 152 of file AP_Param.h.

Referenced by AP_Param::get_group_info().

◆ idx

uint8_t AP_Param::GroupInfo::idx

◆ name

const char* AP_Param::GroupInfo::name

◆ offset

ptrdiff_t AP_Param::GroupInfo::offset

◆ type

uint8_t AP_Param::GroupInfo::type

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