19 #ifndef FASTDDS_RTPS_ATTRIBUTES__WRITERATTRIBUTES_HPP
20 #define FASTDDS_RTPS_ATTRIBUTES__WRITERATTRIBUTES_HPP
26 #include <fastdds/dds/core/policy/QosPolicies.hpp>
27 #include <fastdds/rtps/attributes/EndpointAttributes.hpp>
28 #include <fastdds/rtps/common/Guid.hpp>
29 #include <fastdds/rtps/common/Time_t.hpp>
30 #include <fastdds/rtps/common/Types.hpp>
31 #include <fastdds/rtps/flowcontrol/FlowControllerConsts.hpp>
32 #include <fastdds/utils/collections/ResourceLimitedContainerConfig.hpp>
86 ,
keep_duration(TIME_T_INFINITE_SECONDS, TIME_T_INFINITE_NANOSECONDS)
Structure EndpointAttributes, describing the attributes associated with an RTPS Endpoint.
Definition: EndpointAttributes.hpp:40
ReliabilityKind_t reliabilityKind
Reliability kind, default value BEST_EFFORT.
Definition: EndpointAttributes.hpp:50
EndpointKind_t endpointKind
Endpoint kind, default value WRITER.
Definition: EndpointAttributes.hpp:44
DurabilityKind_t durabilityKind
Durability kind, default value VOLATILE.
Definition: EndpointAttributes.hpp:53
Class WriterAttributes, defining the attributes of a RTPSWriter.
Definition: WriterAttributes.hpp:76
WriterTimes times
Writer Times (only used for RELIABLE).
Definition: WriterAttributes.hpp:101
EndpointAttributes endpoint
Attributes of the associated endpoint.
Definition: WriterAttributes.hpp:98
WriterAttributes()
Definition: WriterAttributes.hpp:79
dds::Duration_t keep_duration
Keep duration to keep a sample before considering it has been acked.
Definition: WriterAttributes.hpp:125
std::string flow_controller_name
Flow controller name. Default: fastdds::rtps::FASTDDS_FLOW_CONTROLLER_DEFAULT.
Definition: WriterAttributes.hpp:128
ResourceLimitedContainerConfig matched_readers_allocation
Define the allocation behaviour for matched-reader-dependent collections.
Definition: WriterAttributes.hpp:119
bool disable_positive_acks
Disable the sending of positive ACKs.
Definition: WriterAttributes.hpp:122
RTPSWriterPublishMode mode
Indicates if the Writer is synchronous or asynchronous.
Definition: WriterAttributes.hpp:113
virtual ~WriterAttributes()
Definition: WriterAttributes.hpp:93
dds::Duration_t liveliness_announcement_period
Liveliness announcement period.
Definition: WriterAttributes.hpp:110
bool disable_heartbeat_piggyback
Disable the sending of heartbeat piggybacks.
Definition: WriterAttributes.hpp:116
fastdds::dds::LivelinessQosPolicyKind liveliness_kind
Liveliness kind.
Definition: WriterAttributes.hpp:104
bool separate_sending
Whether to send data to each matched reader separately.
Definition: WriterAttributes.hpp:131
int32_t transport_priority
Transport priority for this Writer.
Definition: WriterAttributes.hpp:134
dds::Duration_t liveliness_lease_duration
Liveliness lease duration.
Definition: WriterAttributes.hpp:107
Definition: DomainParticipant.hpp:46
LivelinessQosPolicyKind
Enum LivelinessQosPolicyKind, different kinds of liveliness for LivelinessQosPolicy.
Definition: QosPolicies.hpp:458
FASTDDS_EXPORTED_API const char *const FASTDDS_FLOW_CONTROLLER_DEFAULT
Name of the default flow controller.
@ RELIABLE
Definition: Types.hpp:50
@ WRITER
Definition: Types.hpp:67
uint8_t octet
Definition: Types.hpp:83
RTPSWriterPublishMode
Definition: WriterAttributes.hpp:39
@ ASYNCHRONOUS_WRITER
Definition: WriterAttributes.hpp:41
@ SYNCHRONOUS_WRITER
Definition: WriterAttributes.hpp:40
@ TRANSIENT_LOCAL
Transient Local Durability.
Definition: Types.hpp:58
Specifies the configuration of a resource limited collection.
Definition: ResourceLimitedContainerConfig.hpp:36
Structure Time_t, used to describe times at a DDS level.
Definition: Time_t.hpp:36
Struct WriterTimes, defining the times associated with the Reliable Writers events.
Definition: WriterAttributes.hpp:50
bool operator==(const WriterTimes &b) const
Definition: WriterAttributes.hpp:51
dds::Duration_t initial_heartbeat_delay
Initial heartbeat delay. Default value 12ms.
Definition: WriterAttributes.hpp:61
dds::Duration_t nack_supression_duration
This time allows the RTPSWriter to ignore nack messages too soon after the data as sent,...
Definition: WriterAttributes.hpp:67
dds::Duration_t heartbeat_period
Periodic HB period, default value 3s.
Definition: WriterAttributes.hpp:63
dds::Duration_t nack_response_delay
Delay to apply to the response of a ACKNACK message, default value 5ms.
Definition: WriterAttributes.hpp:65