Man page - ibfind(3)
Packages contas this manual
- ibwrtf(3)
- ibcnt(3)
- ibrd(3)
- ibeot(3)
- ibclr(3)
- ibrpp(3)
- ibloc(3)
- ibrsv2(3)
- ibppc(3)
- ibstop(3)
- ibsad(3)
- ibrsp(3)
- ibist(3)
- ibwrta(3)
- ibsta(3)
- ibrda(3)
- ibgts(3)
- ibrdf(3)
- ibtmo(3)
- ibcac(3)
- ibvers(3)
- ibcmd(3)
- ibtrg(3)
- ibsic(3)
- ibeos(3)
- ibcmda(3)
- ibwait(3)
- ibonl(3)
- ibpct(3)
- ibrsc(3)
- ibwrt(3)
- ibbna(3)
- iblines(3)
- ibrsv(3)
- ibpad(3)
- ibspb(3)
- iberr(3)
- ibask(3)
- ibsre(3)
- ibconfig(3)
- ibfind(3)
- ibln(3)
- ibdev(3)
- ibevent(3)
Package: libgpib-doc
apt-get install libgpib-doc
apt-get install libgpib-doc
Manuals in package:
Documentations in package:
Manual
| IBFIND(3) | Traditional API Functions | IBFIND(3) |
NAME
ibfind - open a board or device (board or device)
SYNOPSIS
#include <gpib/ib.h>
int ibfind(const char *name);
DESCRIPTION
ibfind() returns a board or device descriptor based on the information found in the configuration file. To suppress error messages printed to stderr by ibfind() set the evironment variable IB_NO_ERROR before calling the routine. It is not required to use ibfind(), since device descriptors can be obtained with ibdev() and the 'board index' (minor number in the configuration file) can be used directly as a board descriptor.
RETURN VALUE
If sucessful, returns a (non-negative) board or device descriptor. On failure, -1 is returned.
COPYRIGHT
Copyright © 2003-2006, 2008 Frank Mori Hess
| 11/30/2025 | linux-gpib 4.3.7 |