25 #include "modules/canbus/proto/vehicle_parameter.pb.h" 60 std::unique_ptr<MessageManager<::apollo::canbus::ChassisDetail>>
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
The class of MessageManager.
virtual ~LincolnVehicleFactory()=default
destructor
this class is inherited from AbstractVehicleFactory. It can be used to create controller and message ...
Definition: lincoln_vehicle_factory.h:43
The class of VehicleController.
std::unique_ptr< MessageManager<::apollo::canbus::ChassisDetail > > CreateMessageManager() override
create lincoln message manager
std::unique_ptr< VehicleController > CreateVehicleController() override
create lincoln vehicle controller
this class is the abstract factory following the AbstractFactory design pattern. It can create Vehicl...
Definition: abstract_vehicle_factory.h:44