33 #ifndef _IDENTT_HRPC_HRPC_CLIENT_HPP_ 34 #define _IDENTT_HRPC_HRPC_CLIENT_HPP_ 38 #include <google/protobuf/message.h> 39 #include "../proto/Hrpc.pb.h" 83 bool SendToMaster(::identt::utils::SharedTable::pointer stptr, ::identt::hrpc::MasterCmdTypeE service_id,
84 google::protobuf::Message* msg,
bool nothrow=
false);
107 bool SendToRemote(::identt::utils::SharedTable::pointer stptr, std::string address,
108 ::identt::hrpc::RemoteCmdTypeE service_id, google::protobuf::Message* msg,
bool nothrow=
false);
113 #endif // _IDENTT_HRPC_HRPC_CLIENT_HPP_ HrpcClient()
constructor
Definition: HrpcClient.cc:47
Definition: CryptoBase.hpp:49
bool SendToRemote(::identt::utils::SharedTable::pointer stptr, std::string address, ::identt::hrpc::RemoteCmdTypeE service_id, google::protobuf::Message *msg, bool nothrow=false)
SendToRemote : send to remote and get output.
virtual ~HrpcClient()
destructor
Definition: HrpcClient.cc:52
Definition: HrpcClient.hpp:46
bool SendToMaster(::identt::utils::SharedTable::pointer stptr, ::identt::hrpc::MasterCmdTypeE service_id, google::protobuf::Message *msg, bool nothrow=false)
SendToMaster : send to master and get output.