pvAccessCPP  7.1.7-dev
Public Member Functions | List of all members
epics::pvAccess::BeaconHandler Class Reference

BeaconHandler. More...

#include <remote/pv/beaconHandler.h>

Public Member Functions

 POINTER_DEFINITIONS (BeaconHandler)
 
 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.) More...
 

Detailed Description

BeaconHandler.

Definition at line 35 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.

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