Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SelectedVerticalIntention ¶
type SelectedVerticalIntention struct { MCPFCUSelectedAltitudeAvailable bool MCPFCUSelectedAltitude uint32 FMSSelectedAltitudeAvailable bool FMSSelectedAltitude uint32 BarometricPressureSettingAvailable bool BarometricPressureSetting float32 StatusOfModeBits fields.StatusOfModeBits VNAVMode bool AltitudeHoldMode bool ApproachMode bool StatusOfTargetAltitudeSource fields.StatusOfTargetAltitudeSource TargetAltitudeSource fields.TargetAltitudeSource }
SelectedVerticalIntention is a message at the format BDS 4,0
Specified in Doc 9871 / Table A-2-48
func ReadSelectedVerticalIntention ¶
func ReadSelectedVerticalIntention(data []byte) (*SelectedVerticalIntention, error)
ReadSelectedVerticalIntention reads a message as a SelectedVerticalIntention
func (SelectedVerticalIntention) CheckCoherency ¶
func (message SelectedVerticalIntention) CheckCoherency() error
CheckCoherency checks that the data of the message are somehow coherent, such as for example: no Reserved values, etc.
func (SelectedVerticalIntention) GetRegister ¶
func (message SelectedVerticalIntention) GetRegister() register.Register
GetRegister returns the Register the message
func (SelectedVerticalIntention) ToString ¶
func (message SelectedVerticalIntention) ToString() string
ToString returns a basic, but readable, representation of the message
Click to show internal directories.
Click to hide internal directories.