Am Montag, 15. September 2014, 16:11:05 schrieb Kasemir, Kay:
> Hi Ben:
> > * all existing built-in functions give compile-time errors when called
> > with an>
> > array of channels
> >
> > * new functions are introduced in those cases where operating on all
> > contained>
> > elements of an array makes sense.
> >
> > Please note that all this concerns only arrays where the elements are
> > separately assigned to different channels.
>
> How would it affect his:
>
> int channels[3];
> assign channels to { "channel1", "channel2", "channel3" }
> evflag have_changes;
> sync channels have_changes;
>
> Will this still work, or is this use of 'sync' of one flag to an array of
> channels also affected, so it will result in compile time errors?
Good question!
(which is why I post this to tech-talk, too).
The answer is: Yes, it will still work.
The change I am planning is restricted to built-in functions (those that start
with "pv...", such as "pvSync" which are called at runtime). The "assign",
"monitor", "sync", and "syncq" are keywords that introduce special syntax and
are not affected at all.
Cheers
Ben
________________________________
Helmholtz-Zentrum Berlin für Materialien und Energie GmbH
Mitglied der Hermann von Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V.
Aufsichtsrat: Vorsitzender Prof. Dr. Dr. h.c. mult. Joachim Treusch, stv. Vorsitzende Dr. Beatrix Vierkorn-Rudolph
Geschäftsführung: Prof. Dr. Anke Rita Kaysser-Pyzalla, Thomas Frederking
Sitz Berlin, AG Charlottenburg, 89 HRB 5583
Postadresse:
Hahn-Meitner-Platz 1
D-14109 Berlin
http://www.helmholtz-berlin.de
- References:
- Sequencer 2.2.0 Benjamin Franksen
- RE: Sequencer 2.2.0 Mooney, Tim M.
- Navigate by Date:
- Prev:
Re: Sequencer 2.2.0 Benjamin Franksen
- Next:
EPICS vs. Firewalls Eric Norum
- 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:
RE: Sequencer 2.2.0 Mooney, Tim M.
- Next:
Re: Sequencer 2.2.0 Benjamin Franksen
- 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
|