|
Wasatch.VCPP 1.0.19
Visual C++ driver for Wasatch Photonics spectrometers
|
A proxy customer-facing class providing an object-oriented / STL-based interface to command and control the WasatchVCPP library. More...
#include <WasatchVCPP.h>
Public Member Functions | |
| Driver () | |
| Instantiate a Proxy::Driver. | |
| bool | setLogfile (const std::string &pathname) |
| bool | setLogLevel (int level) |
| std::string | getLibraryVersion () |
| int | openAllSpectrometers () |
| Spectrometer * | getSpectrometer (int index) |
| Retrieve a handle to one Spectrometer. More... | |
| bool | closeAllSpectrometers () |
| void | destroy () |
Public Attributes | |
| int | numberOfSpectrometers = 0 |
| number of spectrometers found (set by openAllSpectrometers) | |
A proxy customer-facing class providing an object-oriented / STL-based interface to command and control the WasatchVCPP library.
|
inline |
|
inline |
|
inline |
|
inline |
Retrieve a handle to one Spectrometer.
@peram specIndex (Input) which spectrometer (less than numberOfSpectrometers)
|
inline |
|
inline |
|
inline |