OpenDDS  Snapshot(2023/04/28-20:55)
Replayer.cpp
Go to the documentation of this file.
1 /*
2  *
3  *
4  * Distributed under the OpenDDS License.
5  * See: http://www.opendds.org/license.html
6  */
7 #include "DCPS/DdsDcps_pch.h" //Only the _pch include should start with DCPS/
8 #include "Replayer.h"
9 
11 
12 namespace OpenDDS {
13 namespace DCPS {
15 {
16 }
17 
19  const ::DDS::PublicationMatchedStatus & status )
20 {
21  ACE_UNUSED_ARG(replayer);
22  ACE_UNUSED_ARG(status);
23 }
24 
26 {
27 }
28 
30 {
31  if (obj) obj->_add_ref();
32  return obj;
33 }
34 
35 }
36 }
37 
39 
42 {
44 }
45 
46 void
48 {
49  if (p) p->_remove_ref();
50 }
51 
54 {
55  return static_cast<OpenDDS::DCPS::Replayer_ptr>(0);
56 }
57 
61 {
62  return false;
63 }
Send raw data samples in the system.
Definition: Replayer.h:60
ACE_CDR::Boolean Boolean
virtual void on_replayer_matched(Replayer *replayer, const DDS::PublicationMatchedStatus &status)
Definition: Replayer.cpp:18
static Replayer_ptr _duplicate(Replayer_ptr obj)
Definition: Replayer.cpp:29
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
The Internal API and Implementation of OpenDDS.
Definition: AddressCache.h:28