This file implements SbgECom commands related to events. More...
#include "sbgEComCmdCommon.h"
Go to the source code of this file.
Classes | |
struct | _SbgEComSyncInConf |
struct | _SbgEComSyncOutConf |
Typedefs | |
typedef struct _SbgEComSyncInConf | SbgEComSyncInConf |
typedef enum _SbgEComSyncInId | SbgEComSyncInId |
typedef enum _SbgEComSyncInSensitivity | SbgEComSyncInSensitivity |
typedef struct _SbgEComSyncOutConf | SbgEComSyncOutConf |
typedef enum _SbgEComSyncOutFunction | SbgEComSyncOutFunction |
typedef enum _SbgEComSyncOutId | SbgEComSyncOutId |
typedef enum _SbgEComSyncOutPolarity | SbgEComSyncOutPolarity |
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) |
This file implements SbgECom commands related to events.
Copyright (C) 2007-2013, SBG Systems SAS. All rights reserved.
This source code is intended for use only by SBG Systems SAS and those that have explicit written permission to use it from SBG Systems SAS.
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
Definition in file sbgEComCmdEvent.h.
typedef struct _SbgEComSyncInConf SbgEComSyncInConf |
Helper structure for sync in configuration.
typedef enum _SbgEComSyncInId SbgEComSyncInId |
List of sync in signals available.
typedef enum _SbgEComSyncInSensitivity SbgEComSyncInSensitivity |
List of available sensitivities for sync in signals.
typedef struct _SbgEComSyncOutConf SbgEComSyncOutConf |
Helper structure for sync out configuration.
typedef enum _SbgEComSyncOutFunction SbgEComSyncOutFunction |
Logic and synchronization output types
typedef enum _SbgEComSyncOutId SbgEComSyncOutId |
List of sync out signals available.
typedef enum _SbgEComSyncOutPolarity SbgEComSyncOutPolarity |
Logic output polarity
enum _SbgEComSyncInId |
List of sync in signals available.
Enumerator | |
---|---|
SBG_ECOM_SYNC_IN_A |
Sync IN A |
SBG_ECOM_SYNC_IN_B |
Sync IN B |
SBG_ECOM_SYNC_IN_C |
Sync IN C |
SBG_ECOM_SYNC_IN_D |
Sync IN D |
Definition at line 32 of file sbgEComCmdEvent.h.
List of available sensitivities for sync in signals.
Definition at line 43 of file sbgEComCmdEvent.h.
Logic and synchronization output types
Definition at line 63 of file sbgEComCmdEvent.h.
enum _SbgEComSyncOutId |
List of sync out signals available.
Enumerator | |
---|---|
SBG_ECOM_SYNC_OUT_A |
Synchronization output A |
SBG_ECOM_SYNC_OUT_B |
Synchronization output B |
Definition at line 54 of file sbgEComCmdEvent.h.
Logic output polarity
Definition at line 89 of file sbgEComCmdEvent.h.
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. |
Definition at line 15 of file sbgEComCmdEvent.c.
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. |
Definition at line 101 of file sbgEComCmdEvent.c.
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. |
Definition at line 183 of file sbgEComCmdEvent.c.
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. |
Definition at line 272 of file sbgEComCmdEvent.c.