Struct ParticipantDiscoveryInfo

Struct Documentation

struct ParticipantDiscoveryInfo

Class ParticipantDiscoveryInfo with discovery information of the Participant.

Public Types

enum DISCOVERY_STATUS

Enum DISCOVERY_STATUS, four different status for discovered participants.

Values:

enumerator DISCOVERED_PARTICIPANT
enumerator CHANGED_QOS_PARTICIPANT
enumerator REMOVED_PARTICIPANT
enumerator DROPPED_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).