18.1.4.11. SubscriberQos¶
- class fastdds.SubscriberQos¶
Class SubscriberQos, contains all the possible Qos that can be set for a determined Subscriber. Although these values can be set and are transmitted during the Endpoint Discovery Protocol, not all of the behaviour associated with them has been implemented in the library. Please consult each of them to check for implementation details and default values.
- entity_factory(*args)¶
Overload 1:
Getter for EntityFactoryQosPolicy
- Return type
- Returns
EntityFactoryQosPolicy reference
Overload 2:
Getter for EntityFactoryQosPolicy
- Return type
- Returns
EntityFactoryQosPolicy reference
Overload 3:
Setter for EntityFactoryQosPolicy
- Parameters
entity_factory (
EntityFactoryQosPolicy
) – new value for the EntityFactoryQosPolicy
- group_data(*args)¶
Overload 1:
Getter for GroupDataQosPolicy
- Return type
- Returns
GroupDataQosPolicy reference
Overload 2:
Getter for GroupDataQosPolicy
- Return type
- Returns
GroupDataQosPolicy reference
Overload 3:
Setter for GroupDataQosPolicy
- Parameters
group_data (
GroupDataQosPolicy
) – new value for the GroupDataQosPolicy
- partition(*args)¶
Overload 1:
Getter for PartitionQosPolicy
- Return type
- Returns
PartitionQosPolicy reference
Overload 2:
Getter for PartitionQosPolicy
- Return type
- Returns
PartitionQosPolicy reference
Overload 3:
Setter for PartitionQosPolicy
- Parameters
partition (
PartitionQosPolicy
) – new value for the PartitionQosPolicy
- presentation(*args)¶
Overload 1:
Getter for PresentationQosPolicy
- Return type
- Returns
PresentationQosPolicy reference
Overload 2:
Getter for PresentationQosPolicy
- Return type
- Returns
PresentationQosPolicy reference
Overload 3:
Setter for PresentationQosPolicy
- Parameters
presentation (
PresentationQosPolicy
) – new value for the PresentationQosPolicy
- property thisown¶
The membership flag
- class fastdds.SUBSCRIBER_QOS_DEFAULT(*args: Any, **kwargs: Any)¶