3#include <NDEVR/Connection.h>
4#include <NDEVR/ScannerFactory.h>
10 class JORVIK_API JorvikConnection :
public Connection
19 JorvikConnection(
const ConnectionInfo& connection,
const Model& model, InfoPipe* raw_network_log =
nullptr, InfoPipe* log =
nullptr, QObject* parent =
nullptr);
24 class JORVIK_API JorvikFactory :
public ScannerFactory
28 virtual ~JorvikFactory();
32 virtual Buffer<QPointer<Connection>> possibleConnections(
const HardwareSearchPathParameters& params)
const override;
33 virtual Scanner3D* connectToScanner(QPointer<Connection> connection_to_try, DesignObjectLookup* lookup)
const override;
A standard interface for all types of connections that allow transmitting and receiving of data betwe...
The primary namespace for the NDEVR SDK.