|
OpenCPN Partial API docs
|
Implement comm_can_util.h – low-level socketcan utility functions. More...
Go to the source code of this file.
Typedefs | |
| typedef struct can_frame | CanFrame |
Functions | |
| bool | IsFastMessagePGN (unsigned pgn) |
| unsigned long | BuildCanID (int priority, int source, int destination, int pgn) |
Implement comm_can_util.h – low-level socketcan utility functions.
Definition in file comm_can_util.cpp.
| typedef struct can_frame CanFrame |
Definition at line 41 of file comm_can_util.cpp.
| unsigned long BuildCanID | ( | int | priority, |
| int | source, | ||
| int | destination, | ||
| int | pgn | ||
| ) |
Definition at line 58 of file comm_can_util.cpp.
| bool IsFastMessagePGN | ( | unsigned | pgn | ) |
Definition at line 43 of file comm_can_util.cpp.