Functions
sbgEComCmdGnss.c File Reference
#include <sbgCommon.h>
#include <streamBuffer/sbgStreamBuffer.h>
#include "sbgEComCmdGnss.h"
#include "transfer/sbgEComTransfer.h"
Include dependency graph for sbgEComCmdGnss.c:

Go to the source code of this file.

Functions

SbgErrorCode sbgEComCmdGnss1GetLeverArmAlignment (SbgEComHandle *pHandle, SbgEComGnssAlignmentInfo *pAlignConf)
 
SbgErrorCode sbgEComCmdGnss1GetModelInfo (SbgEComHandle *pHandle, SbgEComModelInfo *pModelInfo)
 
SbgErrorCode sbgEComCmdGnss1GetRejection (SbgEComHandle *pHandle, SbgEComGnssRejectionConf *pRejectConf)
 
SbgErrorCode sbgEComCmdGnss1InstallationGet (SbgEComHandle *pHandle, SbgEComGnssInstallation *pGnssInstallation)
 
SbgErrorCode sbgEComCmdGnss1InstallationSet (SbgEComHandle *pHandle, const SbgEComGnssInstallation *pGnssInstallation)
 
SbgErrorCode sbgEComCmdGnss1SetLeverArmAlignment (SbgEComHandle *pHandle, const SbgEComGnssAlignmentInfo *pAlignConf)
 
SbgErrorCode sbgEComCmdGnss1SetModelId (SbgEComHandle *pHandle, uint32_t id)
 
SbgErrorCode sbgEComCmdGnss1SetRejection (SbgEComHandle *pHandle, const SbgEComGnssRejectionConf *pRejectConf)
 
static SbgErrorCode sbgEComCmdGnssGetModelInfo (SbgEComHandle *pHandle, SbgEComModelInfo *pModelInfo, SbgEComCmd cmdId)
 
static SbgErrorCode sbgEComCmdGnssGetRejection (SbgEComHandle *pHandle, SbgEComGnssRejectionConf *pRejectConf, SbgEComCmd cmdId)
 
static SbgErrorCode sbgEComCmdGnssInstallationGet (SbgEComHandle *pHandle, SbgEComGnssInstallation *pGnssInstallation, SbgEComCmd cmdId)
 
static SbgErrorCode sbgEComCmdGnssInstallationSet (SbgEComHandle *pHandle, const SbgEComGnssInstallation *pGnssInstallation, SbgEComCmd cmdId)
 
static SbgErrorCode sbgEComCmdGnssSetModelId (SbgEComHandle *pHandle, uint32_t id, SbgEComCmd cmdId)
 
static SbgErrorCode sbgEComCmdGnssSetRejection (SbgEComHandle *pHandle, const SbgEComGnssRejectionConf *pRejectConf, SbgEComCmd cmdId)
 

Function Documentation

SbgErrorCode sbgEComCmdGnss1GetLeverArmAlignment ( SbgEComHandle pHandle,
SbgEComGnssAlignmentInfo pAlignConf 
)

Definition at line 379 of file sbgEComCmdGnss.c.

SbgErrorCode sbgEComCmdGnss1GetModelInfo ( SbgEComHandle pHandle,
SbgEComModelInfo pModelInfo 
)

Retrieve GNSS error model information.

Parameters
[in]pHandleA valid sbgECom handle.
[out]pMotionProfileInfoPointer to a SbgEComModelInfo to contain the current GNSS error model info.
Returns
SBG_NO_ERROR if the command has been executed successfully.

Definition at line 371 of file sbgEComCmdGnss.c.

SbgErrorCode sbgEComCmdGnss1GetRejection ( SbgEComHandle pHandle,
SbgEComGnssRejectionConf pRejectConf 
)

Retrieve the rejection configuration of the gnss module.

Parameters
[in]pHandleA valid sbgECom handle.
[out]pAlignConfPointer to a SbgEComGnssRejectionConf struct to hold rejection configuration of the gnss module.
Returns
SBG_NO_ERROR if the command has been executed successfully.

Definition at line 532 of file sbgEComCmdGnss.c.

SbgErrorCode sbgEComCmdGnss1InstallationGet ( SbgEComHandle pHandle,
SbgEComGnssInstallation pGnssInstallation 
)

Retrieve the mechanical installation parameters for the GNSS 1 module.

Parameters
[in]pHandleA valid sbgECom handle.
[out]pGnssInstallationUsed to store the retrieved the GNSS installation parameters.
Returns
SBG_NO_ERROR if the command has been executed successfully.

Definition at line 516 of file sbgEComCmdGnss.c.

SbgErrorCode sbgEComCmdGnss1InstallationSet ( SbgEComHandle pHandle,
const SbgEComGnssInstallation pGnssInstallation 
)

Set the mechanical installation parameters for the GNSS 1 module.

Parameters
[in]pHandleA valid sbgECom handle.
[in]pGnssInstallationThe GNSS installation parameters to set.
Returns
SBG_NO_ERROR if the command has been executed successfully.

Definition at line 524 of file sbgEComCmdGnss.c.

SbgErrorCode sbgEComCmdGnss1SetLeverArmAlignment ( SbgEComHandle pHandle,
const SbgEComGnssAlignmentInfo pAlignConf 
)

Definition at line 448 of file sbgEComCmdGnss.c.

SbgErrorCode sbgEComCmdGnss1SetModelId ( SbgEComHandle pHandle,
uint32_t  id 
)

Set GNSS error model id.

Parameters
[in]pHandleA valid sbgECom handle.
[in]idModel ID to set
Returns
SBG_NO_ERROR if the command has been executed successfully.

Definition at line 364 of file sbgEComCmdGnss.c.

SbgErrorCode sbgEComCmdGnss1SetRejection ( SbgEComHandle pHandle,
const SbgEComGnssRejectionConf pRejectConf 
)

Set the rejection configuration of the gnss module.

Parameters
[in]pHandleA valid sbgECom handle.
[out]pAlignConfPointer to a SbgEComGnssRejectionConf struct holding rejection configuration for the gnss module.
Returns
SBG_NO_ERROR if the command has been executed successfully.

Definition at line 540 of file sbgEComCmdGnss.c.

static SbgErrorCode sbgEComCmdGnssGetModelInfo ( SbgEComHandle pHandle,
SbgEComModelInfo pModelInfo,
SbgEComCmd  cmdId 
)
static

Retrieve GNSS error model information.

Parameters
[in]pHandleA valid sbgECom handle.
[out]pMotionProfileInfoPointer to a SbgEComModelInfo to contain the current GNSS error model info.
[in]cmdIdThe command identifier to get parameters for a specific GNSS module.
Returns
SBG_NO_ERROR if the command has been executed successfully.

Definition at line 41 of file sbgEComCmdGnss.c.

static SbgErrorCode sbgEComCmdGnssGetRejection ( SbgEComHandle pHandle,
SbgEComGnssRejectionConf pRejectConf,
SbgEComCmd  cmdId 
)
static

Retrieve the rejection configuration of the gnss module.

Parameters
[in]pHandleA valid sbgECom handle.
[out]pAlignConfPointer to a SbgEComGnssRejectionConf struct to hold rejection configuration of the gnss module.
[in]cmdIdThe command identifier to get parameters for a specific GNSS module.
Returns
SBG_NO_ERROR if the command has been executed successfully.

Definition at line 219 of file sbgEComCmdGnss.c.

static SbgErrorCode sbgEComCmdGnssInstallationGet ( SbgEComHandle pHandle,
SbgEComGnssInstallation pGnssInstallation,
SbgEComCmd  cmdId 
)
static

Retrieve the mechanical installation parameters for the GNSS # module.

Parameters
[in]pHandleA valid sbgECom handle.
[out]pGnssInstallationUsed to store the retrieved the GNSS installation parameters.
[in]cmdIdThe command identifier to get parameters for a specific GNSS module.
Returns
SBG_NO_ERROR if the command has been executed successfully.

Definition at line 60 of file sbgEComCmdGnss.c.

static SbgErrorCode sbgEComCmdGnssInstallationSet ( SbgEComHandle pHandle,
const SbgEComGnssInstallation pGnssInstallation,
SbgEComCmd  cmdId 
)
static

Set the mechanical installation parameters for the GNSS # module.

Parameters
[in]pHandleA valid sbgECom handle.
[in]pGnssInstallationThe GNSS installation parameters to set.
[in]cmdIdThe command identifier to set parameters for a specific GNSS module.
Returns
SBG_NO_ERROR if the command has been executed successfully.

Definition at line 140 of file sbgEComCmdGnss.c.

static SbgErrorCode sbgEComCmdGnssSetModelId ( SbgEComHandle pHandle,
uint32_t  id,
SbgEComCmd  cmdId 
)
static

Set GNSS error model id.

Parameters
[in]pHandleA valid sbgECom handle.
[in]idModel ID to set
[in]cmdIdThe command identifier to set parameters for a specific GNSS module.
Returns
SBG_NO_ERROR if the command has been executed successfully.

Definition at line 23 of file sbgEComCmdGnss.c.

static SbgErrorCode sbgEComCmdGnssSetRejection ( SbgEComHandle pHandle,
const SbgEComGnssRejectionConf pRejectConf,
SbgEComCmd  cmdId 
)
static

Set the rejection configuration of the gnss module.

Parameters
[in]pHandleA valid sbgECom handle.
[out]pAlignConfPointer to a SbgEComGnssRejectionConf struct holding rejection configuration for the gnss module.
[in]cmdIdThe command identifier to set parameters for a specific GNSS module.
Returns
SBG_NO_ERROR if the command has been executed successfully.

Definition at line 294 of file sbgEComCmdGnss.c.



sbg_driver
Author(s): SBG Systems
autogenerated on Thu Oct 22 2020 03:47:22