This is Unofficial EPICS BASE Doxygen Site
caProvider.h
Go to the documentation of this file.
1 
10 #ifndef CAPROVIDER_H
11 #define CAPROVIDER_H
12 
13 #include <shareLib.h>
14 #include <pv/pvAccess.h>
15 
16 struct ca_client_context;
17 
18 namespace epics {
19 namespace pvAccess {
20 namespace ca {
21 
42 {
43 public:
47  static void start();
52  static void stop();
53 };
54 
55 }}}
56 
57 #endif /* CAPROVIDER_H */
TODO only here because of the Lockable.
Definition: ntaggregate.cpp:16
CAClientFactory is a channel provider for the ca network provider.
Definition: caProvider.h:41
Mark external symbols and entry points for shared libraries.
#define epicsShareClass
Definition: shareLib.h:206