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 2025 | 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 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Bidirectional device support |
From: | Luedeke Andreas <[email protected]> |
To: | "Thompson, David H." <[email protected]> |
Cc: | EPICS Tech-Talk <[email protected]> |
Date: | Wed, 14 Apr 2004 16:19:56 +0200 |
I agree that all this is possible with the existing records. It can be handled in the device support.[...] It is all a matter of how to package what is in fact a new device support function (input) and trick the existing record support into posting the monitors while the device support does nothing.
[...] I think now that passing input function pointer as an argument to the registration function would be cleaner. This is something that could be added to core without breaking anything and would provide a standard way to implement bi-directional IO. [...]I think all information required for the device support should come through the link field.
Cheers Andreas