22 #include "modules/map/tools/map_datachecker/proto/collection_service.grpc.pb.h" 30 int SyncStart(
const std::string& record_path);
33 int GrpcStub(ChannelVerifyRequest* request, ChannelVerifyResponse* response);
36 int Start(
const std::string& record_path);
39 int ProcessAbnormal(ChannelVerifyResponse* response);
42 std::unique_ptr<CollectionCheckerService::Stub> service_stub_;
44 const std::string& stop_flag_file_;
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
int SyncStart(const std::string &record_path)
ChannelChecker(const std::string &stop_flag_file)
Definition: client_channel_checker.h:27
int GrpcStub(ChannelVerifyRequest *request, ChannelVerifyResponse *response)