RTI Connext Modern C++ API
Version 7.0.0
|
Entry created when a dds::sub::DataReader is discovered in association with its dds::sub::Subscriber. More...
#include <dds/topic/BuiltinTopic.hpp>
Entry created when a dds::sub::DataReader is discovered in association with its dds::sub::Subscriber.
Data associated with the built-in topic dds::topic::subscription_topic_name(). It contains QoS policies and additional information that apply to the remote dds::sub::DataReader the related dds::sub::Subscriber.
|
inline |
Create a default SubscriptionBuiltinTopicData.
|
inline |
Get the DCPS key to distinguish entries.
|
inline |
Get the DCPS key of the dds::domain::DomainParticipant to which the dds::sub::DataReader belongs.
|
inline |
Get the name of the related dds::topic::Topic.
|
inline |
Get the name of the type attached to the dds::topic::Topic.
|
inline |
Get the dds::core::policy::Durability policy of the corresponding dds::sub::DataReader.
|
inline |
Get the dds::core::policy::Deadline policy of the corresponding dds::sub::DataReader.
|
inline |
Get the dds::core::policy::LatencyBudget policy of the corresponding dds::sub::DataReader.
|
inline |
Get the dds::core::policy::Liveliness policy of the corresponding dds::sub::DataReader.
|
inline |
Get the dds::core::policy::Reliability policy of the corresponding dds::sub::DataReader.
|
inline |
Get the dds::core::policy::Ownership policy of the corresponding dds::sub::DataReader.
|
inline |
Get the dds::core::policy::DestinationOrder policy of the corresponding dds::sub::DataReader.
|
inline |
Get the dds::core::policy::UserData policy of the corresponding dds::sub::DataReader.
|
inline |
Get the dds::core::policy::TimeBasedFilter policy of the corresponding dds::sub::DataReader.
|
inline |
Get the dds::core::policy::Presentation policy of the corresponding dds::sub::DataReader.
|
inline |
Get the dds::core::policy::TopicData policy of the corresponding dds::sub::DataReader.
|
inline |
Get the dds::core::policy::TopicData policy of the related dds::topic::Topic.
|
inline |
Get the dds::core::policy::GroupData policy of the dds::sub::Subscriber to which the dds::sub::DataReader belongs.
|
inline |
Get the dds::core::policy::DataRepresentation policy of the corresponding dds::sub::DataReader.
|
inline |
Get the dds::core::policy::DataTag policy of the corresponding dds::sub::DataReader.
dds::core::optional< dds::core::xtypes::DynamicType > type | ( | ) | const |
<<extension>> Get the type
const dds::core::optional< dds::core::xtypes::DynamicType > & get_type_no_copy | ( | ) | const |
<<extension>> Get the type by reference if possible
dds::core::PreconditionNotMet | If the type is available but is not in a format that is directly accessible. In that case it needs some extra processing and has to be accessed using type(). You can also ensure that it is in the right format by setting rti::core::policy::DomainParticipantResourceLimits::type_code_max_serialized_length() to 0. |
const dds::topic::BuiltinTopicKey & subscriber_key | ( | ) | const |
<<extension>> Get the DCPS key of the subscriber to which the DataReader belongs.
const rti::core::policy::Property & property | ( | ) | const |
<<extension>> Get the Property policy of the corresponding DataReader
const dds::core::vector< rti::core::Locator > & unicast_locators | ( | ) | const |
<<extension>> Get the custom unicast locators that the endpoint can specify. The default locators will be used if this is not specified.
const dds::core::vector< rti::core::Locator > & multicast_locators | ( | ) | const |
<<extension>> Get the custom multicast locators that the endpoint can specify. The default locators will be used if this is not specified.
const rti::core::ContentFilterProperty & content_filter_property | ( | ) | const |
<<extension>> This provides all the required information to enable content filtering on the Writer side.
const rti::core::Guid & virtual_guid | ( | ) | const |
<<extension>> Gets the virtual GUID associated to the DataReader.
const rti::core::ProtocolVersion & rtps_protocol_version | ( | ) | const |
<<extension>> Get the version of the RTPS wire protocol used.
const rti::core::VendorId & rtps_vendor_id | ( | ) | const |
<<extension>> Get the ID of vendor implementing the RTPS wire protocol
const rti::core::ProductVersion & product_version | ( | ) | const |
<<extension>> Gets the version of RTI Connext
bool disable_positive_acks | ( | ) | const |
<<extension>> Get whether or not the corresponding dds::sub::DataReader sends positive acknowledgments for reliability.
const rti::core::policy::EntityName & subscription_name | ( | ) | const |
<<extension>> Get the subscription name and role name.
const rti::topic::trust::EndpointTrustInfo & trust_info | ( | ) | const |
<<extension>> Get the Trust Plugins information associated with the discovered DataReader.
Trust Plugins is a generic abstraction that represents any plugin intended to do transformation, interception, and validation of exchanged data and metadata.
trust_info contains information about how RTPS wire serialization, discovery, and liveliness interact with the loaded Trust Plugins. Two endpoints will not match if their trust_info is incompatible.
The meaning of the contents of this field may vary depending on what Trust Plugins the endpoint is using. For information about how this field interacts with the RTI Security Plugins, please refer to the RTI Security Plugins User's Manual.
const rti::topic::trust::EndpointTrustAlgorithms & trust_algorithms | ( | ) | const |
<<extension>> Get the Trust plugins algorithms associated with the discovered DataReader.
Trust Plugins is a generic abstraction that represents any plugin intended to do transformation, interception, and validation of exchanged data and metadata.
trust_algorithms contains information about what algorithms the loaded Trust Plugins are running. Two endpoints will not match if their trust_algorithms are incompatible.
The meaning of the contents of this field may vary depending on what Trust Plugins the endpoint is using. For information about how this field interacts with the RTI Security Plugins, please refer to the RTI Security Plugins User's Manual.
const rti::core::policy::Service & service | ( | ) | const |
<<extension>> Get the Service policy of the corresponding DataReader.