sbgECom Library
4.0.1987-stable
C library to interface SBG Systems IMU/AHRS/INS
|
GNSS aiding module configuration commands. More...
Go to the source code of this file.
Data Structures | |
struct | _SbgEComGnssInstallation |
struct | _SbgEComGnssRejectionConf |
Typedefs | |
typedef enum _SbgEComGnssModelsStdIds | SbgEComGnssModelsStdIds |
typedef enum _SbgEComGnssInstallationMode | SbgEComGnssInstallationMode |
typedef struct _SbgEComGnssInstallation | SbgEComGnssInstallation |
typedef struct _SbgEComGnssRejectionConf | SbgEComGnssRejectionConf |
Enumerations | |
enum | _SbgEComGnssModelsStdIds { SBG_ECOM_GNSS_MODEL_INTERNAL = 101 , SBG_ECOM_GNSS_MODEL_NMEA = 102 , SBG_ECOM_GNSS_MODEL_UBLOX_GPS_BEIDOU = 103 , SBG_ECOM_GNSS_MODEL_UBLOX_EXTERNAL = 104 , SBG_ECOM_GNSS_MODEL_RESERVED_01 = 105 , SBG_ECOM_GNSS_MODEL_NOVATEL_EXTERNAL = 106 , SBG_ECOM_GNSS_MODEL_RESERVED_02 = 107 , SBG_ECOM_GNSS_MODEL_RESERVED_03 = 108 , SBG_ECOM_GNSS_MODEL_SEPTENTRIO_EXTERNAL = 109 , SBG_ECOM_GNSS_MODEL_RESERVED_04 = 110 } |
enum | _SbgEComGnssInstallationMode { SBG_ECOM_GNSS_INSTALLATION_MODE_SINGLE = 1 , SBG_ECOM_GNSS_INSTALLATION_MODE_DUAL_AUTO = 2 , SBG_ECOM_GNSS_INSTALLATION_MODE_DUAL_ROUGH = 3 , SBG_ECOM_GNSS_INSTALLATION_MODE_DUAL_PRECISE = 4 } |
Functions | |
SbgErrorCode | sbgEComCmdGnss1SetModelId (SbgEComHandle *pHandle, SbgEComGnssModelsStdIds modelId) |
SbgErrorCode | sbgEComCmdGnss1GetModelId (SbgEComHandle *pHandle, SbgEComGnssModelsStdIds *pModelId) |
SbgErrorCode | sbgEComCmdGnss1InstallationGet (SbgEComHandle *pHandle, SbgEComGnssInstallation *pGnssInstallation) |
SbgErrorCode | sbgEComCmdGnss1InstallationSet (SbgEComHandle *pHandle, const SbgEComGnssInstallation *pGnssInstallation) |
SbgErrorCode | sbgEComCmdGnss1GetRejection (SbgEComHandle *pHandle, SbgEComGnssRejectionConf *pRejectConf) |
SbgErrorCode | sbgEComCmdGnss1SetRejection (SbgEComHandle *pHandle, const SbgEComGnssRejectionConf *pRejectConf) |
GNSS aiding module configuration commands.
The MIT license
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
typedef enum _SbgEComGnssModelsStdIds SbgEComGnssModelsStdIds |
This enum defines the different GNSS model IDs available in standard
typedef enum _SbgEComGnssInstallationMode SbgEComGnssInstallationMode |
GNSS mechanical installation modes for the dual antenna mode.
typedef struct _SbgEComGnssInstallation SbgEComGnssInstallation |
GNSS mechanical installation parameters to be used with command SBG_ECOM_CMD_GNSS_::_INSTALLATION
typedef struct _SbgEComGnssRejectionConf SbgEComGnssRejectionConf |
Holds all necessary information for GNSS module data rejection.
This enum defines the different GNSS model IDs available in standard
GNSS mechanical installation modes for the dual antenna mode.
SbgErrorCode sbgEComCmdGnss1SetModelId | ( | SbgEComHandle * | pHandle, |
SbgEComGnssModelsStdIds | modelId | ||
) |
Set GNSS error model id.
[in] | pHandle | A valid sbgECom handle. |
[in] | modelId | Model ID to set |
SbgErrorCode sbgEComCmdGnss1GetModelId | ( | SbgEComHandle * | pHandle, |
SbgEComGnssModelsStdIds * | pModelId | ||
) |
Retrieve GNSS error model id.
[in] | pHandle | A valid sbgECom handle. |
[out] | pModelId | Retrieved model id. |
SbgErrorCode sbgEComCmdGnss1InstallationGet | ( | SbgEComHandle * | pHandle, |
SbgEComGnssInstallation * | pGnssInstallation | ||
) |
Retrieve the mechanical installation parameters for the GNSS 1 module.
[in] | pHandle | A valid sbgECom handle. |
[out] | pGnssInstallation | Used to store the retrieved the GNSS installation parameters. |
SbgErrorCode sbgEComCmdGnss1InstallationSet | ( | SbgEComHandle * | pHandle, |
const SbgEComGnssInstallation * | pGnssInstallation | ||
) |
Set the mechanical installation parameters for the GNSS 1 module.
[in] | pHandle | A valid sbgECom handle. |
[in] | pGnssInstallation | The GNSS installation parameters to set. |
SbgErrorCode sbgEComCmdGnss1GetRejection | ( | SbgEComHandle * | pHandle, |
SbgEComGnssRejectionConf * | pRejectConf | ||
) |
Retrieve the rejection configuration of the gnss module.
[in] | pHandle | A valid sbgECom handle. |
[out] | pRejectConf | Pointer to a SbgEComGnssRejectionConf struct to hold rejection configuration of the gnss module. |
SbgErrorCode sbgEComCmdGnss1SetRejection | ( | SbgEComHandle * | pHandle, |
const SbgEComGnssRejectionConf * | pRejectConf | ||
) |
Set the rejection configuration of the gnss module.
[in] | pHandle | A valid sbgECom handle. |
[out] | pRejectConf | Pointer to a SbgEComGnssRejectionConf struct holding rejection configuration for the gnss module. |