15 #ifndef PSEN_SCAN_V2_STANDALONE_SCANNER_REPLY_SERIALIZATION_DESERIALIZATION_H 16 #define PSEN_SCAN_V2_STANDALONE_SCANNER_REPLY_SERIALIZATION_DESERIALIZATION_H 28 namespace data_conversion_layer
30 namespace scanner_reply
39 CRCMismatch(
const std::string& msg =
"CRC did not match!");
50 #endif // PSEN_SCAN_V2_STANDALONE_SCANNER_REPLY_SERIALIZATION_DESERIALIZATION_H
CRCMismatch(const std::string &msg="CRC did not match!")
RawData serialize(const Message &reply)
std::vector< char > RawData
Message deserialize(const data_conversion_layer::RawData &data)
Root namespace in which the software components to communicate with the scanner (firmware-version: 2)...
Exception thrown if an incorrect CRC is detected during deserialization of a data_conversion_layer::s...
Higher level data type representing a reply message from the scanner.