Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Seeed_CAN_Hello_World ws-canrecv-1 CAN_SPI_modulo
Fork of SEEED_CAN by
SEEED_CANMessage Class Reference
CANMessage class. More...
#include <seeed_can.h>
Inherits CAN_Message.
Public Member Functions | |
| SEEED_CANMessage () | |
| Creates empty CAN message. | |
| SEEED_CANMessage (int _id, const char *_data, char _len=8, CANType _type=CANData, CANFormat _format=CANStandard) | |
| Creates CAN message with specific content. | |
| SEEED_CANMessage (int _id, CANFormat _format=CANStandard) | |
| Creates CAN remote message. | |
Detailed Description
CANMessage class.
Definition at line 26 of file seeed_can.h.
Constructor & Destructor Documentation
| SEEED_CANMessage | ( | ) |
Creates empty CAN message.
Definition at line 32 of file seeed_can.h.
| SEEED_CANMessage | ( | int | _id, |
| const char * | _data, | ||
| char | _len = 8, |
||
| CANType | _type = CANData, |
||
| CANFormat | _format = CANStandard |
||
| ) |
Creates CAN message with specific content.
Definition at line 42 of file seeed_can.h.
| SEEED_CANMessage | ( | int | _id, |
| CANFormat | _format = CANStandard |
||
| ) |
Creates CAN remote message.
Definition at line 52 of file seeed_can.h.
Generated on Wed Jul 13 2022 11:02:51 by
1.7.2

Seeed Studios CAN-BUS Shield