Cyclone ISO C++ API Reference Guide
AnyDataWriter.hpp
Go to the documentation of this file.
1 #ifndef OMG_TDDS_PUB_ANY_DATA_WRITER_HPP_
2 #define OMG_TDDS_PUB_ANY_DATA_WRITER_HPP_
3 /* Copyright 2010, Object Management Group, Inc.
4  * Copyright 2010, PrismTech, Corp.
5  * Copyright 2010, Real-Time Innovations, Inc.
6  * All rights reserved.
7  *
8  * Licensed under the Apache License, Version 2.0 (the "License");
9  * you may not use this file except in compliance with the License.
10  * You may obtain a copy of the License at
11  *
12  * http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing, software
15  * distributed under the License is distributed on an "AS IS" BASIS,
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  * See the License for the specific language governing permissions and
18  * limitations under the License.
19  */
20 
21 #include <dds/core/Entity.hpp>
22 #include <dds/pub/Publisher.hpp>
25 
26 namespace dds
27 {
28 namespace pub
29 {
30 
31 class AnyDataWriter;
32 }
33 }
34 
49 {
50 public:
53 
54 
55  virtual ~AnyDataWriter();
58  //==========================================================================
59  //== Entity Navigation
60 
72  const dds::pub::Publisher& publisher() const;
73 
86 
87 
88 
89  //==========================================================================
90  //== QoS Management
91 
107  qos() const;
108 
141  void qos(const dds::pub::qos::DataWriterQos& qos);
142 
145 
148 
149 
150  //==========================================================================
151  //== ACKs
152 
199  void wait_for_acknowledgments(const dds::core::Duration& timeout);
200 
201  //==========================================================================
202  //== Status Management
203 
228 
251 
277 
319 
320 
321  //==========================================================================
322  //== Liveliness Management
323 
352  void assert_liveliness();
353 
354 };
355 
356 
357 #endif /* OMG_TDDS_PUB_ANY_DATA_WRITER_HPP_ */
dds::pub::AnyDataWriter::offered_deadline_missed_status
const dds::core::status::OfferedDeadlineMissedStatus offered_deadline_missed_status()
dds::pub::AnyDataWriter::operator<<
AnyDataWriter & operator<<(const dds::pub::qos::DataWriterQos &qos)
DataWriterQos.hpp
dds::core::status::OfferedDeadlineMissedStatus
Definition: Status.hpp:195
dds::pub::AnyDataWriter::assert_liveliness
void assert_liveliness()
dds::pub::qos::DataWriterQos
This object provides the basic mechanism for an application to specify Quality of Service attributes ...
Definition: DataWriterQos.hpp:68
dds::pub::AnyDataWriter::publication_matched_status
const dds::core::status::PublicationMatchedStatus publication_matched_status()
dds::pub::AnyDataWriter::topic_description
const dds::topic::TopicDescription & topic_description() const
dds::pub::AnyDataWriter::publisher
const dds::pub::Publisher & publisher() const
dds::core::Duration
Definition: Duration.hpp:42
OMG_DDS_IMPLICIT_REF_BASE
#define OMG_DDS_IMPLICIT_REF_BASE(TYPE)
Definition: refmacros.hpp:75
dds::core::status::LivelinessLostStatus
Definition: Status.hpp:119
OMG_DDS_REF_TYPE_PROTECTED_DC
#define OMG_DDS_REF_TYPE_PROTECTED_DC(TYPE, BASE, DELEGATE)
Definition: refmacros.hpp:164
dds::pub::AnyDataWriter
Typeless base class for the typed DataWriter.
Definition: AnyDataWriter.hpp:48
dds::pub::Publisher
The Publisher acts on the behalf of one or several DataWriter objects that belong to it.
Definition: Publisher.hpp:55
dds::pub::AnyDataWriter::liveliness_lost_status
const dds::core::status::LivelinessLostStatus liveliness_lost_status()
dds
Definition: array.hpp:30
dds::core::status::OfferedIncompatibleQosStatus
Definition: Status.hpp:258
dds::pub::AnyDataWriter::offered_incompatible_qos_status
const dds::core::status::OfferedIncompatibleQosStatus offered_incompatible_qos_status()
dds::pub::AnyDataWriter::operator>>
const AnyDataWriter & operator>>(dds::pub::qos::DataWriterQos &qos) const
dds::core::Entity
This class is the abstract base class for all the DCPS objects.
Definition: Entity.hpp:55
dds::core::status::PublicationMatchedStatus
Definition: Status.hpp:356
Publisher.hpp
Entity.hpp
dds::pub::AnyDataWriter::wait_for_acknowledgments
void wait_for_acknowledgments(const dds::core::Duration &timeout)
TopicDescription.hpp
dds::pub::AnyDataWriter::qos
dds::pub::qos::DataWriterQos qos() const
dds::topic::TopicDescription
This class is the base for Topic, ContentFilteredTopic and MultiTopic.
Definition: TopicDescription.hpp:48