Cyclone ISO C++ API Reference Guide
AnyDataReaderListener.hpp
Go to the documentation of this file.
1
#ifndef OMG_DDS_SUB_ANY_DATA_READER_LISTENER_HPP_
2
#define OMG_DDS_SUB_ANY_DATA_READER_LISTENER_HPP_
3
4
/* Copyright 2010, Object Management Group, Inc.
5
* Copyright 2010, PrismTech, Corp.
6
* Copyright 2010, Real-Time Innovations, Inc.
7
* All rights reserved.
8
*
9
* Licensed under the Apache License, Version 2.0 (the "License");
10
* you may not use this file except in compliance with the License.
11
* You may obtain a copy of the License at
12
*
13
* http://www.apache.org/licenses/LICENSE-2.0
14
*
15
* Unless required by applicable law or agreed to in writing, software
16
* distributed under the License is distributed on an "AS IS" BASIS,
17
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18
* See the License for the specific language governing permissions and
19
* limitations under the License.
20
*/
21
22
#include <
dds/core/refmacros.hpp
>
23
#include <
dds/core/status/Status.hpp
>
24
#include <
dds/sub/AnyDataReader.hpp
>
25
26
namespace
dds
27
{
28
namespace
sub
29
{
30
31
49
class
OMG_DDS_API
AnyDataReaderListener
50
{
51
public
:
53
typedef ::dds::core::smart_ptr_traits<AnyDataReaderListener>::ref_type ref_type;
56
public
:
58
virtual
~
AnyDataReaderListener
() { }
61
public
:
63
virtual
void
on_requested_deadline_missed(
64
AnyDataReader
& reader,
65
const
dds::core::status::RequestedDeadlineMissedStatus
& status) = 0;
66
68
virtual
void
on_requested_incompatible_qos(
69
AnyDataReader
& reader,
70
const
dds::core::status::RequestedIncompatibleQosStatus
& status) = 0;
71
73
virtual
void
on_sample_rejected(
74
AnyDataReader
& reader,
75
const
dds::core::status::SampleRejectedStatus
& status) = 0;
76
78
virtual
void
on_liveliness_changed(
79
AnyDataReader
& reader,
80
const
dds::core::status::LivelinessChangedStatus
& status) = 0;
81
83
virtual
void
on_data_available(
AnyDataReader
& reader) = 0;
84
86
virtual
void
on_subscription_matched(
87
AnyDataReader
& reader,
88
const
dds::core::status::SubscriptionMatchedStatus
& status) = 0;
89
91
virtual
void
on_sample_lost(
92
AnyDataReader
& reader,
93
const
dds::core::status::SampleLostStatus
& status) = 0;
94
};
95
96
110
class
OMG_DDS_API
NoOpAnyDataReaderListener
:
public
virtual
AnyDataReaderListener
111
{
116
public
:
117
virtual
~
NoOpAnyDataReaderListener
() { }
118
119
public
:
120
virtual
void
on_requested_deadline_missed(
121
AnyDataReader
&,
122
const
dds::core::status::RequestedDeadlineMissedStatus
&) { }
123
124
virtual
void
on_requested_incompatible_qos(
125
AnyDataReader
&,
126
const
dds::core::status::RequestedIncompatibleQosStatus
&) { }
127
128
virtual
void
on_sample_rejected(
129
AnyDataReader
&,
130
const
dds::core::status::SampleRejectedStatus
&) { }
131
132
virtual
void
on_liveliness_changed(
133
AnyDataReader
&,
134
const
dds::core::status::LivelinessChangedStatus
&) { }
135
136
virtual
void
on_data_available(
AnyDataReader
&) { }
137
138
virtual
void
on_subscription_matched(
139
AnyDataReader
&,
140
const
dds::core::status::SubscriptionMatchedStatus
&) { }
141
142
virtual
void
on_sample_lost(
143
AnyDataReader
&,
144
const
dds::core::status::SampleLostStatus
&) { }
146
};
147
}
148
}
149
150
#endif
/* OMG_DDS_SUB_ANY_DATA_READER_LISTENER_HPP_ */
dds::core::status::RequestedDeadlineMissedStatus
Definition:
Status.hpp:226
AnyDataReader.hpp
dds::core::status::SubscriptionMatchedStatus
Definition:
Status.hpp:399
dds::core::status::LivelinessChangedStatus
Definition:
Status.hpp:145
refmacros.hpp
dds::core::status::SampleLostStatus
Definition:
Status.hpp:61
OMG_DDS_API
#define OMG_DDS_API
Definition:
macros.hpp:52
dds
Definition:
array.hpp:30
dds::sub::AnyDataReader
Typeless base class for the typed DataReader.
Definition:
AnyDataReader.hpp:50
Status.hpp
dds::sub::NoOpAnyDataReaderListener
AnyDataReader events Listener.
Definition:
AnyDataReaderListener.hpp:110
dds::core::status::SampleRejectedStatus
Definition:
Status.hpp:85
dds::sub::AnyDataReaderListener
AnyDataReader events Listener.
Definition:
AnyDataReaderListener.hpp:49
dds::core::status::RequestedIncompatibleQosStatus
Definition:
Status.hpp:307
dds
sub
AnyDataReaderListener.hpp
Generated by
1.8.16