18 #ifndef IGN_TRANSPORT_TOPICUTILS_HH_
19 #define IGN_TRANSPORT_TOPICUTILS_HH_
38 public:
static bool IsValidNamespace(
const std::string &_ns);
47 public:
static bool IsValidPartition(
const std::string &_partition);
57 public:
static bool IsValidTopic(
const std::string &_topic);
67 public:
static bool FullyQualifiedName(
const std::string &_partition,
68 const std::string &_ns,
69 const std::string &_topic,
75 public:
static const uint16_t kMaxNameLength = 65535;
This class provides different utilities related with topics.
Definition: TopicUtils.hh:32
#define IGNITION_TRANSPORT_VISIBLE
Use to represent "symbol visible" if supported.
Definition: Helpers.hh:57