libapogee  3.0.2865
Public Member Functions
FindDeviceUsb Class Reference

Searches usb bus for apogee devices. More...

#include <FindDeviceUsb.h>

List of all members.

Public Member Functions

virtual ~FindDeviceUsb ()
std::string Find ()

Detailed Description

Searches usb bus for apogee devices.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Copyright(c) 2009 Apogee Instruments, Inc.


Constructor & Destructor Documentation

virtual FindDeviceUsb::~FindDeviceUsb ( ) [virtual]

Member Function Documentation

std::string FindDeviceUsb::Find ( )

Searches the USB bus for Apogee devices

Returns:
Returns a <d></d> demlited string for found devices. A null string of <d></d> is returned if no device is found. This example shows the string return with one camera and one filter wheel is attached to the host PC,
<d>address=0,interface=usb,deviceType=camera,id=0x49,firmwareRev=0x21,model=AltaU-4020ML,interfaceStatus=NA</d><d>address=1,interface=usb,model=Filter Wheel,deviceType=filterWheel,id=0xFFFF,firmwareRev=0xFFEE</d> 

The documentation for this class was generated from the following file: