9 #ifndef FAIR_MQ_SDK_DDSCOLLECTION_H 10 #define FAIR_MQ_SDK_DDSCOLLECTION_H 28 using Id = std::uint64_t;
34 Id GetId()
const {
return fId; }
36 friend auto operator<<(std::ostream& os,
const DDSCollection& collection) -> std::ostream&
38 return os <<
"DDSCollection id: " << collection.fId;
Represents a DDS collection.
Definition: DDSCollection.h:25
Tools for interfacing containers to the transport via polymorphic allocators.
Definition: DeviceRunner.h:23