22 #include "modules/canbus/proto/chassis.pb.h" 32 static std::shared_ptr<ProtoDiserializedBufBase>
CreateObj(
34 std::shared_ptr<ProtoDiserializedBufBase> obj;
35 if (strcmp(
"Chassis", header.
GetMsgName().c_str()) == 0) {
36 obj = std::make_shared<BridgeProtoDiserializedBuf<canbus::Chassis>>(
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
static std::shared_ptr< ProtoDiserializedBufBase > CreateObj(const BridgeHeader &header)
Definition: bridge_proto_diser_buf_factory.h:32
Definition: bridge_proto_diser_buf_factory.h:30