rusEFI
The most advanced open source ECU
|
#include <can_msg_tx.h>
Public Member Functions | |
CanTxTyped (CanCategory p_category, uint32_t p_id, bool p_isExtended, size_t canChannel) | |
TData * | operator-> () |
TData & | get () |
Additional Inherited Members |
A CAN message based on a type, removing the need for manually flipping bits/bytes.
Definition at line 113 of file can_msg_tx.h.
|
inlineexplicit |
Definition at line 120 of file can_msg_tx.h.
|
inline |
Definition at line 134 of file can_msg_tx.h.
Referenced by transmitStruct().
|
inline |
Access members of the templated type.
So you can do: CanTxTyped<MyType> d; d->memberOfMyType = 23;
Definition at line 130 of file can_msg_tx.h.