Classes | Typedefs | Enumerations | Functions
sbgEComCmdInterface.h File Reference

This file implements SbgECom commands related to interfaces. More...

#include "sbgEComCmdCommon.h"
Include dependency graph for sbgEComCmdInterface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _SbgEComInterfaceConf
 

Typedefs

typedef enum _SbgEComCanBitRate SbgEComCanBitRate
 
typedef struct _SbgEComInterfaceConf SbgEComInterfaceConf
 
typedef enum _SbgEComPortId SbgEComPortId
 
typedef enum _SbgEComPortMode SbgEComPortMode
 

Enumerations

enum  _SbgEComCanBitRate {
  SBG_ECOM_CAN_BITRATE_DISABLED = 0, SBG_ECOM_CAN_BITRATE_10 = 10, SBG_ECOM_CAN_BITRATE_20 = 20, SBG_ECOM_CAN_BITRATE_25 = 25,
  SBG_ECOM_CAN_BITRATE_50 = 50, SBG_ECOM_CAN_BITRATE_100 = 100, SBG_ECOM_CAN_BITRATE_125 = 125, SBG_ECOM_CAN_BITRATE_250 = 250,
  SBG_ECOM_CAN_BITRATE_500 = 500, SBG_ECOM_CAN_BITRATE_750 = 750, SBG_ECOM_CAN_BITRATE_1000 = 1000
}
 
enum  _SbgEComPortId {
  SBG_ECOM_IF_COM_A = 0, SBG_ECOM_IF_COM_B = 1, SBG_ECOM_IF_COM_C = 2, SBG_ECOM_IF_COM_D = 3,
  SBG_ECOM_IF_COM_E = 4, SBG_ECOM_IF_ETH_0 = 10, SBG_ECOM_IF_ETH_1 = 11, SBG_ECOM_IF_ETH_2 = 12,
  SBG_ECOM_IF_ETH_3 = 13, SBG_ECOM_IF_ETH_4 = 14, SBG_ECOM_IF_DATA_LOGGER = 20
}
 
enum  _SbgEComPortMode { SBG_ECOM_UART_MODE_OFF = 0, SBG_ECOM_UART_MODE_232 = 1, SBG_ECOM_UART_MODE_422 = 2 }
 

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)
 

Detailed Description

This file implements SbgECom commands related to interfaces.

Author
SBG Systems (Maxime Renaudet)
Date
11 June 2014

Copyright Notice

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 sbgEComCmdInterface.h.

Typedef Documentation

Enum containing the list of all available bit rates (in KB/s).

Helper structure to configure a serial interface

List of serial interfaces available.

List of serial modes available.

Enumeration Type Documentation

Enum containing the list of all available bit rates (in KB/s).

Enumerator
SBG_ECOM_CAN_BITRATE_DISABLED 

The CAN interface is disabled.

SBG_ECOM_CAN_BITRATE_10 

10Kb/s.

SBG_ECOM_CAN_BITRATE_20 

20Kb/s.

SBG_ECOM_CAN_BITRATE_25 

25Kb/s.

SBG_ECOM_CAN_BITRATE_50 

50Kb/s.

SBG_ECOM_CAN_BITRATE_100 

100Kb/s.

SBG_ECOM_CAN_BITRATE_125 

125Kb/s.

SBG_ECOM_CAN_BITRATE_250 

250Kb/s.

SBG_ECOM_CAN_BITRATE_500 

500Kb/s.

SBG_ECOM_CAN_BITRATE_750 

750Kb/s.

SBG_ECOM_CAN_BITRATE_1000 

1Mb/s.

Definition at line 79 of file sbgEComCmdInterface.h.

List of serial interfaces available.

Enumerator
SBG_ECOM_IF_COM_A 

Main communication interface. Full duplex.

SBG_ECOM_IF_COM_B 

Auxiliary input interface for RTCM.

SBG_ECOM_IF_COM_C 

Auxiliary communication interface. Full duplex.

SBG_ECOM_IF_COM_D 

Auxiliary input interface.

SBG_ECOM_IF_COM_E 

Auxiliary output interface.

SBG_ECOM_IF_ETH_0 

Ethernet interface 0.

SBG_ECOM_IF_ETH_1 

Ethernet interface 1.

SBG_ECOM_IF_ETH_2 

Ethernet interface 2.

SBG_ECOM_IF_ETH_3 

Ethernet interface 3.

SBG_ECOM_IF_ETH_4 

Ethernet interface 4.

SBG_ECOM_IF_DATA_LOGGER 

Data logger interface.

Definition at line 32 of file sbgEComCmdInterface.h.

List of serial modes available.

Enumerator
SBG_ECOM_UART_MODE_OFF 

This interface is turned OFF.

SBG_ECOM_UART_MODE_232 

This interface is using RS-232 communications.

SBG_ECOM_UART_MODE_422 

This interface is using RS-422 communications.

Definition at line 52 of file sbgEComCmdInterface.h.

Function Documentation

SbgErrorCode sbgEComCmdInterfaceGetCanConf ( SbgEComHandle pHandle,
SbgEComCanBitRate pBitrate 
)

Retrieve the configuration of the CAN interface.

Parameters
[in]pHandleA valid sbgECom handle.
[out]pBitRateThe bitrate of the CAN interface.
Returns
SBG_NO_ERROR if the command has been executed successfully.

Retrieve the configuration the CAN interface.

Parameters
[in]pHandleA valid sbgECom handle.
[out]pBitRateThe bitrate of the CAN interface.
Returns
SBG_NO_ERROR if the command has been executed successfully.

Definition at line 182 of file sbgEComCmdInterface.c.

SbgErrorCode sbgEComCmdInterfaceGetUartConf ( SbgEComHandle pHandle,
SbgEComPortId  interfaceId,
SbgEComInterfaceConf pConf 
)

Retrieve the configuration of one of the interfaces.

Parameters
[in]pHandleA valid sbgECom handle.
[in]interfaceIdThe interface from which the configuration is to be retrieved.
[out]pConfPointer to a SbgEComInterfaceConf struct to hold configuration of the interface.
Returns
SBG_NO_ERROR if the command has been executed successfully.

Definition at line 15 of file sbgEComCmdInterface.c.

SbgErrorCode sbgEComCmdInterfaceSetCanConf ( SbgEComHandle pHandle,
SbgEComCanBitRate  bitrate 
)

Set the configuration of the CAN interface.

Parameters
[in]pHandleA valid sbgECom handle.
[in]bitRateThe bitrate of the CAN interface.
Returns
SBG_NO_ERROR if the command has been executed successfully.

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.

Parameters
[in]pHandleA valid sbgECom handle.
[in]interfaceIdThe interface from which the configuration is to be retrieved.
[in]pConfPointer to a SbgEComInterfaceConf struct that holds the new configuration for the interface.
Returns
SBG_NO_ERROR if the command has been executed successfully.

Definition at line 101 of file sbgEComCmdInterface.c.



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