A TopicInstance encapsulates a dds::sub::Sample and its associated dds::core::InstanceHandle.
More...
#include "TopicInstance.hpp"
template<typename T>
class dds::topic::TopicInstance< T >
A TopicInstance encapsulates a dds::sub::Sample and its associated dds::core::InstanceHandle.
- See also
- Topic Definition
-
dds::sub::Sample
-
dds::core::InstanceHandle
Definition at line 30 of file TopicInstance.hpp.
◆ TopicInstance() [1/3]
◆ TopicInstance() [2/3]
◆ TopicInstance() [3/3]
Construct a TopicInstance with an InstanceHandle and a sample type.
- Parameters
-
h | the InstanceHandle |
sample | the <Type> |
◆ handle() [1/2]
Get the InstanceHandle.
- Returns
- the InstanceHandle for the TopicInstance
◆ handle() [2/2]
Set the InstanceHandle.
- Parameters
-
◆ operator const ::dds::core::InstanceHandle()
Conversion operator to get the InstanceHandle.
- Returns
- the InstanceHandle for the TopicInstance
◆ sample() [1/3]
◆ sample() [2/3]
◆ sample() [3/3]
Set the data sample
- Parameters
-
The documentation for this class was generated from the following file: