#include <RNDF.h>
Public Member Functions | |
void | clear () |
bool | isvalid () |
LL_Waypoint (std::string line, int x, int y, int line_number, bool &valid, bool verbose) | |
void | print () |
void | print_without_newline () |
Public Attributes | |
LatLong | ll |
int | waypoint_id |
LL_Waypoint::LL_Waypoint | ( | std::string | line, |
int | x, | ||
int | y, | ||
int | line_number, | ||
bool & | valid, | ||
bool | verbose | ||
) |
void LL_Waypoint::clear | ( | ) | [inline] |
bool LL_Waypoint::isvalid | ( | ) | [inline] |
void LL_Waypoint::print | ( | ) | [inline] |
void LL_Waypoint::print_without_newline | ( | ) | [inline] |