libsigrok/bindings/cxx/QuantityFlag_methods.hpp

8 lines
252 B
C++
Raw Normal View History

/** Get flags corresponding to a bitmask. */
2014-07-17 17:39:49 +00:00
static vector<const QuantityFlag *>
flags_from_mask(unsigned int mask);
/** Get bitmask corresponding to a set of flags. */
static unsigned int mask_from_flags(
vector<const QuantityFlag *> flags);