15 #ifndef VISIONTRANSFER_DEVICEENUMERATION_H 16 #define VISIONTRANSFER_DEVICEENUMERATION_H 19 #include "visiontransfer/common.h" 20 #include "visiontransfer/deviceinfo.h" 32 typedef std::vector<DeviceInfo> DeviceList;
46 DeviceInfo* devices = getDevicesPointer(&numDevices);
47 std::vector<DeviceInfo> ret(devices, &devices[numDevices]);
60 DeviceInfo* getDevicesPointer(
int* numDevices);
DeviceList discoverDevices()
Discovers new devices and returns the list of all devices that have been found.
Aggregates information about a discovered device.
Allows for the discovery of devices in the network.