bitparser: add verbose mode

This commit is contained in:
Gwenhael Goavec-Merou
2019-11-21 08:55:58 +01:00
parent 52defc14fd
commit 7b4b2cbadf
2 changed files with 25 additions and 31 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
class BitParser: public ConfigBitstreamParser {
public:
BitParser(std::string filename);
BitParser(std::string filename, bool verbose = false);
~BitParser();
int parse();