Go to the source code of this file.
|  | 
|  | psen_scan_v2_standalone | 
|  | Root namespace in which the software components to communicate with the scanner (firmware-version: 2) are realised/implemented. 
 | 
|  | 
|  | 
| #define | BIND_EVENT(event_name)   std::bind(&ScannerV2::triggerEvent<event_name>, this) | 
|  | 
| #define | BIND_RAW_DATA_EVENT(event_name)   [this](const data_conversion_layer::RawDataConstPtr& data, const std::size_t& num_bytes, const int64_t& timestamp){ triggerEventWithParam(event_name(data, num_bytes, timestamp)); } | 
|  | 
◆ BIND_EVENT
      
        
          | #define BIND_EVENT | ( |  | event_name | ) | std::bind(&ScannerV2::triggerEvent<event_name>, this) | 
      
 
 
◆ BIND_RAW_DATA_EVENT
      
        
          | #define BIND_RAW_DATA_EVENT | ( |  | event_name | ) | [this](const data_conversion_layer::RawDataConstPtr& data, const std::size_t& num_bytes, const int64_t& timestamp){ triggerEventWithParam(event_name(data, num_bytes, timestamp)); } |