pvAccessCPP 7.1.8
Loading...
Searching...
No Matches
clientFactory.h
1
7#ifndef CLIENTFACTORY_H
8#define CLIENTFACTORY_H
9
10#include <shareLib.h>
11
12namespace epics {
13namespace pvAccess {
14
15class epicsShareClass ClientFactory {
16public:
17 static void start();
18 static void stop();
19};
20
21}
22}
23
24#endif /* CLIENTFACTORY_H */
size_t start() const
Copyright - See the COPYRIGHT that is included with this distribution.