OpenDDS
Snapshot(2023/04/28-20:55)
|
Send raw data samples in the system. More...
#include <Replayer.h>
Public Types | |
typedef Replayer_ptr | _ptr_type |
typedef Replayer_var | _var_type |
![]() | |
typedef LocalObject_ptr | _ptr_type |
typedef LocalObject_var | _var_type |
typedef LocalObject_out | _out_type |
![]() | |
typedef Object_ptr | _ptr_type |
typedef Object_var | _var_type |
typedef Object_out | _out_type |
Static Public Member Functions | |
static Replayer_ptr | _duplicate (Replayer_ptr obj) |
![]() | |
static LocalObject_ptr | _duplicate (LocalObject_ptr obj) |
static LocalObject_ptr | _nil (void) |
static LocalObject_ptr | _narrow (CORBA::Object_ptr obj) |
![]() | |
static CORBA::Boolean | marshal (const Object_ptr x, TAO_OutputCDR &cdr) |
static void | _tao_any_destructor (void *) |
static CORBA::Boolean | is_nil_i (CORBA::Object_ptr obj) |
static void | tao_object_initialize (Object *) |
static CORBA::Object_ptr | _duplicate (CORBA::Object_ptr obj) |
static CORBA::Object_ptr | _nil (void) |
static CORBA::Object_ptr | _narrow (CORBA::Object_ptr obj) |
Additional Inherited Members | |
![]() | |
LocalObject (void) | |
![]() | |
Object (int dummy=0) | |
TAO::Object_Proxy_Broker * | proxy_broker () const |
![]() | |
RcObject () | |
![]() | |
ACE_Atomic_Op< TAO_SYNCH_MUTEX, unsigned long > | refcount_ |
Send raw data samples in the system.
This class is for sending raw sample data. Combined with data saved from a recorder, this allows the data to be replayed to DataReaders.
Definition at line 60 of file Replayer.h.
Definition at line 63 of file Replayer.h.
Definition at line 64 of file Replayer.h.
|
virtual |
Definition at line 25 of file Replayer.cpp.
|
static |
Definition at line 29 of file Replayer.cpp.
References OpenDDS::DCPS::LocalObjectBase::_add_ref(), and OPENDDS_END_VERSIONED_NAMESPACE_DECL.
Referenced by OpenDDS::DCPS::DomainParticipantImpl::delete_replayer(), and TAO::Objref_Traits< OpenDDS::DCPS::Replayer >::duplicate().
|
pure virtual |
Get the listener for this Replayer.
Implemented in OpenDDS::DCPS::ReplayerImpl.
|
pure virtual |
Get the Quality of Service settings for the Replayer.
Implemented in OpenDDS::DCPS::ReplayerImpl.
|
pure virtual |
Change the listener for this Replayer.
Implemented in OpenDDS::DCPS::ReplayerImpl.
|
pure virtual |
Set the Quality of Service settings for the Replayer.
Implemented in OpenDDS::DCPS::ReplayerImpl.
|
pure virtual |
Send the sample to all associated DataReaders.
Implemented in OpenDDS::DCPS::ReplayerImpl.
|
pure virtual |
Send the sample to the specified DataReader.
Implemented in OpenDDS::DCPS::ReplayerImpl.
|
pure virtual |
Send the samples to the specified DataReader.
Implemented in OpenDDS::DCPS::ReplayerImpl.