This commit is contained in:
2020-08-26 11:11:51 +02:00
parent d44388a44e
commit 6d8168722a
3 changed files with 51 additions and 10 deletions

View File

@ -1338,13 +1338,13 @@ class Detector {
Result<uint64_t> getPatternMask(Positions pos = {});
/** [CTB][Moench][Mythen3] Sets the mask applied to every pattern to the
* selected bit mask */
* selected bits */
void setPatternMask(uint64_t mask, Positions pos = {});
/** [CTB][Moench][Mythen3] */
Result<uint64_t> getPatternBitMask(Positions pos = {}) const;
/** [CTB][Moench][Mythen3] Sets the bits that will have a pattern mask
/** [CTB][Moench][Mythen3] Selects the bits that will have a pattern mask
* applied to the selected patmask for every pattern. */
void setPatternBitMask(uint64_t mask, Positions pos = {});