|
Apollo
6.0
Open source self driving car software
|
#include <atomic>#include <chrono>#include <functional>#include <memory>#include <mutex>#include <set>#include <string>#include "cyber/common/log.h"#include "cyber/croutine/detail/routine_context.h"

Go to the source code of this file.
Classes | |
| class | apollo::cyber::croutine::CRoutine |
Namespaces | |
| apollo | |
| PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
| apollo::cyber | |
| apollo::cyber::croutine | |
Typedefs | |
| using | apollo::cyber::croutine::RoutineFunc = std::function< void()> |
| using | apollo::cyber::croutine::Duration = std::chrono::microseconds |
1.8.13