Struct ParticipantDiscoveryInfo

Struct Documentation

struct ParticipantDiscoveryInfo

Class ParticipantDiscoveryInfo with discovery information of the Participant.

Public Functions

inline ParticipantDiscoveryInfo(const ParticipantProxyData &data)
inline virtual ~ParticipantDiscoveryInfo()

Public Members

DISCOVERY_STATUS status

Status.

const ParticipantProxyData &info

Participant discovery info.

Todo:

This is a reference to an object that could be deleted, thus it should not be a reference (intraprocess case -> BlackboxTests_DDS_PIM.DDSDiscovery.ParticipantProxyPhysicalData).