Harry Keane / X_NUCLEO_GNSS1A1

Dependents:   A_TeseoLocationNEW A_TeseoLocation

Embed: (wiki syntax)

« Back to documentation index

createTeseoGNSS.cpp File Reference

createTeseoGNSS.cpp File Reference

More...

Go to the source code of this file.

Functions

static void GetGNSMsgInfos (tTeseoData *pData)
 This function prints on the console the info about Fix data for single or combined satellite navigation system.
static void GetGPGSTInfos (tTeseoData *pData)
 This function prints on the console the info about GPS Pseudorange Noise Statistics.
static void GetGPRMCInfos (tTeseoData *pData)
 This function prints on the console the info about Recommended Minimum Specific GPS/Transit data got by the most recent reception process.
static void GetGSAMsgInfos (tTeseoData *pData)
 This function prints on the console the info about GNSS satellites got by the most recent reception process.
static void GetGSVMsgInfos (tTeseoData *pData)
 This function prints on the console the info about GNSS satellites got by the most recent reception process.
static void GetGeofenceInfos (tTeseoData *pData)
 This function prints on the console the info Geofence.
static void GetOdometerInfos (tTeseoData *pData)
 This function prints on the console the info about Odometer.
static void GetDatalogInfos (tTeseoData *pData)
 This function prints on the console the info about Datalog.
static void GetMsgListAck (tTeseoData *pData)
 This function prints on the console the ack about Message List cfg.
static void GetAck (tTeseoData *pData)
 This function prints on the console the ack about Message List cfg.

Detailed Description

Author:
AST/CL
Version:
V1.1.0
Date:
May, 2017
Attention:

© COPYRIGHT(c) 2017 STMicroelectronics

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of STMicroelectronics nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Definition in file createTeseoGNSS.cpp.


Function Documentation

static void GetAck ( tTeseoData pData ) [static]

This function prints on the console the ack about Message List cfg.

Parameters:
pData
Return values:
None

Definition at line 601 of file createTeseoGNSS.cpp.

static void GetDatalogInfos ( tTeseoData pData ) [static]

This function prints on the console the info about Datalog.

Parameters:
pData
Return values:
None

Definition at line 541 of file createTeseoGNSS.cpp.

static void GetGeofenceInfos ( tTeseoData pData ) [static]

This function prints on the console the info Geofence.

Parameters:
pData
Return values:
None

Definition at line 449 of file createTeseoGNSS.cpp.

static void GetGNSMsgInfos ( tTeseoData pData ) [static]

This function prints on the console the info about Fix data for single or combined satellite navigation system.

Parameters:
pData
Return values:
None

Definition at line 80 of file createTeseoGNSS.cpp.

static void GetGPGSTInfos ( tTeseoData pData ) [static]

This function prints on the console the info about GPS Pseudorange Noise Statistics.

Parameters:
pData
Return values:
None

Definition at line 158 of file createTeseoGNSS.cpp.

static void GetGPRMCInfos ( tTeseoData pData ) [static]

This function prints on the console the info about Recommended Minimum Specific GPS/Transit data got by the most recent reception process.

Parameters:
pData
Return values:
None

Definition at line 213 of file createTeseoGNSS.cpp.

static void GetGSAMsgInfos ( tTeseoData pData ) [static]

This function prints on the console the info about GNSS satellites got by the most recent reception process.

Parameters:
pData
Return values:
None

Definition at line 291 of file createTeseoGNSS.cpp.

static void GetGSVMsgInfos ( tTeseoData pData ) [static]

This function prints on the console the info about GNSS satellites got by the most recent reception process.

Parameters:
pData
Return values:
None

Definition at line 372 of file createTeseoGNSS.cpp.

static void GetMsgListAck ( tTeseoData pData ) [static]

This function prints on the console the ack about Message List cfg.

Parameters:
pData
Return values:
None

Definition at line 582 of file createTeseoGNSS.cpp.

static void GetOdometerInfos ( tTeseoData pData ) [static]

This function prints on the console the info about Odometer.

Parameters:
pData
Return values:
None

Definition at line 514 of file createTeseoGNSS.cpp.