pxmlw6n2f/Gazebo_Distributed_TCP/gazebo/msgs/rest_logout.proto

16 lines
306 B
Protocol Buffer
Raw Normal View History

2019-03-28 10:57:49 +08:00
syntax = "proto2";
package gazebo.msgs;
/// \ingroup gazebo_msgs
/// \interface RestLogout
/// \brief Message for login out of a REST service.
message RestLogout
{
/// \brief ID of this request message
optional uint32 id = 1;
/// \brief the web service url
optional string url = 2;
}