Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlightPlan ¶
type FlightPlan struct { Version int Departure Airport Destination Airport Route struct { Wp []interface{} } }
func New ¶
func New(fp ofp.Flightplan) FlightPlan
func (*FlightPlan) MarshalXML ¶
func (fp *FlightPlan) MarshalXML(encoder *xml.Encoder, start xml.StartElement) error
Click to show internal directories.
Click to hide internal directories.