String / Degrees conversion functions. More...
#include <mi32/mistring.h>

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) |
String / Degrees conversion functions.
| #define LIBEXPORT MI_DLLIMPORT |
1.6.1