Apollo  6.0
Open source self driving car software
Namespaces | Functions
message_util.h File Reference

Some string util functions. More...

#include <memory>
#include <string>
#include "absl/strings/str_cat.h"
#include "google/protobuf/message.h"
#include "cyber/common/file.h"
#include "cyber/time/clock.h"
Include dependency graph for message_util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 apollo::common::util
 apollo::common::util
 
 apollo
 PlanningContext is the runtime context in planning. It is persistent across multiple frames.
 
 apollo::common
 apollo::common
 

Functions

template<typename T , typename std::enable_if< std::is_base_of< google::protobuf::Message, T >::value, int >::type = 0>
bool apollo::common::util::DumpMessage (const std::shared_ptr< T > &msg, const std::string &dump_dir="/tmp")
 
size_t apollo::common::util::MessageFingerprint (const google::protobuf::Message &message)
 

Detailed Description

Some string util functions.