Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CoTToEntity ¶
CoTToEntity converts a CoT XML event to a Hydris entity
func EntityDeleteCoT ¶
EntityDeleteCoT generates a t-x-d-d CoT event that tells TAK clients to remove the entity from the map.
Types ¶
type Detail ¶
type Detail struct {
Contact Contact `xml:"contact"`
Group Group `xml:"group"`
Milsym *Milsym `xml:"__milsym,omitempty"`
Link *Link `xml:"link,omitempty"`
ForceDelete *ForceDelete `xml:"__forcedelete,omitempty"`
}
type Event ¶
type Event struct {
XMLName xml.Name `xml:"event"`
Version string `xml:"version,attr"`
Type string `xml:"type,attr"`
How string `xml:"how,attr"`
UID string `xml:"uid,attr"`
Time string `xml:"time,attr"`
Start string `xml:"start,attr"`
Stale string `xml:"stale,attr"`
Point Point `xml:"point"`
Detail Detail `xml:"detail"`
}
CoT XML message structures
type ForceDelete ¶
Click to show internal directories.
Click to hide internal directories.