SEAN O CONNELL / Mbed 2 deprecated mDot_LoRa_Sensornode

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 InformationContainer that can hold GPS Information. More...
class  Decoder
 This Class is used to decode the byte stream thats sent from the uBlox. More...

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.


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.