logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SyncSourceHandler - SyncSource objects modification methods.

Author

       Generated automatically by Doxygen for ccRTP from the source code.

                                                      ccRTP                                 SyncSourceHandler(3)

Constructor & Destructor Documentation

SyncSourceHandler::SyncSourceHandler()[inline],[protected]virtualSyncSourceHandler::~SyncSourceHandler()[inline],[protected],[virtual]

Detailed Description

SyncSource objects modification methods.

       Author
           Federico Montesino Pouzols fedemp@altern.org

Member Function Documentation

void*SyncSourceHandler::getLink(constSyncSource&source)const[inline]
       This requires SyncSource - SyncSourceHandler friendship. Get the SyncSourceLink corresponding to a
       SyncSource object.

   voidSyncSourceHandler::setControlTransportPort(SyncSource&source,tpport_tp)[inline]voidSyncSourceHandler::setDataTransportPort(SyncSource&source,tpport_tp)[inline]voidSyncSourceHandler::setLink(SyncSource&source,void*link)[inline]voidSyncSourceHandler::setNetworkAddress(SyncSource&source,InetAddressaddr)[inline]voidSyncSourceHandler::setParticipant(SyncSource&source,Participant&p)[inline]voidSyncSourceHandler::setSender(SyncSource&source,boolactive)[inline]voidSyncSourceHandler::setState(SyncSource&source,SyncSource::Statens)[inline]

Name

       SyncSourceHandler - SyncSource objects modification methods.

Synopsis

       #include <iqueue.h>

       Inherited by MembershipBookkeeping.

   PublicMemberFunctions
       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)

   ProtectedMemberFunctionsSyncSourceHandler ()
       virtual ~SyncSourceHandler ()

See Also