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 Class Reference

Decoder Class Reference

This Class is used to decode the byte stream thats sent from the uBlox. More...

#include <Decoder.h>

Public Member Functions

DecoderState getActualState ()
 Gets the actual State in which the decoder is.
char * getReceiveBuffer ()
 Gets the receive Buffer in which all received Bytes from the NAV-POLLSH are stored.
POSLHH getLastPoslhh ()
 Gets the last successfully decoded NAV-POLLSH Bytestream.

Detailed Description

This Class is used to decode the byte stream thats sent from the uBlox.

At the moment it only decodes the NAV-POLLSH byte stream. For correct usage all other messages of the uBlox needs to be deactivated or at least the NAV-POLLSH needs to be activated

Definition at line 48 of file Decoder.h.


Member Function Documentation

DecoderState getActualState (  )

Gets the actual State in which the decoder is.

Returns:

Definition at line 26 of file Decoder.cpp.

POSLHH getLastPoslhh (  )

Gets the last successfully decoded NAV-POLLSH Bytestream.

Returns:

Definition at line 138 of file Decoder.cpp.

char * getReceiveBuffer (  )

Gets the receive Buffer in which all received Bytes from the NAV-POLLSH are stored.

Returns:

Definition at line 95 of file Decoder.cpp.