|
orca-robotics
INTRODUCTION
Overview
Download and Install
Documentation
REPOSITORY
Interfaces
Drivers
Libraries
Utilities
Software Map
DEVELOPER
Dashboard
PEOPLE
Contributors
Users
Project
Download
Mailing lists
|
|
|
hydrogpsutil Namespace ReferenceLibrary containing GPS related functions.
More...
|
Classes |
struct | TGeoModelData |
| Geod model. More...
|
Enumerations |
enum | EGeodModel |
| enumeration of geod models
|
enum | |
Functions |
void | LatLon2MGA (double lat, double lon, double &Northing, double &Easting, int &Zone, EGeodModel geodmodel=GM_WGS84) |
| LatLon_2_MGA convert (lat,lon) in degrees to (Northing, Easting) in meters.
|
void | MGA2LatLon (double Northing, double Easting, int Zone, double &lat, double &lon, EGeodModel geodmodel=GM_WGS84) |
| MGA_2_LatLon convert (Northing, Easting) in meters to (lat,lon) in degrees.
|
Detailed Description
Library containing GPS related functions.
This namespace is part of a library which contains GPS related functions and classes.
- See also:
- libHydroGpsUtil
Enumeration Type Documentation
|
When using class to send data, need to add checksum, when reciving data need to test checksum Checksums are usually optional |
|
|