Documentation
¶
Overview ¶
Package checkout implements the Santa Clara County standard check-out message.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Type = message.Type{
Tag: "Check-Out",
Name: "check-out message",
Article: "a",
}
Type is the type definition for a check-out message.
Functions ¶
This section is empty.
Types ¶
type CheckOut ¶
type CheckOut struct { message.BaseMessage OriginMsgID string Handling string TacticalCallSign string TacticalStationName string OperatorCallSign string OperatorName string }
CheckOut holds the details of an XSC-standard check-out message.
func (*CheckOut) EncodeBody ¶
EncodeBody encodes the message body.
func (*CheckOut) EncodeSubject ¶
EncodeSubject encodes the message subject.
Click to show internal directories.
Click to hide internal directories.