Apollo
6.0
Open source self driving car software
|
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"
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) |
Some string util functions.