We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61906b4 commit edf3713Copy full SHA for edf3713
Output_Formatter/CAN_output.h
@@ -26,6 +26,7 @@
26
#define SRC_CAN_OUTPUT_H_
27
28
#include "data_structures.h"
29
+#include "generic_CAN_driver.h"
30
31
/* Larus CAN definitions */
32
#define SYSWIDECONFIG_ITEM_ID_VOLUME 0
@@ -60,5 +61,6 @@
60
61
62
void CAN_output ( const output_data_t &x, bool horizon_activated);
63
void CAN_heartbeat( void);
64
+bool CAN_enqueue( const CANpacket &p, unsigned max_delay = 0xffffffff);
65
66
#endif /* SRC_CAN_OUTPUT_H_ */
0 commit comments