OpenCPN Partial API docs
|
Plugin track class for managing recorded track data. More...
#include <ocpn_plugin.h>
Public Attributes | |
wxString | m_NameString |
Display name of the track. | |
wxString | m_StartString |
Description of track start point/time. | |
wxString | m_EndString |
Description of track end point/time. | |
wxString | m_GUID |
Globally unique identifier. | |
Plugin_WaypointList * | pWaypointList |
List of waypoints making up this track in chronological order. | |
Plugin track class for managing recorded track data.
This class represents a track (vessel's recorded path) consisting of an ordered list of track points. Tracks differ from routes in that they represent historical positions rather than planned paths.
Tracks are used to:
Definition at line 2076 of file ocpn_plugin.h.
PlugIn_Track::PlugIn_Track | ( | void | ) |
Definition at line 801 of file ocpn_plugin_gui.cpp.
PlugIn_Track::~PlugIn_Track | ( | void | ) |
Definition at line 803 of file ocpn_plugin_gui.cpp.
wxString PlugIn_Track::m_EndString |
Description of track end point/time.
Definition at line 2083 of file ocpn_plugin.h.
wxString PlugIn_Track::m_GUID |
Globally unique identifier.
Definition at line 2084 of file ocpn_plugin.h.
wxString PlugIn_Track::m_NameString |
Display name of the track.
Definition at line 2081 of file ocpn_plugin.h.
wxString PlugIn_Track::m_StartString |
Description of track start point/time.
Definition at line 2082 of file ocpn_plugin.h.
Plugin_WaypointList* PlugIn_Track::pWaypointList |
List of waypoints making up this track in chronological order.
First point is start time, last point is end time. Each point typically includes position, time, and optional data like depth or temperature.
Definition at line 2092 of file ocpn_plugin.h.