7 #ifndef __PVDEVICEFINDERWND_H__ 8 #define __PVDEVICEFINDERWND_H__ 12 #include <PvDeviceInfo.h> 15 class DeviceFinderWnd;
29 void GetGEVEnabled(
bool &aSelectable,
bool &aVisible )
const;
30 void SetGEVEnabled(
bool aSelectable,
bool aVisible );
32 void GetU3VEnabled(
bool &aSelectable,
bool &aVisible )
const;
33 void SetU3VEnabled(
bool aSelectable,
bool aVisible );
35 void GetPleoraProtocolEnabled(
bool &aSelectable,
bool &aVisible )
const;
36 void SetPleoraProtocolEnabled(
bool aSelectable,
bool aVisible );
A user interface that finds all GigE Vision, USB3 Vision and Pleora Protocol devices on a network and...
Definition: PvDeviceFinderWnd.h:18
Base class defining common functionality for all user interface classes.
Definition: PvWnd.h:19
Information identifying a device.
Definition: PvDeviceInfo.h:18