13 #ifndef FINDDEVICEUSB_INCLUDE_H__
14 #define FINDDEVICEUSB_INCLUDE_H__
19 #include "DefDllExport.h"
40 std::string AltaInfo(
const std::string & deviceAddr );
41 std::string AscentInfo(
const std::string & deviceAddr );
42 std::string AspenInfo(
const std::string & deviceAddr );
44 std::string MkCamInfoStr( uint16_t Id,
47 std::vector< std::vector<uint16_t> > GetApgDevices();
48 std::string CameraInfo(CamUsbIo & usbIo);
49 bool IsDeviceAlreadyOpen( uint16_t deviceNum );
Searches usb bus for apogee devices.
Definition: FindDeviceUsb.h:23