Hello All,
I've created a couple of specialized processing records that need
to pass arrays from one record to the next via input links.
I've struggled with it but could not find a way to get full array
from the output of one record to the input link of the next. At
most I get the first element of the array only.
For now I've worked around it, by passing the array pointer (via
and input link) and assigning that to another array ptr in the receiver,
hence they both reference the same memory locations.
I don't particularly like this implementation because if the receiver
updates the data on his side, its also reflected on the other end.
Can anyone shed some light on passing arrays via input links?
Thank You.
Kevin Tsubota
c/o W. M. Keck ph: (808)885-7887
P.O. Box 220
Kamuela, HI 96743
- Navigate by Date:
- Prev:
Stepper Motor Drivers Brian Leckie
- Next:
Re: passing arrays via input links Marty Kraimer
- Index:
1994
<1995>
1996
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:
Stepper Motor Drivers Brian Leckie
- Next:
Re: passing arrays via input links Marty Kraimer
- Index:
1994
<1995>
1996
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
|