correct interpretation of integrals

This commit is contained in:
Nam Tran
2020-11-25 18:48:43 -06:00
parent b8550dee70
commit f24628443f
3 changed files with 17 additions and 31 deletions

View File

@@ -16,9 +16,8 @@ class Channel {
char * block_data;
bool valid;
public:
Channel(char const * ptr, size_t len);
Channel(char const * ptr, size_t len, uint32_t board);
void Print();
void Print(bool raw = false);
};
#endif /* end of include guard */