Lely core libraries 2.3.4
msg.h
Go to the documentation of this file.
1
22#ifndef LELY_IO2_CAN_MSG_H_
23#define LELY_IO2_CAN_MSG_H_
24
25#include <lely/can/msg.h>
26
27#ifdef __cplusplus
28extern "C" {
29#endif
30
37int can_msg_cmp(const void *p1, const void *p2);
38
39#ifdef __cplusplus
40}
41#endif
42
43#endif // !LELY_IO2_CAN_MSG_H_
This header file is part of the CAN library; it contains the CAN frame declarations.
int can_msg_cmp(const void *p1, const void *p2)
Compares two CAN or CAN FD format frames.
Definition msg.c:30