![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Options for a server insatnce. More...
#include "serverContext.h"
Public Member Functions | |
Config () | |
Config & | config (const Configuration::const_shared_pointer &c) |
Use specific configuration. Default is process environment. More... | |
Config & | providers (const std::vector< ChannelProvider::shared_pointer > &p) |
Attach many providers. More... | |
Config & | provider (const ChannelProvider::shared_pointer &p) |
short hand for providers() with a length 1 vector. More... | |
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.