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

uBloxConfig Class Reference

uBloxConfig Class Reference

A configuration container for the uBlox. More...

#include <uBloxConfig.h>

Public Member Functions

void build (uBLOX_MODE)
 Generates a configuration according to the chosen uBLOX_MODE.

Detailed Description

A configuration container for the uBlox.

All its configuration values are stored an held inside this Class. Depending on the uBLOX_MODE it sets all the configuration values.

Definition at line 40 of file uBloxConfig.h.


Member Function Documentation

void build ( uBLOX_MODE  desiredMode )

Generates a configuration according to the chosen uBLOX_MODE.

More exactly it builds the strings that have to be sent at the initialization of the uBlox to run the uBlox to run it in a specific configuration

Parameters:
desiredModethe mode to build the configuration according to

Definition at line 39 of file uBloxConfig.cpp.