Apollo 10.0
自动驾驶开放平台
|
#include <history.h>
类 | |
struct | CachedMessage |
Public 类型 | |
using | MessagePtr = std::shared_ptr< MessageT > |
Public 成员函数 | |
History (const HistoryAttributes &attr) | |
virtual | ~History () |
void | Enable () |
void | Disable () |
void | Add (const MessagePtr &msg, const MessageInfo &msg_info) |
void | Clear () |
void | GetCachedMessage (std::vector< CachedMessage > *msgs) const |
size_t | GetSize () const |
uint32_t | depth () const |
uint32_t | max_depth () const |
using apollo::cyber::transport::History< MessageT >::MessagePtr = std::shared_ptr<MessageT> |
|
explicit |
|
virtual |
void apollo::cyber::transport::History< MessageT >::Add | ( | const MessagePtr & | msg, |
const MessageInfo & | msg_info | ||
) |
void apollo::cyber::transport::History< MessageT >::Clear | ( | ) |
|
inline |
|
inline |
|
inline |
void apollo::cyber::transport::History< MessageT >::GetCachedMessage | ( | std::vector< CachedMessage > * | msgs | ) | const |
size_t apollo::cyber::transport::History< MessageT >::GetSize | ( | ) | const |
|
inline |