SRK Version of mDot LoRa_Sensormode_SRK

Dependencies:   libmDot mbed-rtos mbed

Fork of mDot_LoRa_Sensornode by Adrian Mitevski

Embed: (wiki syntax)

« Back to documentation index

Decoder.h File Reference

Decoder.h File Reference

Go to the source code of this file.

Data Structures

struct  POSLHH
 Container that can hold GPS Information. More...
class  Decoder
 This Class is used to decode the byte stream thats sent from the uBlox. More...

Typedefs

typedef struct POSLHH POSLHH
 Container that can hold GPS Information.

Enumerations

enum  DecoderState { INIT = 0, RECEIVE, DECODE }
 

States in which the Decoder can be.

More...

Detailed Description

Author:
Adrian
Date:
16.05.2016

Definition in file Decoder.h.


Typedef Documentation

typedef struct POSLHH POSLHH

Container that can hold GPS Information.


Enumeration Type Documentation

States in which the Decoder can be.

Enumerator:
INIT 

INIT.

RECEIVE 

RECEIVE.

DECODE 

DECODE.

Definition at line 23 of file Decoder.h.