EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  <19951996  1997  1998  1999  2000  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  <19951996  1997  1998  1999  2000  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: Re: arrays in epics records
From: [email protected] (Jeff Hill)
To: [email protected]
Cc: [email protected]
Date: Fri, 14 Jul 95 11:38:23 MDT

Kevin,

> 
> >"Velocity filter coeff arr"	AVF   SPC_DBADDR ASL1 DBF_NOACCESS  NO     3      80		double avf[NUMB_VF_COEFF];
> >"Feedforward pos coeff arr"	AFFP  SPC_DBADDR ASL1 DBF_NOACCESS  NO     3      80		double affp[NUMB_FF_P_COEFF];
> >"Feed forward rate coeff arr"	AFFR  SPC_DBADDR ASL1 DBF_NOACCESS  NO     3      80		double affr[NUMB_FF_R_COEFF];
> 

I was advocating this for EPICS release X but as I understand it 
an array field whose storage is embedded in the record structure is not
currently allowed. 

Does anyone else know otherwise?

Of course you can get a functional equivalent by 
placing a pointer field in the record structure
and allocating storage for the array at run time.
You will need to provide the rec support entry point
that fixes pfield in the db address structure to
point at your allocated storage (instead of at the
proxy field in the record).

Jeff


______________________________________________________________________
Jeffrey O. Hill			Internet	[email protected]
LANL MS H820			Voice		505 665 1831
Los Alamos, NM 87545 USA 	FAX		505 665 5107


Navigate by Date:
Prev: Re: ezca Jeff Hill
Next: EPICS_CA_ADDR_LIST in R3.12Beta13CEBAF Noboru Yamamoto
Index: 1994  <19951996  1997  1998  1999  2000  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: arrays in epics records Steve Lewis
Next: Re: ezca Jeff Hill
Index: 1994  <19951996  1997  1998  1999  2000  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 ·