|
Apollo
6.0
Open source self driving car software
|
#include <sys/stat.h>#include <sys/time.h>#include <sys/utsname.h>#include <unistd.h>#include <cstdint>#include <cstdlib>#include <ctime>#include <string>#include <vector>#include "cyber/common/global_data.h"
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::logger | |
Functions | |
| int64_t | apollo::cyber::logger::CycleClock_Now () |
| int64_t | apollo::cyber::logger::UsecToCycles (int64_t usec) |
| int32_t | apollo::cyber::logger::GetMainThreadPid () |
| bool | apollo::cyber::logger::PidHasChanged () |
| int32_t | apollo::cyber::logger::MaxLogSize () |
| void | apollo::cyber::logger::FindModuleName (std::string *log_message, std::string *module_name) |
1.8.13