Struct TopicSample
Defined in File topic_transport.hpp
Struct Documentation
-
struct TopicSample
Neutral result for a topic-sample call routed through the transport port.
The existing
TopicSampleResultstruct incore/data/data_types.hppbelongs to the topic-data-provider plugin surface and has a different shape (per-topic batch errors, endpoint QoS, etc.). The transport-level result here is intentionally narrower: it captures only what the manager facade needs to forward to handlers. A later phase reconciles the two if it makes sense to do so.