Apollo
6.0
Open source self driving car software
|
#include <memory>
#include <string>
#include <unordered_map>
#include <boost/thread/shared_mutex.hpp>
#include "cyber/common/macros.h"
#include "modules/common/util/future.h"
#include "modules/dreamview/backend/fuel_monitor/fuel_monitor.h"
Go to the source code of this file.
Classes | |
class | apollo::dreamview::FuelMonitorManager |
Namespaces | |
apollo::dreamview | |
apollo::dreamview | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
Typedefs | |
using | apollo::dreamview::FuelMonitorMap = std::unordered_map< std::string, std::unique_ptr< FuelMonitor > > |