Apollo  6.0
Open source self driving car software
Namespaces | Functions
py_message_traits.h File Reference
#include <cassert>
#include <memory>
#include <string>
#include "cyber/message/py_message.h"
Include dependency graph for py_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 PyMessageWrap &message, void *data, int size)
 
bool apollo::cyber::message::ParseFromArray (const void *data, int size, PyMessageWrap *message)
 
int apollo::cyber::message::ByteSize (const PyMessageWrap &message)