Apollo  6.0
Open source self driving car software
Namespaces | Functions
raw_message_traits.h File Reference
#include <cassert>
#include <memory>
#include <string>
#include "cyber/message/raw_message.h"
Include dependency graph for raw_message_traits.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 apollo
 PlanningContext is the runtime context in planning. It is persistent across multiple frames.
 
 apollo::cyber
 
 apollo::cyber::message
 

Functions

bool apollo::cyber::message::SerializeToArray (const RawMessage &message, void *data, int size)
 
bool apollo::cyber::message::ParseFromArray (const void *data, int size, RawMessage *message)
 
int apollo::cyber::message::ByteSize (const RawMessage &message)