This is Unofficial EPICS BASE Doxygen Site
bitSetUtil.h
Go to the documentation of this file.
1 /*bitSetUtil.h*/
2 /*
3  * Copyright information and license terms for this software can be
4  * found in the file LICENSE that is included with the distribution
5  */
9 #ifndef BITSETUTIL_H
10 #define BITSETUTIL_H
11 
12 #include <pv/pvData.h>
13 #include <pv/bitSet.h>
14 
15 #include <shareLib.h>
16 
17 namespace epics { namespace pvData {
18 
24 public:
33  static bool compress(BitSetPtr const &bitSet,PVStructurePtr const &pvStructure);
34 };
35 
36 }}
37 #endif /*BITSETUTIL_H */
TODO only here because of the Lockable.
Definition: ntaggregate.cpp:16
Mark external symbols and entry points for shared libraries.
Compress a bitSet.
Definition: bitSetUtil.h:23
#define epicsShareClass
Definition: shareLib.h:206
std::tr1::shared_ptr< PVStructure > PVStructurePtr
Definition: pvData.h:87
std::tr1::shared_ptr< BitSet > BitSetPtr
Definition: bitSet.h:26