This is Unofficial EPICS BASE Doxygen Site
clientFactory.cpp
Go to the documentation of this file.
1 
7 #include <string>
8 
9 #include <pv/lock.h>
10 
11 #define epicsExportSharedSymbols
12 #include <pv/clientFactory.h>
13 
14 using namespace epics::pvData;
15 using namespace epics::pvAccess;
16 
17 void ClientFactory::start()
18 {
19  // 'pva' registration in ChannelAccessFactory.cpp
20 }
21 
22 void ClientFactory::stop() {}
Holds all PVA related.
Definition: pvif.h:34
pvData
Definition: monitor.h:428