Apollo 10.0
自动驾驶开放平台
|
类 | |
class | AsyncLogger |
class | LogFileObject |
class | Logger |
类型定义 | |
typedef int32_t | int32 |
typedef uint32_t | uint32 |
typedef int64_t | int64 |
typedef uint64_t | uint64 |
函数 | |
int32_t | GetMainThreadPid () |
bool | PidHasChanged () |
int64_t | CycleClock_Now () |
int64_t | UsecToCycles (int64_t usec) |
int32_t | MaxLogSize () |
void | FindModuleName (std::string *log_message, std::string *module_name) |
变量 | |
const char *const | LogSeverityNames [NUM_SEVERITIES] |
typedef int32_t apollo::cyber::logger::int32 |
在文件 log_file_object.h 第 32 行定义.
typedef int64_t apollo::cyber::logger::int64 |
在文件 log_file_object.h 第 34 行定义.
typedef uint32_t apollo::cyber::logger::uint32 |
在文件 log_file_object.h 第 33 行定义.
typedef uint64_t apollo::cyber::logger::uint64 |
在文件 log_file_object.h 第 35 行定义.
|
inline |
在文件 logger_util.h 第 41 行定义.
|
inline |
在文件 logger_util.h 第 66 行定义.
int32_t apollo::cyber::logger::GetMainThreadPid | ( | ) |
在文件 logger_util.cc 第 38 行定义.
|
inline |
在文件 logger_util.h 第 62 行定义.
bool apollo::cyber::logger::PidHasChanged | ( | ) |
在文件 logger_util.cc 第 40 行定义.
|
inline |
在文件 logger_util.h 第 47 行定义.
const char* const apollo::cyber::logger::LogSeverityNames[NUM_SEVERITIES] |
在文件 log_file_object.cc 第 69 行定义.