libsigrok/bindings/cxx/QuantityFlag_methods.hpp

8 lines
262 B
C++

/** Get flags corresponding to a bitmask. */
static std::vector<const QuantityFlag *>
flags_from_mask(unsigned int mask);
/** Get bitmask corresponding to a set of flags. */
static unsigned int mask_from_flags(
std::vector<const QuantityFlag *> flags);