pvAccessCPP 7.1.8
Loading...
Searching...
No Matches
pvas::DynamicProvider::Search Class Reference

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

#include <server/pva/server.h>

Public Member Functions

const std::string & name () const
 The name being queried.
 
bool claimed () const
 Stake a claim.
 
void claim ()
 Has been claimed()
 
const ::epics::pvAccess::PeerInfopeer () const
 Information about peer making search request.
 

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

◆ claim()

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

Has been claimed()

Definition at line 185 of file server.h.

◆ claimed()

bool pvas::DynamicProvider::Search::claimed ( ) const
inline

Stake a claim.

Definition at line 183 of file server.h.

◆ name()

const std::string & pvas::DynamicProvider::Search::name ( ) const
inline

The name being queried.

Definition at line 181 of file server.h.

◆ peer()

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.

Friends And Related Symbol Documentation

◆ Impl

friend struct Impl
friend

Definition at line 172 of file server.h.


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