EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  <20012002  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  1999  2000  <20012002  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: Re: porting record to 3.13.4
From: Andy Foster <[email protected]>
To: Pedro Gigoux <[email protected]>
Cc: EPICS Tech-Talk <[email protected]>
Date: Wed, 24 Oct 2001 12:23:41 +0100 (BST)
Hi Pedro,

On Mon, 22 Oct 2001, Pedro Gigoux wrote:

> Hi,
>
> I'm porting a record support routine from EPICS 3.12.3 to 3.13.4 and
> found calls to the following routines that are no longer supported:
>
> 	status = recGblPutFastLink (&(pmr->dstl), (void *) pmr,
> 			&(pmr->dsta));

  status = dbPutLink( &(pmr->dbgl), DBR_xxx, &(pmr->dsta), 1);

DBR_xxx is the type of the field to which the link refers.

>
> 	status = recGblInitFastInLink (&(pmr->dbgl),(void *) pmr,
> 			DBR_ENUM, "DBUG")
>
> 	status = recGblInitFastOutLink (&(pmr->dstl),(void *) pmr,
> 			DBR_LONG, "DSTA");

These two calls are no longer required.


To initialise a CONSTANT link, use:

recGblInitConstantLink( &pai->siml, DBF_USHORT, &pai->simm );
(for example)

>
> DSTL and DBGL are an output link and input link respectively. Can
> someone give me a hint on what are the routines I'm supposed to use now
> and how the calling sequence should look like?
>
> Thank you,
>
> Pedro Gigoux
> Gemini Observatory
>
>

Cheers,

Andy

--------------------------------------------------------------------
Observatory Sciences Limited    Email: [email protected]
William James House             Tel: 44 - (0)1223 - 508259
Cowley Road                     Fax: 44 - (0)1223 - 508258
Cambridge, CB4 0WX, UK          http://www.observatorysciences.co.uk



References:
porting record to 3.13.4 Pedro Gigoux

Navigate by Date:
Prev: Re: embedded linux experiences Andrew Johnson
Next: Re: calculation record question Bob Dalesio
Index: 1994  1995  1996  1997  1998  1999  2000  <20012002  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: porting record to 3.13.4 (part 2) Marty Kraimer
Next: embedded linux experiences Geoff Savage
Index: 1994  1995  1996  1997  1998  1999  2000  <20012002  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 ·