QGIS API Documentation  2.4.0-Chugiak
 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)

Definition at line 32 of file context.h.

#define NMEA_MIN_PARSEBUFF   (256)

Definition at line 33 of file context.h.

Typedef Documentation

typedef void( * nmeaErrorFunc)(const char *str, int str_size)

Definition at line 41 of file context.h.

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

Definition at line 40 of file context.h.

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 
)