void FindChannelLimits(uint64 mask, uint64 &HighestBit, uint64 &LowestBit)
A utility routine your plug-in can use to help work with raw data efficiently. See 'Data Masks, pack and findchannellimits' below
uint64 pack(uint64 dat, uint64 mask, uint64 HighBit, uint64 LowBit)
A utility routine your plug-in can use to help work with raw data efficiently. See 'Data Masks, pack and findchannellimits' below