sbgECom Library
4.0.1987-stable
C library to interface SBG Systems IMU/AHRS/INS
|
Input/output event markers configuration commands. More...
Go to the source code of this file.
Data Structures | |
struct | _SbgEComSyncInConf |
struct | _SbgEComSyncOutConf |
Typedefs | |
typedef enum _SbgEComSyncInId | SbgEComSyncInId |
typedef enum _SbgEComSyncInSensitivity | SbgEComSyncInSensitivity |
typedef enum _SbgEComSyncOutId | SbgEComSyncOutId |
typedef enum _SbgEComSyncOutFunction | SbgEComSyncOutFunction |
typedef enum _SbgEComSyncOutPolarity | SbgEComSyncOutPolarity |
typedef struct _SbgEComSyncInConf | SbgEComSyncInConf |
typedef struct _SbgEComSyncOutConf | SbgEComSyncOutConf |
Functions | |
SbgErrorCode | sbgEComCmdSyncInGetConf (SbgEComHandle *pHandle, SbgEComSyncInId syncInId, SbgEComSyncInConf *pConf) |
SbgErrorCode | sbgEComCmdSyncInSetConf (SbgEComHandle *pHandle, SbgEComSyncInId syncInId, const SbgEComSyncInConf *pConf) |
SbgErrorCode | sbgEComCmdSyncOutGetConf (SbgEComHandle *pHandle, SbgEComSyncOutId syncOutId, SbgEComSyncOutConf *pConf) |
SbgErrorCode | sbgEComCmdSyncOutSetConf (SbgEComHandle *pHandle, SbgEComSyncOutId syncOutId, const SbgEComSyncOutConf *pConf) |
Input/output event markers 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 _SbgEComSyncInId SbgEComSyncInId |
List of sync in signals available.
typedef enum _SbgEComSyncInSensitivity SbgEComSyncInSensitivity |
List of available sensitivities for sync in signals.
typedef enum _SbgEComSyncOutId SbgEComSyncOutId |
List of sync out signals available.
typedef enum _SbgEComSyncOutFunction SbgEComSyncOutFunction |
Logic and synchronization output types
typedef enum _SbgEComSyncOutPolarity SbgEComSyncOutPolarity |
Logic output polarity
typedef struct _SbgEComSyncInConf SbgEComSyncInConf |
Helper structure for sync in configuration.
typedef struct _SbgEComSyncOutConf SbgEComSyncOutConf |
Helper structure for sync out configuration.
enum _SbgEComSyncInId |
List of available sensitivities for sync in signals.
enum _SbgEComSyncOutId |
Logic and synchronization output types
SbgErrorCode sbgEComCmdSyncInGetConf | ( | SbgEComHandle * | pHandle, |
SbgEComSyncInId | syncInId, | ||
SbgEComSyncInConf * | pConf | ||
) |
Retrieve the configuration of a Sync In.
[in] | pHandle | A valid sbgECom handle. |
[in] | syncInId | The id of the sync whose configuration is to be retrieved. |
[out] | pConf | Pointer to a SbgEComSyncInConf to contain the current configuration of the sync in. |
SbgErrorCode sbgEComCmdSyncInSetConf | ( | SbgEComHandle * | pHandle, |
SbgEComSyncInId | syncInId, | ||
const SbgEComSyncInConf * | pConf | ||
) |
Set the configuration of a Sync In.
[in] | pHandle | A valid sbgECom handle. |
[in] | syncInId | The id of the sync whose configuration is to be set. |
[in] | pConf | Pointer to a SbgEComSyncInConf that contains the new configuration for the sync in. |
SbgErrorCode sbgEComCmdSyncOutGetConf | ( | SbgEComHandle * | pHandle, |
SbgEComSyncOutId | syncOutId, | ||
SbgEComSyncOutConf * | pConf | ||
) |
Retrieve the configuration of a Sync Out.
[in] | pHandle | A valid sbgECom handle. |
[in] | syncOutId | The id of the sync whose configuration is to be retrieved. |
[out] | pConf | Pointer to a SbgEComSyncOutConf to contain the current configuration of the sync out. |
SbgErrorCode sbgEComCmdSyncOutSetConf | ( | SbgEComHandle * | pHandle, |
SbgEComSyncOutId | syncOutId, | ||
const SbgEComSyncOutConf * | pConf | ||
) |
Set the configuration of a Sync Out.
[in] | pHandle | A valid sbgECom handle. |
[in] | syncOutId | The id of the sync whose configuration is to be set. |
[in] | pConf | Pointer to a SbgEComSyncOutConf that contains the new configuration for the sync Out. |