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

Options for a server insatnce. More...

#include <server/pv/serverContext.h>

Public Member Functions

Configconfig (const Configuration::const_shared_pointer &c)
 Use specific configuration. Default is process environment.
 
Configproviders (const std::vector< ChannelProvider::shared_pointer > &p)
 Attach many providers.
 
Configprovider (const ChannelProvider::shared_pointer &p)
 short hand for providers() with a length 1 vector.
 

Friends

class ServerContext
 

Detailed Description

Options for a server insatnce.

Definition at line 103 of file serverContext.h.

Constructor & Destructor Documentation

◆ Config()

epics::pvAccess::ServerContext::Config::Config ( )
inline

Definition at line 108 of file serverContext.h.

Member Function Documentation

◆ config()

Config & epics::pvAccess::ServerContext::Config::config ( const Configuration::const_shared_pointer & c)
inline

Use specific configuration. Default is process environment.

Definition at line 110 of file serverContext.h.

◆ provider()

Config & epics::pvAccess::ServerContext::Config::provider ( const ChannelProvider::shared_pointer & p)
inline

short hand for providers() with a length 1 vector.

Definition at line 114 of file serverContext.h.

◆ providers()

Config & epics::pvAccess::ServerContext::Config::providers ( const std::vector< ChannelProvider::shared_pointer > & p)
inline

Attach many providers.

Definition at line 112 of file serverContext.h.

Friends And Related Symbol Documentation

◆ ServerContext

friend class ServerContext
friend

Definition at line 104 of file serverContext.h.


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