Standalone tabular alphanumeric product message

This commit is contained in:
Dan Paulat 2022-01-12 19:45:21 -06:00
parent 0b063f6e8c
commit 235c060b17
3 changed files with 80 additions and 50 deletions

View file

@ -32,6 +32,7 @@ public:
size_t data_size() const override;
bool Parse(std::istream& is);
bool Parse(std::istream& is, bool skipHeader);
static constexpr size_t SIZE = 102u;