pDeviceBindings
Syntax
Windows: vector<wstring> * pDeviceBindings
Linux/Solaris: vector<string> *pDeviceBindings
Type
Windows: std::vector<wstring> pointer
Linux/Solaris: vector<string> pointer
Required Headers
CController.h
Namespace
arc
Remarks
Pointer to a std::vector class that is used to store the device bindings found by the device driver. The bindings are driver instances that are each attached to their own ARC PCI boards in the host computer.

The windows version uses wide ( unicode ) strings ( std::wstring ), while solaris and linux use standard strings ( std::string ). On windows these names are cryptic strings that are determined by the OS, while on linux and solaris they are set to /dev/astropci0, /dev/astropci1, etc.

See also:
GetDeviceBindings
GetDeviceBindingCount
Example
None

© Astronomical Research Cameras, Inc.