Apollo
6.0
Open source self driving car software
|
#include <cstdint>
Go to the source code of this file.
Classes | |
class | apollo::cyber::NullType |
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::cyber | |
Enumerations | |
enum | apollo::cyber::ReturnCode { apollo::cyber::SUCC = 0, apollo::cyber::FAIL = 1 } |
enum | apollo::cyber::Relation : std::uint8_t { apollo::cyber::NO_RELATION = 0, apollo::cyber::DIFF_HOST, apollo::cyber::DIFF_PROC, apollo::cyber::SAME_PROC } |
Describe relation between nodes, writers/readers... More... | |