Apollo
6.0
Open source self driving car software
|
#include <string>
Go to the source code of this file.
Classes | |
class | apollo::bridge::HeaderItemBase |
struct | apollo::bridge::HeaderItem< t, T > |
struct | apollo::bridge::HeaderItem< t, T > |
struct | apollo::bridge::HeaderItem< t, std::string > |
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::bridge | |
Typedefs | |
typedef uint32_t | apollo::bridge::bsize |
Functions | |
template<enum HType t, typename T > | |
char * | apollo::bridge::SerializeItemImp (const HeaderItem< t, T > &item, char *buf, size_t buf_size) |
template<enum HType t, typename T > | |
const char * | apollo::bridge::DiserializeItemImp (HeaderItem< t, T > *item, const char *buf, size_t *diserialized_size) |