Lely core libraries  2.2.5
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
28 extern "C" {
29 #endif
30 
37 int can_msg_cmp(const void *p1, const void *p2);
38 
39 #ifdef __cplusplus
40 }
41 #endif
42 
43 #endif // !LELY_IO2_CAN_MSG_H_
can_msg_cmp
int can_msg_cmp(const void *p1, const void *p2)
Compares two CAN or CAN FD format frames.
Definition: msg.c:30
msg.h