swift
Public Attributes | List of all members
swift::core::fsd::PBH Union Reference

Pitch bank heading union. More...

Public Attributes

unsigned int pbh = 0
 Pitch/Bank/Heading as integer value.
 
struct {
   unsigned int   unused: 1
 unused bit
 
   unsigned int   onground: 1
 Onground flag.
 
   unsigned int   hdg: 10
 Heading.
 
   int   bank: 10
 Bank.
 
   int   pitch: 10
 Pitch.
 
}; 
 

Detailed Description

Pitch bank heading union.

Definition at line 15 of file pbh.h.


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