Cyclone ISO C++ API Reference Guide
|
Class that contains information about available DataWriters within the system. More...
#include "BuiltinTopic.hpp"
Inherits dds::core::Value< D >.
Class that contains information about available DataWriters within the system.
The DCPSPublication topic communicates the existence of datawriters by means of the PublicationBuiltinTopicData datatype. Each PublicationBuiltinTopicData sample in a Domain represents a datawriter in that Domain: a new PublicationBuiltinTopicData instance is created when a newly-added DataWriter is enabled, and it is disposed when that DataWriter is deleted. An updated PublicationBuiltinTopicData sample is written each time the DataWriter (or the Publisher to which it belongs) modifies a QosPolicy that applies to the entities connected to it. Also will it be updated when the writer looses or regains its liveliness.
Definition at line 256 of file BuiltinTopic.hpp.
const ::dds::core::policy::Deadline& dds::topic::PublicationBuiltinTopicData::deadline | ( | ) | const |
QosPolicy attached to the DataWriter
const ::dds::core::policy::DestinationOrder& dds::topic::PublicationBuiltinTopicData::destination_order | ( | ) | const |
QosPolicy attached to the DataWriter
const ::dds::core::policy::Durability& dds::topic::PublicationBuiltinTopicData::durability | ( | ) | const |
QosPolicy attached to the DataWriter
const ::dds::core::policy::DurabilityService& dds::topic::PublicationBuiltinTopicData::durability_service | ( | ) | const |
QosPolicy attached to the DataWriter
const ::dds::core::policy::GroupData& dds::topic::PublicationBuiltinTopicData::group_data | ( | ) | const |
QosPolicy attached to the Publisher to which the DataWriter belongs
const dds::topic::BuiltinTopicKey& dds::topic::PublicationBuiltinTopicData::key | ( | ) | const |
Global unique identifier of the DataWriter
const ::dds::core::policy::LatencyBudget& dds::topic::PublicationBuiltinTopicData::latency_budget | ( | ) | const |
QosPolicy attached to the DataWriter
const ::dds::core::policy::Lifespan& dds::topic::PublicationBuiltinTopicData::lifespan | ( | ) | const |
QosPolicy attached to the DataWriter
const ::dds::core::policy::Liveliness& dds::topic::PublicationBuiltinTopicData::liveliness | ( | ) | const |
QosPolicy attached to the DataWriter
|
inherited |
Compare this Value with another Value
other | Value |
|
inherited |
The operator->() is provided to be able to directly invoke functions on the delegate.
The decision to provide direct access to the delegate was motivated by the need for providing a way that was not invasive with respect to the CXXDDS API and yet would allow for vendor-specific extension. Thus vendor-specific extensions can be invoked on the Value and on all its subclasses as follows:
|
inherited |
The operator->() is provided to be able to directly invoke functions on the delegate.
The decision to provide direct access to the delegate was motivated by the need for providing a way that was not invasive with respect to the CXXDDS API and yet would allow for vendor-specific extension. Thus vendor-specific extensions can be invoked on the Value and on all its subclasses as follows:
|
inherited |
Compare this Value with another Value
other | Value |
const ::dds::core::policy::Ownership& dds::topic::PublicationBuiltinTopicData::ownership | ( | ) | const |
QosPolicy attached to the DataWriter
const ::dds::core::policy::OwnershipStrength& dds::topic::PublicationBuiltinTopicData::ownership_strength | ( | ) | const |
QosPolicy attached to the DataWriter
const dds::topic::BuiltinTopicKey& dds::topic::PublicationBuiltinTopicData::participant_key | ( | ) | const |
Global unique identifier of the Participant to which the DataWriter belongs
const ::dds::core::policy::Partition& dds::topic::PublicationBuiltinTopicData::partition | ( | ) | const |
QosPolicy attached to the Publisher to which the DataWriter belongs
const ::dds::core::policy::Presentation& dds::topic::PublicationBuiltinTopicData::presentation | ( | ) | const |
QosPolicy attached to the Publisher to which the DataWriter belongs
const ::dds::core::policy::Reliability& dds::topic::PublicationBuiltinTopicData::reliability | ( | ) | const |
QosPolicy attached to the DataWriter
const ::dds::core::policy::TopicData& dds::topic::PublicationBuiltinTopicData::topic_data | ( | ) | const |
QosPolicy attached to the Publisher to which the DataWriter belongs
const std::string& dds::topic::PublicationBuiltinTopicData::topic_name | ( | ) | const |
Name of the Topic used by the DataWriter
const std::string& dds::topic::PublicationBuiltinTopicData::type_name | ( | ) | const |
Type name of the Topic used by the DataWriter
const ::dds::core::policy::UserData& dds::topic::PublicationBuiltinTopicData::user_data | ( | ) | const |
QosPolicy attached to the DataWriter