Functions
sbgEComCmdEvent.c File Reference
#include "sbgEComCmdEvent.h"
#include <streamBuffer/sbgStreamBuffer.h>
Include dependency graph for sbgEComCmdEvent.c:

Go to the source code of this file.

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)
 

Function Documentation

SbgErrorCode sbgEComCmdSyncInGetConf ( SbgEComHandle pHandle,
SbgEComSyncInId  syncInId,
SbgEComSyncInConf pConf 
)

Retrieve the configuration of a Sync In.

Parameters
[in]pHandleA valid sbgECom handle.
[in]syncInIdThe id of the sync whose configuration is to be retrieved.
[out]pConfPointer to a SbgEComSyncInConf to contain the current configuration of the sync in.
Returns
SBG_NO_ERROR if the command has been executed successfully.

Definition at line 15 of file sbgEComCmdEvent.c.

SbgErrorCode sbgEComCmdSyncInSetConf ( SbgEComHandle pHandle,
SbgEComSyncInId  syncInId,
const SbgEComSyncInConf pConf 
)

Set the configuration of a Sync In.

Parameters
[in]pHandleA valid sbgECom handle.
[in]syncInIdThe id of the sync whose configuration is to be set.
[in]pConfPointer to a SbgEComSyncInConf that contains the new configuration for the sync in.
Returns
SBG_NO_ERROR if the command has been executed successfully.

Definition at line 101 of file sbgEComCmdEvent.c.

SbgErrorCode sbgEComCmdSyncOutGetConf ( SbgEComHandle pHandle,
SbgEComSyncOutId  syncOutId,
SbgEComSyncOutConf pConf 
)

Retrieve the configuration of a Sync Out.

Parameters
[in]pHandleA valid sbgECom handle.
[in]syncOutIdThe id of the sync whose configuration is to be retrieved.
[out]pConfPointer to a SbgEComSyncOutConf to contain the current configuration of the sync out.
Returns
SBG_NO_ERROR if the command has been executed successfully.

Definition at line 183 of file sbgEComCmdEvent.c.

SbgErrorCode sbgEComCmdSyncOutSetConf ( SbgEComHandle pHandle,
SbgEComSyncOutId  syncOutId,
const SbgEComSyncOutConf pConf 
)

Set the configuration of a Sync Out.

Parameters
[in]pHandleA valid sbgECom handle.
[in]syncOutIdThe id of the sync whose configuration is to be set.
[in]pConfPointer to a SbgEComSyncOutConf that contains the new configuration for the sync Out.
Returns
SBG_NO_ERROR if the command has been executed successfully.

Definition at line 272 of file sbgEComCmdEvent.c.



sbg_driver
Author(s):
autogenerated on Sun Jan 27 2019 03:42:20