Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
Loading...
Searching...
No Matches
CAN_socket_driver.h
Go to the documentation of this file.
1/***********************************************************************/
25#ifndef CAN_SOCKET_DRIVER_H_
26#define CAN_SOCKET_DRIVER_H_
27
28#ifndef _WIN32
29
30#include "generic_CAN_driver.h"
31#include <CAN_socket_driver.h>
32
33int CAN_socket_initialize(void);
34bool CAN_socket_close( void);
35int CAN_socket_send(const CANpacket &p);
36bool CAN_socket_is_open( void);
37
38#endif // _WIN32
39#endif /* CAN_SOCKET_DRIVER_H_ */
I/O over the generic Linux CANsocket interface.
int CAN_socket_initialize(void)
bool CAN_socket_close(void)
int CAN_socket_send(const CANpacket &p)
bool CAN_socket_is_open(void)
basic CAN packet type
Portable interface to some CAN-bus driver.