Struct TopicData

Struct Documentation

struct TopicData

Topic information with direction.

Public Members

std::string name

Full topic path (e.g., “/sensor/temperature”)

std::string type

Message type (e.g., “std_msgs/msg/Float32”)

std::string direction

“publish” | “subscribe” | “both”