#include <DiverMsg.hpp>
Public Member Functions | |
void | convert (double lat, double lon, int bits=7) |
Public Attributes | |
int | lat |
int | lon |
Protected Member Functions | |
template<size_t precission> | |
void | latlonToBits (double lat, double lon) |
The utility structure for converting latitude, longitude diver coordinates to bit encodings.
Definition at line 62 of file DiverMsg.hpp.
void LatLon2Bits::convert | ( | double | lat, |
double | lon, | ||
int | bits = 7 |
||
) |
Definition at line 51 of file DiverMsg.cpp.
void LatLon2Bits::latlonToBits< 7 > | ( | double | lat, |
double | lon | ||
) | [protected] |
Definition at line 68 of file DiverMsg.cpp.
Definition at line 67 of file DiverMsg.hpp.
Definition at line 67 of file DiverMsg.hpp.