OpenDDS
Snapshot(2023/04/07-19:43)
|
import"monitor.idl";
Public Attributes | |
GUID_t | dp_id |
GUID of the Domain Participant this Data Writer belongs to. More... | |
DDS::InstanceHandle_t | pub_handle |
Instance handle of this Data Writer's Publisher. More... | |
key GUID_t | dw_id |
GUID for the Data Writer. More... | |
GUID_t | topic_id |
GUID for the Topic this Data Writer is using. More... | |
DDS::InstanceHandleSeq | instances |
Sequence of instances that this Data Writer has registered. More... | |
DWAssociations | associations |
Sequence of Data Reader GUIDs that this Data Writer is associated with. More... | |
NVPSeq | values |
Definition at line 113 of file monitor.idl.
DWAssociations OpenDDS::DCPS::DataWriterReport::associations |
Sequence of Data Reader GUIDs that this Data Writer is associated with.
Definition at line 125 of file monitor.idl.
Referenced by OpenDDS::DCPS::DWMonitorImpl::report().
GUID_t OpenDDS::DCPS::DataWriterReport::dp_id |
GUID of the Domain Participant this Data Writer belongs to.
Definition at line 115 of file monitor.idl.
Referenced by OpenDDS::DCPS::DWMonitorImpl::report().
GUID for the Data Writer.
Definition at line 119 of file monitor.idl.
Referenced by OpenDDS::DCPS::DWMonitorImpl::report().
DDS::InstanceHandleSeq OpenDDS::DCPS::DataWriterReport::instances |
Sequence of instances that this Data Writer has registered.
Definition at line 123 of file monitor.idl.
Referenced by OpenDDS::DCPS::DWMonitorImpl::report().
DDS::InstanceHandle_t OpenDDS::DCPS::DataWriterReport::pub_handle |
Instance handle of this Data Writer's Publisher.
Definition at line 117 of file monitor.idl.
Referenced by OpenDDS::DCPS::DWMonitorImpl::report().
GUID_t OpenDDS::DCPS::DataWriterReport::topic_id |
GUID for the Topic this Data Writer is using.
Definition at line 121 of file monitor.idl.
Referenced by OpenDDS::DCPS::DWMonitorImpl::report().
NVPSeq OpenDDS::DCPS::DataWriterReport::values |
Definition at line 126 of file monitor.idl.