EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  <19992000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  <19992000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: drvGpib.c
From: Ned Arnold <[email protected]>
To: [email protected]
Date: Fri, 30 Jul 1999 10:48:09 -0500 (CDT)
Hello all -

The following comment in drvGpib.c says the EndOfString character terminator
is not supported for the NI1014. Has anyone added this feature for the 
NI1014 ?


	Ned
	


/******************************************************************************
 *
 * A device support callable entry point used to read data from GPIB devices.
 *
 * This function returns the number of bytes read from the device, or ERROR
 * if the read operation failed.
 *
 * This routine can terminate a read on receipt of the end-of-string (Eos)
 * character.  Note that this is presently only supported for HiDEOS. The
 * EOS parameter is presently ignored by the NI and Bitbus routines. Support
 * for EOS on these may be added in the future.
 *
 ******************************************************************************/
int readIbEos(
struct ibLink       *pibLink,
int         gpibAddr,   /* the device number to read the data from */
char            *data,      /* the buffer to place the data into */
int         length,     /* max number of bytes to place into the buffer */
int         time,       /* max time to allow for read operation */
int         eos)        /* End-of-string character, -1 if none */
{



Navigate by Date:
Prev: symLib Tatiana V. Salikova
Next: Re: symLib Andrew Johnson
Index: 1994  1995  1996  1997  1998  <19992000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: symLib Andrew Johnson
Next: Release of ipac V2-1 Andrew Johnson
Index: 1994  1995  1996  1997  1998  <19992000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 10 Aug 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·