pvAccessCPP 7.1.8
Loading...
Searching...
No Matches
epics::pvAccess::BeaconHandler Class Reference

BeaconHandler. More...

#include <remote/pv/beaconHandler.h>

Public Types

typedef std::tr1::shared_ptr< BeaconHandlershared_pointer
 
typedef std::tr1::shared_ptr< const BeaconHandlerconst_shared_pointer
 
typedef std::tr1::weak_ptr< BeaconHandlerweak_pointer
 
typedef std::tr1::weak_ptr< const BeaconHandlerconst_weak_pointer
 

Public Member Functions

 BeaconHandler (Context::shared_pointer const &context, const osiSockAddr *responseFrom)
 Constructor.
 
void beaconNotify (osiSockAddr *from, epics::pvData::int8 remoteTransportRevision, epics::pvData::TimeStamp *timestamp, ServerGUID const &guid, epics::pvData::int16 sequentalID, epics::pvData::int16 changeCount, const epics::pvData::PVFieldPtr &data)
 Update beacon period and do analitical checks (server restared, routing problems, etc.)
 

Friends

class ::InternalClientContextImpl
 

Detailed Description

BeaconHandler.

Definition at line 43 of file beaconHandler.h.

Member Typedef Documentation

◆ const_shared_pointer

std::tr1::shared_ptr<const BeaconHandler> epics::pvAccess::BeaconHandler::const_shared_pointer

Definition at line 46 of file beaconHandler.h.

◆ const_weak_pointer

std::tr1::weak_ptr<const BeaconHandler> epics::pvAccess::BeaconHandler::const_weak_pointer

Definition at line 46 of file beaconHandler.h.

◆ shared_pointer

std::tr1::shared_ptr<BeaconHandler> epics::pvAccess::BeaconHandler::shared_pointer

Definition at line 46 of file beaconHandler.h.

◆ weak_pointer

std::tr1::weak_ptr<BeaconHandler> epics::pvAccess::BeaconHandler::weak_pointer

Definition at line 46 of file beaconHandler.h.

Member Function Documentation

◆ beaconNotify()

void epics::pvAccess::BeaconHandler::beaconNotify ( osiSockAddr * from,
epics::pvData::int8 remoteTransportRevision,
epics::pvData::TimeStamp * timestamp,
ServerGUID const & guid,
epics::pvData::int16 sequentalID,
epics::pvData::int16 changeCount,
const epics::pvData::PVFieldPtr & data )

Update beacon period and do analitical checks (server restared, routing problems, etc.)

Parameters
fromwho is notifying.
remoteTransportRevisionencoded (major, minor) revision.
guidserver GUID.
sequentalIDsequential ID.
changeCountchange count.
dataserver status data, can be NULL.

Friends And Related Symbol Documentation

◆ ::InternalClientContextImpl

friend class ::InternalClientContextImpl
friend

Definition at line 116 of file beaconHandler.h.


The documentation for this class was generated from the following file: