SYNOPSIS

#include <iqueue.h>

Inherited by MembershipBookkeeping.

Public Member Functions

void * getLink (const SyncSource &source) const

This requires SyncSource - SyncSourceHandler friendship. void setLink (SyncSource &source, void *link)

void setParticipant (SyncSource &source, Participant &p)

void setState (SyncSource &source, SyncSource::State ns)

void setSender (SyncSource &source, bool active)

void setDataTransportPort (SyncSource &source, tpport_t p)

void setControlTransportPort (SyncSource &source, tpport_t p)

void setNetworkAddress (SyncSource &source, InetAddress addr)

Protected Member Functions

SyncSourceHandler ()

virtual ~SyncSourceHandler ()

Detailed Description

SyncSource objects modification methods.

Author:

Federico Montesino Pouzols [email protected]

Constructor & Destructor Documentation

SyncSourceHandler::SyncSourceHandler ()\fC [inline]\fP, \fC [protected]\fP

virtual SyncSourceHandler::~SyncSourceHandler ()\fC [inline]\fP, \fC [protected]\fP, \fC [virtual]\fP

Member Function Documentation

void* SyncSourceHandler::getLink (const \fBSyncSource\fP &source) const\fC [inline]\fP

This requires SyncSource - SyncSourceHandler friendship. Get the SyncSourceLink corresponding to a SyncSource object.

void SyncSourceHandler::setControlTransportPort (\fBSyncSource\fP &source, tpport_tp)\fC [inline]\fP

void SyncSourceHandler::setDataTransportPort (\fBSyncSource\fP &source, tpport_tp)\fC [inline]\fP

void SyncSourceHandler::setLink (\fBSyncSource\fP &source, void *link)\fC [inline]\fP

void SyncSourceHandler::setNetworkAddress (\fBSyncSource\fP &source, InetAddressaddr)\fC [inline]\fP

void SyncSourceHandler::setParticipant (\fBSyncSource\fP &source, \fBParticipant\fP &p)\fC [inline]\fP

void SyncSourceHandler::setSender (\fBSyncSource\fP &source, boolactive)\fC [inline]\fP

void SyncSourceHandler::setState (\fBSyncSource\fP &source, \fBSyncSource::State\fPns)\fC [inline]\fP

Author

Generated automatically by Doxygen for ccRTP from the source code.