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: Asyn port driver generate parameters |
From: | Mark Rivers via Tech-talk <[email protected]> |
To: | 'Tynan Ford' <[email protected]> |
Cc: | tech-talk <[email protected]> |
Date: | Mon, 14 Oct 2019 18:40:35 +0000 |
Hi Tynan, I am using that approach in the ADGenICam base class in areaDetector. ADGenICam is the base class for the ADAravis, ADSpinnaker, and ADVimba derived classes. The documentation describing how it works is here: https://areadetector.github.io/master/ADGenICam/ADGenICam.html#adgenicam-class
The code is in the ADGenICam::drvUserCreate()
method in ADGenICam.cpp: https://github.com/areaDetector/ADGenICam/blob/master/GenICamApp/src/ADGenICam.cpp#L269
Let me know if you have any questions. Mark From: Tech-talk <[email protected]>
On Behalf Of Tynan Ford via Tech-talk At ICALEPCS it sounded like some people are auto generating their asyn port driver parameters outside of the C++ file. Is this correct? If so are there any projects using this approach
or documentation that I could be pointed to? Thanks, Tynan |