This is Unofficial EPICS BASE Doxygen Site
pvas::DynamicProvider::Search Class Reference

A single client serach request. May be associated with more than one name. More...

#include "server.h"

Public Member Functions

const std::string & name () const
 The name being queried. More...
 
bool claimed () const
 Stake a claim. More...
 
void claim ()
 Has been claimed() More...
 
const ::epics::pvAccess::PeerInfopeer () const
 

Friends

struct Impl
 

Detailed Description

A single client serach request. May be associated with more than one name.

Definition at line 171 of file server.h.

Member Function Documentation

void pvas::DynamicProvider::Search::claim ( )
inline

Has been claimed()

Definition at line 185 of file server.h.

185 { isclaimed = true; }
bool pvas::DynamicProvider::Search::claimed ( ) const
inline

Stake a claim.

Definition at line 183 of file server.h.

183 { return isclaimed; }
const std::string& pvas::DynamicProvider::Search::name ( ) const
inline

The name being queried.

Definition at line 181 of file server.h.

181 { return cname; }
const ::epics::pvAccess::PeerInfo* pvas::DynamicProvider::Search::peer ( ) const
inline

Information about peer making search request. May be NULL if not information is available.

Since
>7.1.0

Definition at line 189 of file server.h.

189 { return peerinfo; }

Friends And Related Function Documentation

friend struct Impl
friend

Definition at line 172 of file server.h.


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