Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
geoops::UTMCoordinate Member List

This is the complete list of members for geoops::UTMCoordinate, including all inherited members.

bIsDifferential (defined in geoops::UTMCoordinate)geoops::UTMCoordinate
bWithinNorthernHemisphere (defined in geoops::UTMCoordinate)geoops::UTMCoordinate
d2DAccuracy (defined in geoops::UTMCoordinate)geoops::UTMCoordinate
d3DAccuracy (defined in geoops::UTMCoordinate)geoops::UTMCoordinate
dAltitude (defined in geoops::UTMCoordinate)geoops::UTMCoordinate
dEasting (defined in geoops::UTMCoordinate)geoops::UTMCoordinate
dMeridianConvergence (defined in geoops::UTMCoordinate)geoops::UTMCoordinate
dNorthing (defined in geoops::UTMCoordinate)geoops::UTMCoordinate
dScale (defined in geoops::UTMCoordinate)geoops::UTMCoordinate
eCoordinateAccuracyFixType (defined in geoops::UTMCoordinate)geoops::UTMCoordinate
nZone (defined in geoops::UTMCoordinate)geoops::UTMCoordinate
operator!=(const UTMCoordinate &stOtherCoordinate) constgeoops::UTMCoordinateinline
operator==(const UTMCoordinate &stOtherCoordinate) constgeoops::UTMCoordinateinline
tmTimestamp (defined in geoops::UTMCoordinate)geoops::UTMCoordinate
UTMCoordinate(double dEasting=0.0, double dNorthing=0.0, int nZone=0, bool bWithinNorthernHemisphere=true, double dAltitude=0.0, double d2DAccuracy=-1.0, double d3DAccuracy=-1.0, double dMeridianConvergence=-1.0, double dScale=0.0, PositionFixType eCoordinateAccuracyFixType=PositionFixType::eUNKNOWN, bool bIsDifferential=false, std::chrono::system_clock::time_point tmTimestamp=std::chrono::system_clock::time_point().min())geoops::UTMCoordinateinline