Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { // MessageType - uint12 - always 1005. MessageType uint `json:"message_type,omitempty"` // station ID - uint12. StationID uint `json:"station_id,omitempty"` // Reserved for ITRF Realisaton Year - uint6. ITRFRealisationYear uint `json:"itrf_realisation_year,omitempty"` // Ignored 1 represents the next four bits which are ignored. Ignored1 uint `json:"ignored1,omitempty"` // AntennaRefX is the antenna Reference Point coordinate X in ECEF - int38. // Scaled integer in 0.00001 m units (tenth mm). AntennaRefX int64 `json:"antenna_ref_x,omitempty"` // Ignored2 represents the next two bits which are ignored. Ignored2 uint `json:"ignored2,omitempty"` // AntennaRefY is the antenna Reference Point coordinate Y in ECEF - int38. AntennaRefY int64 `json:"antenna_ref_y,omitempty"` // Ignored3 represents the next two bits which are ignored. Ignored3 uint `json:"ignored3,omitempty"` // AntennaRefZ is the antenna Reference Point coordinate X in ECEF - int38. AntennaRefZ int64 `json:"antenna_ref_z,omitempty"` // contains filtered or unexported fields }
Message contains a message of type 1005 - antenna position.
func GetMessage ¶
GetMessage returns a text version of a message type 1005
Click to show internal directories.
Click to hide internal directories.