pxmlw6n2f/Gazebo_Distributed_MPI/gazebo/msgs/topic_info.proto

18 lines
321 B
Protocol Buffer

syntax = "proto2";
package gazebo.msgs;
/// \ingroup gazebo_msgs
/// \interface TopicInfo
/// \brief A message for topic information
import "publish.proto";
import "subscribe.proto";
message TopicInfo
{
required string msg_type = 1;
repeated Publish publisher = 2;
repeated Subscribe subscriber = 3;
}