sbgECom Library
4.0.1987-stable
C library to interface SBG Systems IMU/AHRS/INS
|
Motion profile, aiding assignment & sensor installation commands. More...
Go to the source code of this file.
Data Structures | |
struct | _SbgEComAidingAssignConf |
struct | _SbgEComSensorAlignmentInfo |
struct | _SbgEComInitConditionConf |
Typedefs | |
typedef enum _SbgEComModulePortAssignment | SbgEComModulePortAssignment |
typedef enum _SbgEComModuleSyncAssignment | SbgEComModuleSyncAssignment |
typedef enum _SbgEComOdometerPinAssignment | SbgEComOdometerPinAssignment |
typedef enum _SbgEComMotionProfileStdIds | SbgEComMotionProfileStdIds |
typedef struct _SbgEComAidingAssignConf | SbgEComAidingAssignConf |
typedef struct _SbgEComSensorAlignmentInfo | SbgEComSensorAlignmentInfo |
typedef struct _SbgEComInitConditionConf | SbgEComInitConditionConf |
Functions | |
SbgErrorCode | sbgEComCmdSensorSetMotionProfileId (SbgEComHandle *pHandle, SbgEComMotionProfileStdIds modelId) |
SbgErrorCode | sbgEComCmdSensorGetMotionProfileId (SbgEComHandle *pHandle, SbgEComMotionProfileStdIds *pModelId) |
SbgErrorCode | sbgEComCmdSensorGetInitCondition (SbgEComHandle *pHandle, SbgEComInitConditionConf *pConf) |
SbgErrorCode | sbgEComCmdSensorSetInitCondition (SbgEComHandle *pHandle, const SbgEComInitConditionConf *pConf) |
SbgErrorCode | sbgEComCmdSensorGetAidingAssignment (SbgEComHandle *pHandle, SbgEComAidingAssignConf *pConf) |
SbgErrorCode | sbgEComCmdSensorSetAidingAssignment (SbgEComHandle *pHandle, const SbgEComAidingAssignConf *pConf) |
SbgErrorCode | sbgEComCmdSensorGetAlignmentAndLeverArm (SbgEComHandle *pHandle, SbgEComSensorAlignmentInfo *pAlignConf, float *pLeverArm) |
SbgErrorCode | sbgEComCmdSensorSetAlignmentAndLeverArm (SbgEComHandle *pHandle, const SbgEComSensorAlignmentInfo *pAlignConf, const float *pLeverArm) |
Motion profile, aiding assignment & sensor installation 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 _SbgEComModulePortAssignment SbgEComModulePortAssignment |
Ports available for the modules.
typedef enum _SbgEComModuleSyncAssignment SbgEComModuleSyncAssignment |
Synchronization signals available for the modules.
List of configurations available for the odometer.
typedef enum _SbgEComMotionProfileStdIds SbgEComMotionProfileStdIds |
This enum defines the different motion profile IDs available in standard
typedef struct _SbgEComAidingAssignConf SbgEComAidingAssignConf |
Helper structure for module assignments
typedef struct _SbgEComSensorAlignmentInfo SbgEComSensorAlignmentInfo |
Helper structure for sensor alignment details
typedef struct _SbgEComInitConditionConf SbgEComInitConditionConf |
Helper structure for sensor Initial condition details
Ports available for the modules.
Synchronization signals available for the modules.
List of configurations available for the odometer.
This enum defines the different motion profile IDs available in standard
SbgErrorCode sbgEComCmdSensorSetMotionProfileId | ( | SbgEComHandle * | pHandle, |
SbgEComMotionProfileStdIds | modelId | ||
) |
Set the motion profile id used to tune the Kalman Filter to a specific application
[in] | pHandle | A valid sbgECom handle. |
[in] | modelId | Motion profile id to set |
SbgErrorCode sbgEComCmdSensorGetMotionProfileId | ( | SbgEComHandle * | pHandle, |
SbgEComMotionProfileStdIds * | pModelId | ||
) |
Retrieve the motion profile id.
[in] | pHandle | A valid sbgECom handle. |
[out] | pModelId | Retrieved motion profile id |
SbgErrorCode sbgEComCmdSensorGetInitCondition | ( | SbgEComHandle * | pHandle, |
SbgEComInitConditionConf * | pConf | ||
) |
Retrieve the initial conditions settings.
[in] | pHandle | A valid sbgECom handle. |
[out] | pConf | Pointer to a SbgEComInitConditionConf to contain the current initial conditions settings. |
SbgErrorCode sbgEComCmdSensorSetInitCondition | ( | SbgEComHandle * | pHandle, |
const SbgEComInitConditionConf * | pConf | ||
) |
Set the initial condition configuration.
[in] | pHandle | A valid sbgECom handle. |
[in] | pConf | Pointer to a SbgEComInitConditionConf containing the new initial condition configuration. |
SbgErrorCode sbgEComCmdSensorGetAidingAssignment | ( | SbgEComHandle * | pHandle, |
SbgEComAidingAssignConf * | pConf | ||
) |
Retrieve the assignment of the aiding sensors.
[in] | pHandle | A valid sbgECom handle. |
[out] | pConf | Pointer to a SbgEComAidingAssignConf to contain the current assignment of the aiding sensors. |
SbgErrorCode sbgEComCmdSensorSetAidingAssignment | ( | SbgEComHandle * | pHandle, |
const SbgEComAidingAssignConf * | pConf | ||
) |
Set the assignment of the aiding sensors.
[in] | pHandle | A valid sbgECom handle. |
[out] | pConf | Pointer to a SbgEComAidingAssignConf containing the new assignment of the aiding sensors. |
SbgErrorCode sbgEComCmdSensorGetAlignmentAndLeverArm | ( | SbgEComHandle * | pHandle, |
SbgEComSensorAlignmentInfo * | pAlignConf, | ||
float * | pLeverArm | ||
) |
Retrieve the alignment and lever arm configuration of the sensor.
[in] | pHandle | A valid sbgECom handle. |
[out] | pAlignConf | Pointer to a SbgEComSensorAlignmentInfo struct to hold alignment configuration of the sensor. |
[out] | pLeverArm | Pointer to a table to contain lever arm X, Y, Z components in meters. |
SbgErrorCode sbgEComCmdSensorSetAlignmentAndLeverArm | ( | SbgEComHandle * | pHandle, |
const SbgEComSensorAlignmentInfo * | pAlignConf, | ||
const float * | pLeverArm | ||
) |
Set the alignment and lever arm configuration of the sensor.
[in] | pHandle | A valid sbgECom handle. |
[in] | pAlignConf | Pointer to a SbgEComSensorAlignmentInfo struct holding alignment configuration for the sensor. |
[in] | pLeverArm | Pointer to a table containing lever arm X, Y, Z components in meters. |