Program Listing for File bitSetUtil.h

Return to documentation for file (src/pvMisc/pv/bitSetUtil.h)

/*bitSetUtil.h*/
/*
 * Copyright information and license terms for this software can be
 * found in the file LICENSE that is included with the distribution
 */
#ifndef BITSETUTIL_H
#define BITSETUTIL_H

#include <pv/pvData.h>
#include <pv/bitSet.h>

#include <shareLib.h>

namespace epics { namespace pvData {

class epicsShareClass BitSetUtil {
public:
    static bool compress(BitSetPtr const &bitSet,PVStructurePtr const &pvStructure);
};

}}
#endif /*BITSETUTIL_H */