Apollo
6.0
Open source self driving car software
|
Some string util functions. More...
Go to the source code of this file.
Classes | |
struct | apollo::common::util::DebugStringFormatter |
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 | |
Macros | |
#define | FORMAT_TIMESTAMP(timestamp) std::fixed << std::setprecision(9) << timestamp |
Functions | |
std::string | apollo::common::util::EncodeBase64 (std::string_view in) |
Some string util functions.
#define FORMAT_TIMESTAMP | ( | timestamp | ) | std::fixed << std::setprecision(9) << timestamp |