Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AircraftIdentificationAndCategory ¶
type AircraftIdentificationAndCategory struct { FormatTypeCode byte Category fields.AircraftCategory Identification string }
AircraftIdentificationAndCategory is a message at the format BDS 0,6
func ReadAircraftIdentificationAndCategory ¶
func ReadAircraftIdentificationAndCategory(data []byte) (*AircraftIdentificationAndCategory, error)
ReadAircraftIdentificationAndCategory reads a message at the format Format09V1
func (AircraftIdentificationAndCategory) CheckCoherency ¶
func (message AircraftIdentificationAndCategory) CheckCoherency() error
CheckCoherency checks that the data of the message are somehow coherent, such as for example: no Reserved values, etc.
func (AircraftIdentificationAndCategory) GetRegister ¶
func (message AircraftIdentificationAndCategory) GetRegister() register.Register
GetRegister returns the Register the message
func (AircraftIdentificationAndCategory) ToString ¶
func (message AircraftIdentificationAndCategory) ToString() string
Click to show internal directories.
Click to hide internal directories.