API Documentation
Loading...
Searching...
No Matches
DeviceFinder.h
Go to the documentation of this file.
1#pragma once
2#include <NDEVR/String.h>
3#include <NDEVR/Dictionary.h>
4#include <NDEVR/Connection.h>
5#include <QPointer>
6namespace NDEVR
7{
8 class DesignObjectLookup;
9 class ProgressInfo;
10 class Device;
11 class Connection;
12 class LogManager;
28
30 {
31 public:
34 };
35}
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:64
Definition DesignObjectLookup.h:61
Definition DeviceFinder.h:30
virtual Buffer< QPointer< Connection > > possibleConnections(const HardwareSearchPathParameters &) const
Definition DeviceFinder.h:32
virtual Dictionary< String, Device * > findDevices(const HardwareSearchParameters &) const
Definition DeviceFinder.h:33
Definition Dictionary.h:48
Definition ProgressInfo.hpp:43
Definition ACIColor.h:37
Definition DeviceFinder.h:22
ProgressInfo * main_log
Definition DeviceFinder.h:26
Buffer< QPointer< Connection > > connections_to_search
Definition DeviceFinder.h:23
DesignObjectLookup * lookup
Definition DeviceFinder.h:24
ProgressInfo * raw_network_log
Definition DeviceFinder.h:25
Definition DeviceFinder.h:14
ProgressInfo * main_log
Definition DeviceFinder.h:19
Buffer< String > custom_connections
Definition DeviceFinder.h:15
DesignObjectLookup * lookup
Definition DeviceFinder.h:16
ProgressInfo * raw_network_log
Definition DeviceFinder.h:17
ProgressInfo * connection_status_log
Definition DeviceFinder.h:18