Apollo 10.0
自动驾驶开放平台
|
The class which defines the information to send and receive. 更多...
#include <can_client.h>
Public 成员函数 | |
CanFrame () | |
Constructor | |
std::string | CanFrameString () const |
CanFrame string including essential information about the message. | |
Public 属性 | |
uint32_t | id |
Message id | |
uint8_t | len |
Message length | |
uint8_t | data [8] |
Message content | |
struct timeval | timestamp |
Time stamp | |
The class which defines the information to send and receive.
在文件 can_client.h 第 48 行定义.
|
inline |
Constructor
在文件 can_client.h 第 61 行定义.
|
inline |
CanFrame string including essential information about the message.
在文件 can_client.h 第 69 行定义.
uint8_t apollo::drivers::canbus::CanFrame::data[8] |
Message content
在文件 can_client.h 第 54 行定义.
uint32_t apollo::drivers::canbus::CanFrame::id |
Message id
在文件 can_client.h 第 50 行定义.
uint8_t apollo::drivers::canbus::CanFrame::len |
Message length
在文件 can_client.h 第 52 行定义.
struct timeval apollo::drivers::canbus::CanFrame::timestamp |
Time stamp
在文件 can_client.h 第 56 行定义.