Holds allocation limits affecting collections managed by a participant. More...
#include <RTPSParticipantAllocationAttributes.hpp>
Public Member Functions | |
| ResourceLimitedContainerConfig | total_readers () const |
| ResourceLimitedContainerConfig | total_writers () const |
| bool | operator== (const RTPSParticipantAllocationAttributes &b) const |
Public Attributes | |
| RemoteLocatorsAllocationAttributes | locators |
| Holds limits for collections of remote locators. | |
| ResourceLimitedContainerConfig | participants |
| Defines the allocation behaviour for collections dependent on the total number of participants. | |
| ResourceLimitedContainerConfig | readers |
| Defines the allocation behaviour for collections dependent on the total number of readers per participant. | |
| ResourceLimitedContainerConfig | writers |
| Defines the allocation behaviour for collections dependent on the total number of writers per participant. | |
| SendBuffersAllocationAttributes | send_buffers |
| Defines the allocation behaviour for the send buffer manager. | |
| VariableLengthDataLimits | data_limits |
| Holds limits for variable-length data. | |
| fastdds::rtps::ContentFilterProperty::AllocationConfiguration | content_filter |
| Defines the allocation behavior of content filter discovery information. | |
Holds allocation limits affecting collections managed by a participant.
|
inline |
|
inline |
|
inline |
Defines the allocation behavior of content filter discovery information.
| VariableLengthDataLimits data_limits |
Holds limits for variable-length data.
| RemoteLocatorsAllocationAttributes locators |
Holds limits for collections of remote locators.
| ResourceLimitedContainerConfig participants |
Defines the allocation behaviour for collections dependent on the total number of participants.
| ResourceLimitedContainerConfig readers |
Defines the allocation behaviour for collections dependent on the total number of readers per participant.
| SendBuffersAllocationAttributes send_buffers |
Defines the allocation behaviour for the send buffer manager.
| ResourceLimitedContainerConfig writers |
Defines the allocation behaviour for collections dependent on the total number of writers per participant.