|
pvAccessCPP 7.1.8
|
Options for a server insatnce. More...
#include <server/pv/serverContext.h>
Public Member Functions | |
| Config & | config (const Configuration::const_shared_pointer &c) |
| Use specific configuration. Default is process environment. | |
| Config & | providers (const std::vector< ChannelProvider::shared_pointer > &p) |
| Attach many providers. | |
| Config & | provider (const ChannelProvider::shared_pointer &p) |
| short hand for providers() with a length 1 vector. | |
Friends | |
| class | ServerContext |
Options for a server insatnce.
Definition at line 103 of file serverContext.h.
|
inline |
Definition at line 108 of file serverContext.h.
|
inline |
Use specific configuration. Default is process environment.
Definition at line 110 of file serverContext.h.
|
inline |
short hand for providers() with a length 1 vector.
Definition at line 114 of file serverContext.h.
|
inline |
Attach many providers.
Definition at line 112 of file serverContext.h.
|
friend |
Definition at line 104 of file serverContext.h.