sbgECom
1.11.920-stable
|
This file implements SbgECom commands related to events. More...
#include "sbgEComCmdCommon.h"
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) |
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.
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. |