mi32/strtodeg.h File Reference

String / Degrees conversion functions. More...

#include <mi32/mistring.h>
Include dependency graph for strtodeg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define LIBEXPORT   MI_DLLIMPORT

Enumerations

enum  DEGTOSTRFLAGS {
  DEGTOSTRFLAG_NoDir = 0x00000000, DEGTOSTRFLAG_Longitude = 0x00000001, DEGTOSTRFLAG_Latitude = 0x00000002, DEGTOSTRFLAG_DirLast = 0x00000010,
  DEGTOSTRFLAG_DecDegs = 0x00000020, DEGTOSTRFLAG_DegDecMin = 0x00000040, DEGTOSTRFLAG_DegMinSec = 0x00000080, DEGTOSTRFLAG_Longitude360 = 0x00000100,
  DEGTOSTRFLAG_AutoPrecision = 0x00000200
}

Functions

LIBEXPORT MISTRING ConvertDegsToString (double value, DEGTOSTRFLAGS flags)
LIBEXPORT char * ConvertDegsToString (char *string, double value, DEGTOSTRFLAGS flags)
LIBEXPORT bool ConvertStringToDegs (const char *string, double *value)

Detailed Description

String / Degrees conversion functions.


Define Documentation

#define LIBEXPORT   MI_DLLIMPORT

Generated on Sun Oct 7 21:28:20 2012 for TNTsdk 2012 by  doxygen 1.6.1