|
Apollo
6.0
Open source self driving car software
|
#include <bridge_proto_serialized_buf.h>

Public Member Functions | |
| BridgeProtoSerializedBuf () | |
| ~BridgeProtoSerializedBuf () | |
| char * | GetFrame (size_t index) |
| bool | Serialize (const std::shared_ptr< T > &proto, const std::string &msg_name) |
| const char * | GetSerializedBuf (size_t index) const |
| size_t | GetSerializedBufCount () const |
| size_t | GetSerializedBufSize (size_t index) const |
|
inline |
| apollo::bridge::BridgeProtoSerializedBuf< T >::~BridgeProtoSerializedBuf | ( | ) |
| char* apollo::bridge::BridgeProtoSerializedBuf< T >::GetFrame | ( | size_t | index | ) |
|
inline |
|
inline |
|
inline |
| bool apollo::bridge::BridgeProtoSerializedBuf< T >::Serialize | ( | const std::shared_ptr< T > & | proto, |
| const std::string & | msg_name | ||
| ) |
1.8.13