Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResolutionAdvisory ¶
type ResolutionAdvisory struct { ActiveRA fields.ActiveResolutionAdvisory RAComplement fields.RAComplement RATerminatedIndicator fields.RATerminatedIndicator MultipleThreatEncounter fields.MultipleThreatEncounter ThreatTypeIndicator fields.ThreatTypeIndicator ThreatIdentityAddress *fields.ThreatIdentityAddress ThreatIdentityAltitude *fields.ThreatIdentityAltitude ThreatIdentityRange *fields.ThreatIdentityRange ThreatIdentityBearing *fields.ThreatIdentityBearing }
ResolutionAdvisory is an ACAS message providing information about ResolutionAdvisory
Defined at 3.1.2.8.3.1 and 4.3.8.4.2.4
func ReadResolutionAdvisory ¶
func ReadResolutionAdvisory(data []byte) (*ResolutionAdvisory, error)
ReadResolutionAdvisory reads a ResolutionAdvisory data message
Params:
- data: The content of the message including the field VDS. This is for example the full content of the MV field from Mode S message
Returns a properly formatted ResolutionAdvisory
func (ResolutionAdvisory) ToString ¶
func (message ResolutionAdvisory) ToString() string
ToString returns a basic, but readable, representation of the field
Click to show internal directories.
Click to hide internal directories.