QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
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

◆ NMEA_DEF_PARSEBUFF

#define NMEA_DEF_PARSEBUFF   (1024)

Definition at line 32 of file context.h.

◆ NMEA_MIN_PARSEBUFF

#define NMEA_MIN_PARSEBUFF   (256)

Definition at line 33 of file context.h.

Typedef Documentation

◆ nmeaErrorFunc

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

Definition at line 41 of file context.h.

◆ nmeaPROPERTY

typedef struct _nmeaPROPERTY nmeaPROPERTY

◆ nmeaTraceFunc

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

Definition at line 40 of file context.h.

Function Documentation

◆ nmea_error()

void nmea_error ( const char *  str,
  ... 
)

◆ nmea_property()

nmeaPROPERTY* nmea_property ( )

◆ nmea_trace()

void nmea_trace ( const char *  str,
  ... 
)

◆ nmea_trace_buff()

void nmea_trace_buff ( const char *  buff,
int  buff_size 
)