This is Unofficial EPICS BASE Doxygen Site
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
23
class
epicsShareClass
BitSetUtil
{
24
public
:
33
static
bool
compress(
BitSetPtr
const
&bitSet,
PVStructurePtr
const
&pvStructure);
34
};
35
36
}}
37
#endif
/*BITSETUTIL_H */
epics
TODO only here because of the Lockable.
Definition:
ntaggregate.cpp:16
shareLib.h
Mark external symbols and entry points for shared libraries.
bitSet.h
epics::pvData::BitSetUtil
Compress a bitSet.
Definition:
bitSetUtil.h:23
epicsShareClass
#define epicsShareClass
Definition:
shareLib.h:206
epics::pvData::PVStructurePtr
std::tr1::shared_ptr< PVStructure > PVStructurePtr
Definition:
pvData.h:87
epics::pvData::BitSetPtr
std::tr1::shared_ptr< BitSet > BitSetPtr
Definition:
bitSet.h:26
pvData.h
modules
pvData
src
pvMisc
pv
bitSetUtil.h
Generated by
1.8.11