OpenDDS
Snapshot(2023/04/07-19:43)
|
Public Member Functions | |
ParticipantStrt (const DDS::DomainId_t &dId, long own, const IdType &pId, const QosSeq &pQos) | |
ParticipantStrt (const DParticipant &participant, PersistenceUpdater::ALLOCATOR *allocator) | |
void | cleanup (PersistenceUpdater::ALLOCATOR *allocator) |
Public Attributes | |
DDS::DomainId_t | domainId |
long | owner |
IdType | participantId |
QosSeq | participantQos |
Definition at line 95 of file PersistenceUpdater.cpp.
|
inline |
Definition at line 101 of file PersistenceUpdater.cpp.
|
inline |
Definition at line 110 of file PersistenceUpdater.cpp.
References OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL::assign(), Update::ParticipantQos, and participantQos.
|
inline |
Definition at line 120 of file PersistenceUpdater.cpp.
References ACE_Allocator_Adapter< class >::free().
Referenced by Update::PersistenceUpdater::destroy().
DDS::DomainId_t Update::ParticipantStrt< QosSeq >::domainId |
Definition at line 96 of file PersistenceUpdater.cpp.
Referenced by Update::Manager::add(), Update::Manager::pushImage(), and Update::PersistenceUpdater::requestImage().
long Update::ParticipantStrt< QosSeq >::owner |
Definition at line 97 of file PersistenceUpdater.cpp.
Referenced by Update::Manager::pushImage(), and Update::PersistenceUpdater::requestImage().
IdType Update::ParticipantStrt< QosSeq >::participantId |
Definition at line 98 of file PersistenceUpdater.cpp.
Referenced by Update::Manager::add(), Update::PersistenceUpdater::create(), Update::Manager::pushImage(), and Update::PersistenceUpdater::requestImage().
QosSeq Update::ParticipantStrt< QosSeq >::participantQos |
Definition at line 99 of file PersistenceUpdater.cpp.
Referenced by Update::Manager::add(), ParticipantStrt(), Update::Manager::pushImage(), Update::PersistenceUpdater::requestImage(), and Update::PersistenceUpdater::update().