#include <memory>
#include <mutex>
#include <future>
#include <functional>
#include <boost/optional.hpp>
#include "psen_scan_v2_standalone/scanner_interface.h"
#include "psen_scan_v2_standalone/protocol_layer/scanner_events.h"
#include "psen_scan_v2_standalone/protocol_layer/scanner_state_machine.h"
#include "psen_scan_v2_standalone/util/watchdog.h"
Go to the source code of this file.
Classes | |
class | psen_scan_v2_standalone::ScannerV2 |
This is the implementation of the Scanner API defined by IScanner. More... | |
Namespaces | |
psen_scan_v2_standalone | |
Root namespace in which the software components to communicate with the scanner (firmware-version: 2) are realised/implemented. | |