Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AircraftIdentification ¶
type AircraftIdentification struct {
Identification string
}
AircraftIdentification is a message at the format BDS 2,0
Specified in Doc 9871 / D.2.4.3
func ReadAircraftIdentification ¶
func ReadAircraftIdentification(data []byte) (*AircraftIdentification, error)
ReadAircraftIdentification reads a message as a AircraftIdentification
func (AircraftIdentification) CheckCoherency ¶
func (message AircraftIdentification) CheckCoherency() error
CheckCoherency checks that the data of the message are somehow coherent, such as for example: no Reserved values, etc.
func (AircraftIdentification) GetRegister ¶
func (message AircraftIdentification) GetRegister() register.Register
GetRegister returns the Register the message
func (AircraftIdentification) ToString ¶
func (message AircraftIdentification) ToString() string
ToString returns a basic, but readable, representation of the message
Click to show internal directories.
Click to hide internal directories.