2#include <NDEVR/String.h>
3#include <NDEVR/Dictionary.h>
4#include <NDEVR/Connection.h>
8 class DesignObjectLookup;
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 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