sbgEComCmdInterface.h
Go to the documentation of this file.
1 
20 #ifndef __SBG_ECOM_CMD_INTERFACE_H__
21 #define __SBG_ECOM_CMD_INTERFACE_H__
22 
23 #include "sbgEComCmdCommon.h"
24 
25 //----------------------------------------------------------------------//
26 //- Serial interface definitions -//
27 //----------------------------------------------------------------------//
28 
32 typedef enum _SbgEComPortId
33 {
48 
52 typedef enum _SbgEComPortMode
53 {
58 
59 //----------------------------------------------------------------------//
60 //- Serial interface configuration -//
61 //----------------------------------------------------------------------//
62 
66 typedef struct _SbgEComInterfaceConf
67 {
71 
72 //----------------------------------------------------------------------//
73 //- CAN interface definitions -//
74 //----------------------------------------------------------------------//
75 
79 typedef enum _SbgEComCanBitRate
80 {
93 
94 //----------------------------------------------------------------------//
95 //- Interface commands -//
96 //----------------------------------------------------------------------//
97 
106 
115 
123 
131 
132 #endif
This file groups all common definitions required by all commands.
SbgErrorCode sbgEComCmdInterfaceSetUartConf(SbgEComHandle *pHandle, SbgEComPortId interfaceId, const SbgEComInterfaceConf *pConf)
enum _SbgEComPortId SbgEComPortId
unsigned int uint32
Definition: sbgTypes.h:58
SbgErrorCode sbgEComCmdInterfaceGetCanConf(SbgEComHandle *pHandle, SbgEComCanBitRate *pBitrate)
struct _SbgEComInterfaceConf SbgEComInterfaceConf
enum _SbgEComCanBitRate SbgEComCanBitRate
SbgErrorCode sbgEComCmdInterfaceSetCanConf(SbgEComHandle *pHandle, SbgEComCanBitRate bitrate)
SbgErrorCode sbgEComCmdInterfaceGetUartConf(SbgEComHandle *pHandle, SbgEComPortId interfaceId, SbgEComInterfaceConf *pConf)
_SbgEComPortMode
enum _SbgEComPortMode SbgEComPortMode
_SbgEComCanBitRate
_SbgEComPortId
enum _SbgErrorCode SbgErrorCode


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