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

Public Attributes

uint32_t key_low: 8
 
uint32_t type: 5
 
uint32_t key_high: 1
 
uint32_t group_element: 18
 

Detailed Description

Definition at line 461 of file AP_Param.h.

Member Data Documentation

◆ group_element

uint32_t AP_Param::Param_header::group_element

◆ key_high

uint32_t AP_Param::Param_header::key_high

Definition at line 465 of file AP_Param.h.

Referenced by AP_Param::get_key(), and AP_Param::set_key().

◆ key_low

uint32_t AP_Param::Param_header::key_low

Definition at line 463 of file AP_Param.h.

Referenced by AP_Param::get_key(), and AP_Param::set_key().

◆ type

uint32_t AP_Param::Param_header::type

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