27 #include <grpc++/grpc++.h> 29 #include "modules/v2x/proto/v2x_car_status.pb.h" 30 #include "modules/v2x/proto/v2x_obu_traffic_light.pb.h" 31 #include "modules/v2x/proto/v2x_service_car_to_obu.grpc.pb.h" 53 void SendMsgToGrpc(
const std::shared_ptr<::apollo::v2x::CarStatus> &msg);
57 std::unique_ptr<::apollo::v2x::CarToObu::Stub> stub_;
58 int car_status_tv_nsec_ = 0;
59 bool init_flag_ =
false;
bool InitFlag()
Definition: grpc_client.h:48
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
Definition: grpc_client.h:39
GrpcClientImpl(std::shared_ptr< grpc::Channel > channel)
~GrpcClientImpl()
Definition: grpc_client.h:46
The gflags used by v2x proxy module.
void SendMsgToGrpc(const std::shared_ptr<::apollo::v2x::CarStatus > &msg)