![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Compress a bitSet. More...
#include "bitSetUtil.h"
Static Public Member Functions | |
static bool | compress (BitSetPtr const &bitSet, PVStructurePtr const &pvStructure) |
Compress a bitSet.
Definition at line 23 of file bitSetUtil.h.
|
static |
compress the bitSet for a pvStructure. In all subfields of a structure have been modified then the bit for the structure is set and all the subfield bits are cleared.
bitSet | this must be a valid bitSet for pvStructure. |
pvStructure | the structure. |
Definition at line 73 of file bitSetUtil.cpp.