pxmlw6n2f/Gazebo_Distributed_TCP/gazebo/msgs/request.proto

18 lines
294 B
Protocol Buffer

syntax = "proto2";
package gazebo.msgs;
/// \ingroup gazebo_msgs
/// \interface Request
/// \brief A message containing a string request
message Request
{
required int32 id = 1;
required string request = 2;
optional string data = 3;
optional double dbl_data = 4;
}