OpenDDS
Snapshot(2023/04/07-19:43)
|
#include <CoherentChangeControl.h>
Public Member Functions | |
WriterCoherentSample (ACE_UINT32 num_sample=0, SequenceNumber last_sample=SequenceNumber()) | |
void | reset () |
Public Attributes | |
ACE_UINT32 | num_samples_ |
SequenceNumber | last_sample_ |
Definition at line 31 of file CoherentChangeControl.h.
ACE_INLINE OpenDDS::DCPS::WriterCoherentSample::WriterCoherentSample | ( | ACE_UINT32 | num_sample = 0 , |
SequenceNumber | last_sample = SequenceNumber() |
||
) |
Definition at line 16 of file CoherentChangeControl.inl.
References ACE_INLINE.
ACE_INLINE void OpenDDS::DCPS::WriterCoherentSample::reset | ( | void | ) |
Definition at line 25 of file CoherentChangeControl.inl.
References ACE_INLINE, last_sample_, and num_samples_.
SequenceNumber OpenDDS::DCPS::WriterCoherentSample::last_sample_ |
Definition at line 38 of file CoherentChangeControl.h.
Referenced by OpenDDS::DCPS::DataWriterImpl::end_coherent_changes(), OpenDDS::DCPS::operator<<(), OpenDDS::DCPS::operator>>(), and reset().
ACE_UINT32 OpenDDS::DCPS::WriterCoherentSample::num_samples_ |
Definition at line 37 of file CoherentChangeControl.h.
Referenced by OpenDDS::DCPS::DataWriterImpl::end_coherent_changes(), OpenDDS::DCPS::operator<<(), OpenDDS::DCPS::operator>>(), and reset().