25 #ifndef SRC_GUI_INCLUDE_CORBO_GUI_TOOLBOX_WIDGET_H_ 26 #define SRC_GUI_INCLUDE_CORBO_GUI_TOOLBOX_WIDGET_H_ 29 #include <corbo-communication/messages/corbo_parameters.pb.h> 35 #include <QPushButton> 60 void setRpcClient(std::shared_ptr<MasterServiceClient> rpc_client);
62 void fromMessage(
const google::protobuf::Message& parameters);
63 void toMessage(google::protobuf::Message& parameters)
const;
120 #endif // SRC_GUI_INCLUDE_CORBO_GUI_TOOLBOX_WIDGET_H_
std::shared_ptr< SignalHelper > Ptr