QGIS API Documentation  2.6.0-Brighton
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Macros | Typedefs | Functions
context.h File Reference
#include "config.h"
Include dependency graph for context.h:

Go to the source code of this file.

Classes

struct  _nmeaPROPERTY

Macros

#define NMEA_DEF_PARSEBUFF   (1024)
#define NMEA_MIN_PARSEBUFF   (256)

Typedefs

typedef void(* nmeaTraceFunc )(const char *str, int str_size)
typedef void(* nmeaErrorFunc )(const char *str, int str_size)
typedef struct _nmeaPROPERTY nmeaPROPERTY

Functions

nmeaPROPERTYnmea_property ()
void nmea_trace (const char *str,...)
void nmea_trace_buff (const char *buff, int buff_size)
void nmea_error (const char *str,...)

Macro Definition Documentation

#define NMEA_DEF_PARSEBUFF   (1024)
#define NMEA_MIN_PARSEBUFF   (256)

Typedef Documentation

typedef void( * nmeaErrorFunc)(const char *str, int str_size)
typedef struct _nmeaPROPERTY nmeaPROPERTY
typedef void( * nmeaTraceFunc)(const char *str, int str_size)

Function Documentation

void nmea_error ( const char *  str,
  ... 
)
nmeaPROPERTY* nmea_property ( )
void nmea_trace ( const char *  str,
  ... 
)
void nmea_trace_buff ( const char *  buff,
int  buff_size 
)