QGIS API Documentation  2.14.0-Essen
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(* nmeaErrorFunc) (const char *str, int str_size)
 
typedef struct _nmeaPROPERTY nmeaPROPERTY
 
typedef void(* nmeaTraceFunc) (const char *str, int str_size)
 

Functions

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

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 
)