Topic Interface Reference

A message for topic information. More...


Detailed Description

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;
}

/// 

The documentation for this interface was generated from the following file: