Public Member Functions | |
| SimCoordinates (double a, double b, double c) | |
| SimCoordinates () | |
| void | operator= (const SimCoordinates &_v) |
| bool | operator== (const SimCoordinates &s2) const |
| bool | operator!= (const SimCoordinates &a) const |
| void | swapBytes () |
Public Attributes | |
| double | lat |
| double | lon |
| double | alt |
Friends | |
| std::ostream & | operator<< (std::ostream &s, const SimCoordinates &v) |
| std::ostream & | operator<< (std::ostream &s, const SimCoordinates *const v) |
| SimCoordinates::SimCoordinates | ( | double | a, | |
| double | b, | |||
| double | c | |||
| ) | [inline] |
Constructors.
| SimCoordinates::SimCoordinates | ( | ) | [inline] |
| void SimCoordinates::operator= | ( | const SimCoordinates & | _v | ) | [inline] |
Assignment operator.
| bool SimCoordinates::operator== | ( | const SimCoordinates & | s2 | ) | const [inline] |
Compare to another SimCoordinates structure.
| bool SimCoordinates::operator!= | ( | const SimCoordinates & | a | ) | const [inline] |
| void SimCoordinates::swapBytes | ( | ) | [inline] |
Swap bytes 'to' or 'from' the network.
| std::ostream& operator<< | ( | std::ostream & | s, | |
| const SimCoordinates & | v | |||
| ) | [friend] |
| std::ostream& operator<< | ( | std::ostream & | s, | |
| const SimCoordinates *const | v | |||
| ) | [friend] |
| double SimCoordinates::lat |
Latitude.
| double SimCoordinates::lon |
Longitude.
| double SimCoordinates::alt |
Altitude.
1.5.0