RTI Connext C# API  6.1.0
DomainParticipantResourceLimitsBuilder Class Reference

A modifiable type used to create an immutable DomainParticipantResourceLimits More...

Public Member Functions

 DomainParticipantResourceLimitsBuilder (DomainParticipantResourceLimits data)
 Creates a builder with the values of an existing immutable instance More...
 
DomainParticipantResourceLimits Build ()
 Creates a new DomainParticipantResourceLimits immutable object from this one. More...
 

Properties

AllocationSettings LocalWriterAllocation [get, set]
 Allocation settings applied to local DataWriters. More...
 
AllocationSettings LocalReaderAllocation [get, set]
 Allocation settings applied to local DataReaders. More...
 
AllocationSettings LocalPublisherAllocation [get, set]
 Allocation settings applied to local Publisher. More...
 
AllocationSettings LocalSubscriberAllocation [get, set]
 Allocation settings applied to local Subscriber. More...
 
AllocationSettings LocalTopicAllocation [get, set]
 Allocation settings applied to local Topic. More...
 
AllocationSettings RemoteWriterAllocation [get, set]
 Allocation settings applied to remote DataWriters. More...
 
AllocationSettings RemoteReaderAllocation [get, set]
 Allocation settings applied to remote DataReaders. More...
 
AllocationSettings RemoteParticipantAllocation [get, set]
 Allocation settings applied to remote DomainParticipants. More...
 
AllocationSettings MatchingWriterReaderPairAllocation [get, set]
 Allocation settings applied to matching local writer and remote/local reader pairs. More...
 
AllocationSettings MatchingReaderWriterPairAllocation [get, set]
 Allocation settings applied to matching local reader and remote/local writer pairs. More...
 
AllocationSettings IgnoredEntityAllocation [get, set]
 Allocation settings applied to ignored entities. More...
 
AllocationSettings ContentFilteredTopicAllocation [get, set]
 Allocation settings applied to content filtered topic. More...
 
AllocationSettings ContentFilterAllocation [get, set]
 Allocation settings applied to content filter. More...
 
AllocationSettings ReadConditionAllocation [get, set]
 Allocation settings applied to read condition pool. More...
 
AllocationSettings QueryConditionAllocation [get, set]
 Allocation settings applied to query condition pool. More...
 
AllocationSettings OutstandingAsynchronousSampleAllocation [get, set]
 Allocation settings applied to the maximum number of samples (from all DataWriter) waiting to be asynchronously written. More...
 
AllocationSettings FlowControllerAllocation [get, set]
 Allocation settings applied to flow controllers. More...
 
int LocalWriterHashBuckets [get, set]
 Hash_Buckets settings applied to local DataWriters. More...
 
int LocalReaderHashBuckets [get, set]
 Number of hash buckets for local DataReaders. More...
 
int LocalPublisherHashBuckets [get, set]
 Number of hash buckets for local Publisher. More...
 
int LocalSubscriberHashBuckets [get, set]
 Number of hash buckets for local Subscriber. More...
 
int LocalTopicHashBuckets [get, set]
 Number of hash buckets for local Topic. More...
 
int RemoteWriterHashBuckets [get, set]
 Number of hash buckets for remote DataWriters. More...
 
int RemoteReaderHashBuckets [get, set]
 Number of hash buckets for remote DataReaders. More...
 
int RemoteParticipantHashBuckets [get, set]
 Number of hash buckets for remote DomainParticipants. More...
 
int MatchingWriterReaderPairHashBuckets [get, set]
 Number of hash buckets for matching local writer and remote/local reader pairs. More...
 
int MatchingReaderWriterPairHashBuckets [get, set]
 Number of hash buckets for matching local reader and remote/local writer pairs. More...
 
int IgnoredEntityHashBuckets [get, set]
 Number of hash buckets for ignored entities. More...
 
int ContentFilteredTopicHashBuckets [get, set]
 Number of hash buckets for content filtered topics. More...
 
int ContentFilterHashBuckets [get, set]
 Number of hash buckets for content filters. More...
 
int FlowControllerHashBuckets [get, set]
 Number of hash buckets for flow controllers. More...
 
int MaxGatherDestinations [get, set]
 Maximum number of destinations per RTI Connext send. More...
 
int ParticipantUserDataMaxLength [get, set]
 Maximum length of user data in DomainParticipantQos and ParticipantBuiltinTopicData More...
 
int TopicDataMaxLength [get, set]
 Maximum length of topic data in TopicQos, TopicBuiltinTopicData, PublicationBuiltinTopicData and SubscriptionBuiltinTopicData More...
 
int PublisherGroupDataMaxLength [get, set]
 Maximum length of group data in PublisherQos and PublicationBuiltinTopicData More...
 
int SubscriberGroupDataMaxLength [get, set]
 Maximum length of group data in SubscriberQos and SubscriptionBuiltinTopicData More...
 
int WriterUserDataMaxLength [get, set]
 Maximum length of user data in DataWriterQos and PublicationBuiltinTopicData More...
 
int ReaderUserDataMaxLength [get, set]
 Maximum length of user data in DataReaderQos and SubscriptionBuiltinTopicData More...
 
int MaxPartitions [get, set]
 Maximum number of partition name strings allowable in a Partition. More...
 
int MaxPartitionCumulativeCharacters [get, set]
 Maximum number of combined characters allowable in all partition names in a Partition. More...
 
int TypeCodeMaxSerializedLength [get, set]
 Maximum size of serialized string for type code. More...
 
int TypeObjectMaxSerializedLength [get, set]
 The maximum length, in bytes, that the buffer to serialize a TypeObject can consume. More...
 
int SerializedTypeObjectDynamicAllocationThreshold [get, set]
 A threshold, in bytes, for dynamic memory allocation for the deserialized TypeObject. More...
 
int TypeObjectMaxDeserializedLength [get, set]
 The maximum number of bytes that a deserialized TypeObject can consume. More...
 
int DeserializedTypeObjectDynamicAllocationThreshold [get, set]
 A threshold, in bytes, for dynamic memory allocation for the deserialized TypeObject. More...
 
int ContentfilterPropertyMaxLength [get, set]
 This field is the maximum length of all data related to a Content-filtered topic. More...
 
int ChannelSeqMaxLength [get, set]
 Maximum number of channels that can be specified in MultiChannelQosPolicy for MultiChannel DataWriters. More...
 
int ChannelFilterExpressionMaxLength [get, set]
 Maximum length of a channel ChannelSettings_t_filter_expression in a MultiChannel DataWriter. More...
 
int ParticipantPropertyListMaxLength [get, set]
 Maximum number of properties associated with the DomainParticipant. More...
 
int ParticipantPropertyStringMaxLength [get, set]
 Maximum string length of the properties associated with the DomainParticipant. More...
 
int WriterPropertyListMaxLength [get, set]
 Maximum number of properties associated with a DataWriter. More...
 
int WriterPropertyStringMaxLength [get, set]
 Maximum string length of the properties associated with a DataWriter. More...
 
int ReaderPropertyListMaxLength [get, set]
 Maximum number of properties associated with a DataReader. More...
 
int ReaderPropertyStringMaxLength [get, set]
 Maximum string length of the properties associated with a DataReader. More...
 
int MaxEndpointGroups [get, set]
 Maximum number of EndpointGroup allowable in a Availability. More...
 
int MaxEndpointGroupCumulativeCharacters [get, set]
 Maximum number of combined role_name characters allowed in all EndpointGroup in a Availability. More...
 
int TransportInfoListMaxLength [get, set]
 Maximum number of installed transports to send and receive information about in ParticipantBuiltinTopicData_transport_info. More...
 
IgnoredEntityReplacementKind IgnoredEntityReplacement [get, set]
 Replacement policy for the ignored entities. It sets what entity can be replaced when resource limits set in DomainParticipantResourceLimitsQosPolicy_ignored_entity_allocation are reached. More...
 
AllocationSettings RemoteTopicQueryAllocation [get, set]
 Allocation settings applied to remote TopicQueries. More...
 
int RemoteTopicQueryHashBuckets [get, set]
 Number of hash buckets for remote TopicQueries. More...
 
int WriterDataTagListMaxLength [get, set]
 Maximum number of data tags associated with a DataWriter. More...
 
int WriterDataTagStringMaxLength [get, set]
 Maximum string length of the data tags associated with a DataWriter. More...
 
int ReaderDataTagListMaxLength [get, set]
 Maximum number of data tags associated with a DataReader. More...
 
int ReaderDataTagStringMaxLength [get, set]
 Maximum string length of the data tags associated with a DataReader. More...
 
uint ShmemRefTransferModeMaxSegments [get, set]
 Maximum number of segments created by all DataWriters belonging to a DomainParticipant. More...
 

Detailed Description

A modifiable type used to create an immutable DomainParticipantResourceLimits

Constructor & Destructor Documentation

◆ DomainParticipantResourceLimitsBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

Creates a new DomainParticipantResourceLimits immutable object from this one.

Property Documentation

◆ ChannelFilterExpressionMaxLength

int ChannelFilterExpressionMaxLength
getset

Maximum length of a channel ChannelSettings_t_filter_expression in a MultiChannel DataWriter.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::channel_filter_expression_max_length

◆ ChannelSeqMaxLength

int ChannelSeqMaxLength
getset

Maximum number of channels that can be specified in MultiChannelQosPolicy for MultiChannel DataWriters.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::channel_seq_max_length

◆ ContentFilterAllocation

AllocationSettings ContentFilterAllocation
getset

Allocation settings applied to content filter.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::content_filter_allocation

◆ ContentFilteredTopicAllocation

AllocationSettings ContentFilteredTopicAllocation
getset

Allocation settings applied to content filtered topic.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::content_filtered_topic_allocation

◆ ContentFilteredTopicHashBuckets

int ContentFilteredTopicHashBuckets
getset

Number of hash buckets for content filtered topics.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::content_filtered_topic_hash_buckets

◆ ContentFilterHashBuckets

int ContentFilterHashBuckets
getset

Number of hash buckets for content filters.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::content_filter_hash_buckets

◆ ContentfilterPropertyMaxLength

int ContentfilterPropertyMaxLength
getset

This field is the maximum length of all data related to a Content-filtered topic.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::contentfilter_property_max_length

◆ DeserializedTypeObjectDynamicAllocationThreshold

int DeserializedTypeObjectDynamicAllocationThreshold
getset

A threshold, in bytes, for dynamic memory allocation for the deserialized TypeObject.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::deserialized_type_object_dynamic_allocation_threshold

◆ FlowControllerAllocation

AllocationSettings FlowControllerAllocation
getset

Allocation settings applied to flow controllers.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::flow_controller_allocation

◆ FlowControllerHashBuckets

int FlowControllerHashBuckets
getset

Number of hash buckets for flow controllers.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::flow_controller_hash_buckets

◆ IgnoredEntityAllocation

AllocationSettings IgnoredEntityAllocation
getset

Allocation settings applied to ignored entities.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::ignored_entity_allocation

◆ IgnoredEntityHashBuckets

int IgnoredEntityHashBuckets
getset

Number of hash buckets for ignored entities.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::ignored_entity_hash_buckets

◆ IgnoredEntityReplacement

IgnoredEntityReplacementKind IgnoredEntityReplacement
getset

Replacement policy for the ignored entities. It sets what entity can be replaced when resource limits set in DomainParticipantResourceLimitsQosPolicy_ignored_entity_allocation are reached.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::ignored_entity_replacement_kind

◆ LocalPublisherAllocation

AllocationSettings LocalPublisherAllocation
getset

Allocation settings applied to local Publisher.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::local_publisher_allocation

◆ LocalPublisherHashBuckets

int LocalPublisherHashBuckets
getset

Number of hash buckets for local Publisher.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::local_publisher_hash_buckets

◆ LocalReaderAllocation

AllocationSettings LocalReaderAllocation
getset

Allocation settings applied to local DataReaders.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::local_reader_allocation

◆ LocalReaderHashBuckets

int LocalReaderHashBuckets
getset

Number of hash buckets for local DataReaders.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::local_reader_hash_buckets

◆ LocalSubscriberAllocation

AllocationSettings LocalSubscriberAllocation
getset

Allocation settings applied to local Subscriber.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::local_subscriber_allocation

◆ LocalSubscriberHashBuckets

int LocalSubscriberHashBuckets
getset

Number of hash buckets for local Subscriber.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::local_subscriber_hash_buckets

◆ LocalTopicAllocation

AllocationSettings LocalTopicAllocation
getset

Allocation settings applied to local Topic.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::local_topic_allocation

◆ LocalTopicHashBuckets

int LocalTopicHashBuckets
getset

Number of hash buckets for local Topic.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::local_topic_hash_buckets

◆ LocalWriterAllocation

AllocationSettings LocalWriterAllocation
getset

Allocation settings applied to local DataWriters.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::local_writer_allocation

◆ LocalWriterHashBuckets

int LocalWriterHashBuckets
getset

Hash_Buckets settings applied to local DataWriters.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::local_writer_hash_buckets

◆ MatchingReaderWriterPairAllocation

AllocationSettings MatchingReaderWriterPairAllocation
getset

Allocation settings applied to matching local reader and remote/local writer pairs.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::matching_reader_writer_pair_allocation

◆ MatchingReaderWriterPairHashBuckets

int MatchingReaderWriterPairHashBuckets
getset

Number of hash buckets for matching local reader and remote/local writer pairs.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::matching_reader_writer_pair_hash_buckets

◆ MatchingWriterReaderPairAllocation

AllocationSettings MatchingWriterReaderPairAllocation
getset

Allocation settings applied to matching local writer and remote/local reader pairs.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::matching_writer_reader_pair_allocation

◆ MatchingWriterReaderPairHashBuckets

int MatchingWriterReaderPairHashBuckets
getset

Number of hash buckets for matching local writer and remote/local reader pairs.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::matching_writer_reader_pair_hash_buckets

◆ MaxEndpointGroupCumulativeCharacters

int MaxEndpointGroupCumulativeCharacters
getset

Maximum number of combined role_name characters allowed in all EndpointGroup in a Availability.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::max_endpoint_group_cumulative_characters

◆ MaxEndpointGroups

int MaxEndpointGroups
getset

Maximum number of EndpointGroup allowable in a Availability.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::max_endpoint_groups

◆ MaxGatherDestinations

int MaxGatherDestinations
getset

Maximum number of destinations per RTI Connext send.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::max_gather_destinations

◆ MaxPartitionCumulativeCharacters

int MaxPartitionCumulativeCharacters
getset

Maximum number of combined characters allowable in all partition names in a Partition.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::max_partition_cumulative_characters

◆ MaxPartitions

int MaxPartitions
getset

Maximum number of partition name strings allowable in a Partition.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::max_partitions

◆ OutstandingAsynchronousSampleAllocation

AllocationSettings OutstandingAsynchronousSampleAllocation
getset

Allocation settings applied to the maximum number of samples (from all DataWriter) waiting to be asynchronously written.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::outstanding_asynchronous_sample_allocation

◆ ParticipantPropertyListMaxLength

int ParticipantPropertyListMaxLength
getset

Maximum number of properties associated with the DomainParticipant.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::participant_property_list_max_length

◆ ParticipantPropertyStringMaxLength

int ParticipantPropertyStringMaxLength
getset

Maximum string length of the properties associated with the DomainParticipant.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::participant_property_string_max_length

◆ ParticipantUserDataMaxLength

int ParticipantUserDataMaxLength
getset

Maximum length of user data in DomainParticipantQos and ParticipantBuiltinTopicData

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::participant_user_data_max_length

◆ PublisherGroupDataMaxLength

int PublisherGroupDataMaxLength
getset

Maximum length of group data in PublisherQos and PublicationBuiltinTopicData

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::publisher_group_data_max_length

◆ QueryConditionAllocation

AllocationSettings QueryConditionAllocation
getset

Allocation settings applied to query condition pool.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::query_condition_allocation

◆ ReadConditionAllocation

AllocationSettings ReadConditionAllocation
getset

Allocation settings applied to read condition pool.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::read_condition_allocation

◆ ReaderDataTagListMaxLength

int ReaderDataTagListMaxLength
getset

Maximum number of data tags associated with a DataReader.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::reader_data_tag_list_max_length

◆ ReaderDataTagStringMaxLength

int ReaderDataTagStringMaxLength
getset

Maximum string length of the data tags associated with a DataReader.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::reader_data_tag_string_max_length

◆ ReaderPropertyListMaxLength

int ReaderPropertyListMaxLength
getset

Maximum number of properties associated with a DataReader.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::reader_property_list_max_length

◆ ReaderPropertyStringMaxLength

int ReaderPropertyStringMaxLength
getset

Maximum string length of the properties associated with a DataReader.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::reader_property_string_max_length

◆ ReaderUserDataMaxLength

int ReaderUserDataMaxLength
getset

Maximum length of user data in DataReaderQos and SubscriptionBuiltinTopicData

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::reader_user_data_max_length

◆ RemoteParticipantAllocation

AllocationSettings RemoteParticipantAllocation
getset

Allocation settings applied to remote DomainParticipants.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::remote_participant_allocation

◆ RemoteParticipantHashBuckets

int RemoteParticipantHashBuckets
getset

Number of hash buckets for remote DomainParticipants.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::remote_participant_hash_buckets

◆ RemoteReaderAllocation

AllocationSettings RemoteReaderAllocation
getset

Allocation settings applied to remote DataReaders.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::remote_reader_allocation

◆ RemoteReaderHashBuckets

int RemoteReaderHashBuckets
getset

Number of hash buckets for remote DataReaders.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::remote_reader_hash_buckets

◆ RemoteTopicQueryAllocation

AllocationSettings RemoteTopicQueryAllocation
getset

Allocation settings applied to remote TopicQueries.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::remote_topic_query_allocation

◆ RemoteTopicQueryHashBuckets

int RemoteTopicQueryHashBuckets
getset

Number of hash buckets for remote TopicQueries.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::remote_topic_query_hash_buckets

◆ RemoteWriterAllocation

AllocationSettings RemoteWriterAllocation
getset

Allocation settings applied to remote DataWriters.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::remote_writer_allocation

◆ RemoteWriterHashBuckets

int RemoteWriterHashBuckets
getset

Number of hash buckets for remote DataWriters.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::remote_writer_hash_buckets

◆ SerializedTypeObjectDynamicAllocationThreshold

int SerializedTypeObjectDynamicAllocationThreshold
getset

A threshold, in bytes, for dynamic memory allocation for the deserialized TypeObject.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::deserialized_type_object_dynamic_allocation_threshold

◆ ShmemRefTransferModeMaxSegments

uint ShmemRefTransferModeMaxSegments
getset

Maximum number of segments created by all DataWriters belonging to a DomainParticipant.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::shmem_ref_transfer_mode_max_segments

◆ SubscriberGroupDataMaxLength

int SubscriberGroupDataMaxLength
getset

Maximum length of group data in SubscriberQos and SubscriptionBuiltinTopicData

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::subscriber_group_data_max_length

◆ TopicDataMaxLength

int TopicDataMaxLength
getset

Maximum length of topic data in TopicQos, TopicBuiltinTopicData, PublicationBuiltinTopicData and SubscriptionBuiltinTopicData

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::topic_data_max_length

◆ TransportInfoListMaxLength

int TransportInfoListMaxLength
getset

Maximum number of installed transports to send and receive information about in ParticipantBuiltinTopicData_transport_info.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::transport_info_list_max_length

◆ TypeCodeMaxSerializedLength

int TypeCodeMaxSerializedLength
getset

Maximum size of serialized string for type code.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::type_code_max_serialized_length

◆ TypeObjectMaxDeserializedLength

int TypeObjectMaxDeserializedLength
getset

The maximum number of bytes that a deserialized TypeObject can consume.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::type_object_max_deserialized_length

◆ TypeObjectMaxSerializedLength

int TypeObjectMaxSerializedLength
getset

The maximum length, in bytes, that the buffer to serialize a TypeObject can consume.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::type_object_max_serialized_length

◆ WriterDataTagListMaxLength

int WriterDataTagListMaxLength
getset

Maximum number of data tags associated with a DataWriter.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::writer_data_tag_list_max_length

◆ WriterDataTagStringMaxLength

int WriterDataTagStringMaxLength
getset

Maximum string length of the data tags associated with a DataWriter.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::writer_data_tag_string_max_length

◆ WriterPropertyListMaxLength

int WriterPropertyListMaxLength
getset

Maximum number of properties associated with a DataWriter.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::writer_property_list_max_length

◆ WriterPropertyStringMaxLength

int WriterPropertyStringMaxLength
getset

Maximum string length of the properties associated with a DataWriter.

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::writer_property_string_max_length

◆ WriterUserDataMaxLength

int WriterUserDataMaxLength
getset

Maximum length of user data in DataWriterQos and PublicationBuiltinTopicData

The full documentation is available in the C API: DDS_DomainParticipantResourceLimitsQosPolicy::writer_user_data_max_length