5 #ifndef OPENDDS_DCPS_RTPS_ASSOCIATION_RECORD_H 6 #define OPENDDS_DCPS_RTPS_ASSOCIATION_RECORD_H 11 #ifndef ACE_LACKS_PRAGMA_ONCE 73 flags_ &= ~AC_LOCAL_TOKENS_SENT;
94 : callbacks_(callbacks)
95 , writer_id_(writer_id)
96 , reader_association_(reader_association)
113 : callbacks_(callbacks)
114 , reader_id_(reader_id)
115 , writer_association_(writer_association)
132 #endif // OPENDDS_DCPS_RTPS_ASSOCIATION_RECORD_H
const DCPS::ReaderAssociation reader_association_
BuiltinAssociationRecord(DCPS::TransportClient_rch transport_client, const DCPS::GUID_t &remote_id, int flags)
const DCPS::GUID_t writer_id_
const DCPS::GUID_t reader_id_
const DCPS::WriterAssociation writer_association_
const int AC_GENERATE_REMOTE_MATCHED_CRYPTO_HANDLE
const DCPS::GUID_t local_id() const
bool send_local_token() const
const int AC_REMOTE_DURABLE
const int AC_REMOTE_RELIABLE
const DCPS::GUID_t & writer_id() const
void local_tokens_sent(bool flag)
ReaderAssociationRecord(DCPS::DataReaderCallbacks_wrch callbacks, const DCPS::GUID_t &reader_id, const DCPS::WriterAssociation &writer_association)
const DCPS::GUID_t & remote_id() const
const int AC_SEND_LOCAL_TOKEN
const DCPS::DataReaderCallbacks_wrch callbacks_
const DCPS::GUID_t remote_id_
const DCPS::TransportClient_rch transport_client_
DCPS::RcHandle< WriterAssociationRecord > WriterAssociationRecord_rch
bool local_tokens_sent() const
const DCPS::GUID_t & reader_id() const
DCPS::RcHandle< ReaderAssociationRecord > ReaderAssociationRecord_rch
const DCPS::DataWriterCallbacks_wrch callbacks_
WriterAssociationRecord(DCPS::DataWriterCallbacks_wrch callbacks, const DCPS::GUID_t &writer_id, const DCPS::ReaderAssociation &reader_association)
const int AC_LOCAL_TOKENS_SENT
bool generate_remote_matched_crypto_handle() const
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
bool remote_durable() const
const DCPS::GUID_t & reader_id() const
The Internal API and Implementation of OpenDDS.
bool remote_reliable() const
const DCPS::GUID_t & writer_id() const