GpibUsbDevice::GpibUsbDevice |
( |
bool |
doSpawn = false | ) |
|
....................................................................... Constructors
GpibUsbDevice::~GpibUsbDevice |
( |
| ) |
|
|
virtual |
....................................................................... Destructor.
unsigned GpibUsbDevice::getAddress |
( |
| ) |
|
....................................................................... Return the GPIB network address associated with this device
void GpibUsbDevice::sendControllerCommand |
( |
std::string |
cmd, |
|
|
bool |
expectsResponse = false , |
|
|
GPIB_RESPONSE_HANDLER * |
handler = 0 , |
|
|
bool |
block = false , |
|
|
void * |
retVal = 0 |
|
) |
| |
....................................................................... Convenience accessor method to send a controller command
void GpibUsbDevice::sendDeviceCommand |
( |
std::string |
cmd, |
|
|
bool |
expectsResponse = false , |
|
|
GPIB_RESPONSE_HANDLER * |
handler = 0 , |
|
|
bool |
block = false , |
|
|
void * |
retVal = 0 |
|
) |
| |
....................................................................... Convenience accessor method to send a device command
void GpibUsbDevice::setAddress |
( |
unsigned |
address | ) |
|
....................................................................... Just store the address – don't send to the controller. This will be used in the overloaded sendDeivceCommand() method
The documentation for this class was generated from the following files: