#include <CANMsg.h>
◆ CANMsg() [1/3]
Creates empty CAN message.
◆ CANMsg() [2/3]
| CANMsg::CANMsg |
( |
int |
_id, |
|
|
const char * |
_data, |
|
|
char |
_len = 8, |
|
|
CANType |
_type = CANData, |
|
|
CANFormat |
_format = CANStandard |
|
) |
| |
|
inline |
Creates CAN message with specific content.
◆ CANMsg() [3/3]
| CANMsg::CANMsg |
( |
int |
_id, |
|
|
CANFormat |
_format = CANStandard |
|
) |
| |
|
inline |
Creates CAN remote message.
◆ clear()
| void CANMsg::clear |
( |
void |
| ) |
|
|
inline |
Clears CAN message content
◆ operator<<()
| CANMsg & CANMsg::operator<< |
( |
const T |
val | ) |
|
|
inline |
Append operator: Appends data (value) to CAN message
◆ operator>>()
| CANMsg & CANMsg::operator>> |
( |
T & |
val | ) |
|
|
inline |
Extract operator: Extracts data (value) from CAN message
The documentation for this class was generated from the following file: