Struct STopicId

Struct Documentation

struct STopicId

A struct which uniquely identifies anybody producing or consuming topics, e.g. a CPublisher or a CSubscriber.

Public Functions

inline bool operator==(const STopicId &other) const
inline bool operator<(const STopicId &other) const

Public Members

SEntityId topic_id

The unique id of the topic.

std::string topic_name

The topics name (on which matching is performed in the pub/sub case)