Public Member Functions | |
LTGStruct () | |
LTGStruct (short year, short month, short day, short hour, short minutes, short seconds, float lat, float lon, float value, short cnt) | |
LTGStruct (const char *str) | |
~LTGStruct () | |
bool | isValid () const |
Time | time () const |
Angle | latitude () const |
Angle | longitude () const |
float | value () const |
short | strokes () const |
void | addSeconds (short secs) |
bool | isInRegion (const LatLon &nw, const LatLon &se) |
Friends | |
BOIStream & | operator>> (BOIStream &, LTGStruct &) throw (std::string) |
BOOStream & | operator<< (BOOStream &, const LTGStruct &) throw (std::string) |
std::ostream & | operator<< (std::ostream &, const LTGStruct &) |
code::LTGStruct::LTGStruct | ( | ) |
code::LTGStruct::LTGStruct | ( | short | year, | |
short | month, | |||
short | day, | |||
short | hour, | |||
short | minutes, | |||
short | seconds, | |||
float | lat, | |||
float | lon, | |||
float | value, | |||
short | cnt | |||
) |
code::LTGStruct::LTGStruct | ( | const char * | str | ) |
code::LTGStruct::~LTGStruct | ( | ) | [inline] |
void code::LTGStruct::addSeconds | ( | short | secs | ) | [inline] |
bool code::LTGStruct::isValid | ( | ) | const [inline] |
Angle code::LTGStruct::latitude | ( | ) | const |
Angle code::LTGStruct::longitude | ( | ) | const |
short code::LTGStruct::strokes | ( | ) | const [inline] |
Time code::LTGStruct::time | ( | ) | const |
float code::LTGStruct::value | ( | ) | const [inline] |
std::ostream& operator<< | ( | std::ostream & | , | |
const LTGStruct & | ||||
) | [friend] |