#include <GPIBEquipment.h>
Inheritance diagram for LibGPIB::GPIBEquipment:
List of all members.
One can use this as a base class to contruct classes to access specific GPIB instruments.
Definition at line 220 of file GPIBEquipment.h.
The default constructor.
[virtual]
The default destructor.
Send a clear signal to the device.
[protected]
Returns a reference to the controller for this equipment.
[inline]
Get the device ID of the device.
Definition at line 372 of file GPIBEquipment.h.
Get the primary address of the device.
Definition at line 360 of file GPIBEquipment.h.
Set the primary address of the device.
Definition at line 356 of file GPIBEquipment.h.
Read data from the specified device.
Get the secondary address of the device.
Definition at line 368 of file GPIBEquipment.h.
Set the secondary address of the device.
Definition at line 364 of file GPIBEquipment.h.
Send the specified string to a given device.
Set the controller for this device.
If the equipment is already connected to another controller, it will be disconnected from that controller first. A NULL pointer can be passed to this routine to indicate that the equipment is not to be connected to any controller.
Set the device in local mode.
Definition at line 222 of file GPIBEquipment.h.
[private]
The primary GPIB address of this equipment.
Definition at line 325 of file GPIBEquipment.h.
The streambuf used to communicate with the GPIBEquipment.
Definition at line 340 of file GPIBEquipment.h.
The GPIB controller to which this device is connected.
Definition at line 335 of file GPIBEquipment.h.
Device ID used by NI488 functions.
Definition at line 345 of file GPIBEquipment.h.
The secondary GPIB address of the equipment.
Definition at line 330 of file GPIBEquipment.h.