sbgECom Library  5.2.590-stable
Interface SBG Systems IMU/AHRS/INS
Loading...
Searching...
No Matches
sbgInterfaceSerial.h
Go to the documentation of this file.
1
32
33#ifndef SBG_INTERFACE_SERIAL_H
34#define SBG_INTERFACE_SERIAL_H
35
36//----------------------------------------------------------------------//
37//- Header (open extern C block) -//
38//----------------------------------------------------------------------//
39#ifdef __cplusplus
40extern "C" {
41#endif
42
43// sbgCommonLib headers
44#include <sbgCommon.h>
46
47//----------------------------------------------------------------------//
48//- Public methods -//
49//----------------------------------------------------------------------//
50
59SBG_COMMON_LIB_API SbgErrorCode sbgInterfaceSerialCreate(SbgInterface *pInterface, const char *deviceName, uint32_t baudRate);
60
61//----------------------------------------------------------------------//
62//- Footer (close extern C block) -//
63//----------------------------------------------------------------------//
64#ifdef __cplusplus
65}
66#endif
67
68#endif // SBG_INTERFACE_SERIAL_H
Main header for the SBG Systems common C library.
#define SBG_COMMON_LIB_API
Definition sbgDefines.h:79
enum _SbgErrorCode SbgErrorCode
This file implements the base interface for all Serial and Ethernet ports.
struct _SbgInterface SbgInterface
Definition sbgInterface.h:79
SBG_COMMON_LIB_API SbgErrorCode sbgInterfaceSerialCreate(SbgInterface *pInterface, const char *deviceName, uint32_t baudRate)