This is Unofficial EPICS BASE Doxygen Site
epics::pvData::BitSetUtil Class Reference

Compress a bitSet. More...

#include "bitSetUtil.h"

Static Public Member Functions

static bool compress (BitSetPtr const &bitSet, PVStructurePtr const &pvStructure)
 

Detailed Description

Compress a bitSet.

Definition at line 23 of file bitSetUtil.h.

Member Function Documentation

bool epics::pvData::BitSetUtil::compress ( BitSetPtr const &  bitSet,
PVStructurePtr const &  pvStructure 
)
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.

Parameters
bitSetthis must be a valid bitSet for pvStructure.
pvStructurethe structure.

Definition at line 73 of file bitSetUtil.cpp.

74 {
75  return checkBitSetPVField(pvStructure,bitSet,0);
76 }

The documentation for this class was generated from the following files: