Class BitSetUtil

Class Documentation

class BitSetUtil

Compress a bitSet.

Public Static Functions

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

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
  • bitSet – this must be a valid bitSet for pvStructure.

  • pvStructure – the structure.