15 #ifndef PSEN_SCAN_V2_STANDALONE_EVENTS_H 16 #define PSEN_SCAN_V2_STANDALONE_EVENTS_H 25 namespace protocol_layer
30 namespace scanner_events
52 const std::size_t& num_bytes,
53 const int64_t& timestamp)
54 : data_(data), num_bytes_(num_bytes), timestamp_(timestamp)
74 const std::size_t& num_bytes,
75 const int64_t& timestamp)
76 : data_(data), num_bytes_(num_bytes), timestamp_(timestamp)
100 #endif // PSEN_SCAN_V2_STANDALONE_EVENTS_H const std::size_t num_bytes_
RawReplyReceived(const data_conversion_layer::RawDataConstPtr &data, const std::size_t &num_bytes, const int64_t ×tamp)
const std::size_t num_bytes_
std::shared_ptr< const RawData > RawDataConstPtr
User requests scanner to start.
RawMonitoringFrameReceived(const data_conversion_layer::RawDataConstPtr &data, const std::size_t &num_bytes, const int64_t ×tamp)
Triggered whenever the receiving of a reply message failes.
const data_conversion_layer::RawDataConstPtr data_
User requests scanner to stop.
const data_conversion_layer::RawDataConstPtr data_
Timeout while waiting for MonitoringFrame.
Root namespace in which the software components to communicate with the scanner (firmware-version: 2)...
Received Start- or Stop-Reply message from scanner device.
Timeout while waiting for scanner device to start.
Triggered whenever the receiving of a monitoring frame failes.
Received monitoring frame from scanner device.