OpenDDS
Snapshot(2023/04/28-20:55)
|
#include "Definitions.h"
#include "GuidUtils.h"
#include "Serializer.h"
#include "SequenceNumber.h"
#include "PoolAllocator.h"
#include <dds/DdsDcpsInfoUtilsC.h>
#include <iosfwd>
Go to the source code of this file.
Classes | |
struct | OpenDDS::DCPS::WriterCoherentSample |
struct | OpenDDS::DCPS::CoherentChangeControl |
End Coherent Change message. More... | |
Namespaces | |
OpenDDS | |
The Internal API and Implementation of OpenDDS. | |
OpenDDS::DCPS | |
Functions | |
typedef | OpenDDS::DCPS::OPENDDS_MAP_CMP (GUID_t, WriterCoherentSample, GUID_tKeyLessThan) GroupCoherentSamples |
ACE_CDR::Boolean | OpenDDS::DCPS::operator<< (Serializer &serializer, CoherentChangeControl &value) |
Marshal/Insertion into a buffer. More... | |
ACE_CDR::Boolean | OpenDDS::DCPS::operator>> (Serializer &serializer, CoherentChangeControl &value) |
OpenDDS_Dcps_Export std::ostream & | OpenDDS::DCPS::operator<< (std::ostream &str, const CoherentChangeControl &value) |
Message header insertion onto an ostream. More... | |