QGIS API Documentation  2.2.0-Valmiera
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
tok.h File Reference
#include "config.h"
#include "stdlib.h"
Include dependency graph for tok.h:

Go to the source code of this file.

Functions

int nmea_calc_crc (const char *buff, int buff_sz)
int nmea_atoi (const char *str, size_t str_sz, int radix)
double nmea_atof (const char *str, int str_sz)
int nmea_printf (char *buff, int buff_sz, const char *format,...)
int nmea_scanf (const char *buff, int buff_sz, const char *format,...)

Function Documentation

double nmea_atof ( const char *  str,
int  str_sz 
)
int nmea_atoi ( const char *  str,
size_t  str_sz,
int  radix 
)
int nmea_calc_crc ( const char *  buff,
int  buff_sz 
)
int nmea_printf ( char *  buff,
int  buff_sz,
const char *  format,
  ... 
)
int nmea_scanf ( const char *  buff,
int  buff_sz,
const char *  format,
  ... 
)