Struct ComponentTopics

Struct Documentation

struct ComponentTopics

Topics associated with a component (node)

Public Functions

inline json to_json() const

Public Members

std::vector<std::string> publishes

Topics this component publishes to.

std::vector<std::string> subscribes

Topics this component subscribes to.