#include <memory>#include <vector>

Go to the source code of this file.
| Namespaces | |
| psen_scan_v2_standalone | |
| Root namespace in which the software components to communicate with the scanner (firmware-version: 2) are realised/implemented. | |
| psen_scan_v2_standalone::data_conversion_layer | |
| Contains the data serialization and deserialization layer. | |
| Typedefs | |
| using | psen_scan_v2_standalone::data_conversion_layer::RawData = std::vector< char > | 
| using | psen_scan_v2_standalone::data_conversion_layer::RawDataConstPtr = std::shared_ptr< const RawData > | 
| using | psen_scan_v2_standalone::data_conversion_layer::RawDataPtr = std::shared_ptr< RawData > | 
| Variables | |
| static constexpr std::size_t | psen_scan_v2_standalone::data_conversion_layer::MAX_UDP_PAKET_SIZE { 65507 } |