sbgECom Library  4.0.1987-stable
C library to interface SBG Systems IMU/AHRS/INS
sbgInterfaceUdp.h
Go to the documentation of this file.
1 
32 #ifndef SBG_INTERFACE_UDP_H
33 #define SBG_INTERFACE_UDP_H
34 
35 #ifdef __cplusplus
36 extern "C" {
37 #endif
38 
39 // sbgCommonLib headers
40 #include <sbgCommon.h>
42 
43 //----------------------------------------------------------------------//
44 //- Public functions -//
45 //----------------------------------------------------------------------//
46 
70 SBG_COMMON_LIB_API SbgErrorCode sbgInterfaceUdpCreate(SbgInterface *pInterface, sbgIpAddress remoteAddr, uint32_t remotePort, uint32_t localPort);
71 
81 
89 
98 
99 #ifdef __cplusplus
100 }
101 #endif
102 
103 #endif // SBG_INTERFACE_UDP_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.
SBG_COMMON_LIB_API SbgErrorCode sbgInterfaceUdpAllowBroadcast(SbgInterface *pInterface, bool allowBroadcast)
SBG_COMMON_LIB_API void sbgInterfaceUdpSetConnectedMode(SbgInterface *pInterface, bool useConnected)
SBG_COMMON_LIB_API bool sbgInterfaceUdpGetConnectedMode(const SbgInterface *pInterface)
SBG_COMMON_LIB_API SbgErrorCode sbgInterfaceUdpCreate(SbgInterface *pInterface, sbgIpAddress remoteAddr, uint32_t remotePort, uint32_t localPort)
uint32_t sbgIpAddress
Definition: sbgTypes.h:66
Definition: sbgInterface.h:193