Parse Volume Coverage Pattern Data (Message Type 5)

This commit is contained in:
Dan Paulat 2021-06-20 00:27:13 -05:00
parent 2fc12d44db
commit 517c77cb5f
7 changed files with 635 additions and 52 deletions

View file

@ -33,7 +33,7 @@ bool Message::ValidateMessage(std::istream& is, size_t bytesRead) const
if (is.eof())
{
BOOST_LOG_TRIVIAL(warning) << logPrefix_ << "Reached end of file";
BOOST_LOG_TRIVIAL(warning) << logPrefix_ << "Reached end of data stream";
messageValid = false;
}
else if (is.fail())