Go to the source code of this file.
Functions | |
SbgErrorCode | sbgEComCmdInterfaceGetCanConf (SbgEComHandle *pHandle, SbgEComCanBitRate *pBitrate) |
SbgErrorCode | sbgEComCmdInterfaceGetUartConf (SbgEComHandle *pHandle, SbgEComPortId interfaceId, SbgEComInterfaceConf *pConf) |
SbgErrorCode | sbgEComCmdInterfaceSetCanConf (SbgEComHandle *pHandle, SbgEComCanBitRate bitrate) |
SbgErrorCode | sbgEComCmdInterfaceSetUartConf (SbgEComHandle *pHandle, SbgEComPortId interfaceId, const SbgEComInterfaceConf *pConf) |
SbgErrorCode sbgEComCmdInterfaceGetCanConf | ( | SbgEComHandle * | pHandle, |
SbgEComCanBitRate * | pBitrate | ||
) |
Retrieve the configuration the CAN interface.
[in] | pHandle | A valid sbgECom handle. |
[out] | pBitRate | The bitrate of the CAN interface. |
Definition at line 182 of file sbgEComCmdInterface.c.
SbgErrorCode sbgEComCmdInterfaceGetUartConf | ( | SbgEComHandle * | pHandle, |
SbgEComPortId | interfaceId, | ||
SbgEComInterfaceConf * | pConf | ||
) |
Retrieve the configuration of one of the interfaces.
[in] | pHandle | A valid sbgECom handle. |
[in] | interfaceId | The interface from which the configuration is to be retrieved. |
[out] | pConf | Pointer to a SbgEComInterfaceConf struct to hold configuration of the interface. |
Definition at line 15 of file sbgEComCmdInterface.c.
SbgErrorCode sbgEComCmdInterfaceSetCanConf | ( | SbgEComHandle * | pHandle, |
SbgEComCanBitRate | bitrate | ||
) |
Set the configuration of the CAN interface.
[in] | pHandle | A valid sbgECom handle. |
[in] | bitRate | The bitrate of the CAN interface. |
Definition at line 262 of file sbgEComCmdInterface.c.
SbgErrorCode sbgEComCmdInterfaceSetUartConf | ( | SbgEComHandle * | pHandle, |
SbgEComPortId | interfaceId, | ||
const SbgEComInterfaceConf * | pConf | ||
) |
Set the configuration of one of the interfaces.
[in] | pHandle | A valid sbgECom handle. |
[in] | interfaceId | The interface from which the configuration is to be retrieved. |
[in] | pConf | Pointer to a SbgEComInterfaceConf struct that holds the new configuration for the interface. |
Definition at line 101 of file sbgEComCmdInterface.c.