Apollo
6.0
Open source self driving car software
|
The class which defines the information to send and receive. More...
#include <can_client.h>
Public Member Functions | |
CanFrame () | |
Constructor. More... | |
std::string | CanFrameString () const |
CanFrame string including essential information about the message. More... | |
Public Attributes | |
uint32_t | id |
Message id. More... | |
uint8_t | len |
Message length. More... | |
uint8_t | data [8] |
Message content. More... | |
struct timeval | timestamp |
Time stamp. More... | |
The class which defines the information to send and receive.
|
inline |
Constructor.
|
inline |
CanFrame string including essential information about the message.
uint8_t apollo::drivers::canbus::CanFrame::data[8] |
Message content.
uint32_t apollo::drivers::canbus::CanFrame::id |
Message id.
uint8_t apollo::drivers::canbus::CanFrame::len |
Message length.
struct timeval apollo::drivers::canbus::CanFrame::timestamp |
Time stamp.