Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AirborneVelocity ¶
type AirborneVelocity struct { bds09.AirborneVelocity // contains filtered or unexported fields }
func ReadAirborneVelocity ¶
func ReadAirborneVelocity(adsbVersion adsb.ADSBVersion, data []byte) (*AirborneVelocity, error)
ReadAirborneVelocity reads a message at the format AirborneVelocity
func (AirborneVelocity) CheckCoherency ¶
func (message AirborneVelocity) CheckCoherency() error
CheckCoherency checks that the data of the message are somehow coherent, such as for example: no Reserved values, etc.
func (AirborneVelocity) GetADSBVersion ¶
func (message AirborneVelocity) GetADSBVersion() adsb.ADSBVersion
GetADSBVersion returns the ADSB level used to read the data
func (AirborneVelocity) ToString ¶
func (message AirborneVelocity) ToString() string
Click to show internal directories.
Click to hide internal directories.