Man page - ibsta(3)

Packages contains this manual

Manual

IBSTA

NAME
SYNOPSIS
DESCRIPTION
COPYRIGHT

NAME

ibsta - holds status

SYNOPSIS

#include <gpib/ib.h>

volatile int ibsta;

DESCRIPTION

ibsta is set whenever a function from the 'traditional' or 'multidevice' API is called. Each of the bits in ibsta has a different meaning, summarized in the following table:

Table 4. ibsta Bits

Image grohtml-481675-1.png

If you wish to avoid using a global variable, you may instead use ThreadIbsta() which returns a thread-specific value.

COPYRIGHT

Copyright © 2003-2006, 2008 Frank Mori Hess