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 | 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 |
<== Date ==> | <== Thread ==> |
---|
Subject: | asynUInt32DigitalClient constructor |
From: | Davide Marcato <[email protected]> |
To: | "[email protected]" <[email protected]> |
Date: | Tue, 9 Jan 2018 15:07:25 +0100 |
Hi, can someone explain me why on the constructor of asynUInt32DigitalClient: asynUInt32DigitalClient(const char *portName, int addr, const char *drvInfo, double timeout=DEFAULT_TIMEOUT) : asynPortClient(portName, addr, asynUInt32DigitalType, drvInfo, timeout) { pInterface_ = (asynUInt32Digital *)pasynInterface_->pinterface; if (pasynInt32SyncIO->connect(portName, addr, &pasynUserSyncIO_, drvInfo)) throw std::runtime_error(std::string("pasynInt32SyncIO->connect failed")); }; pasynInt32SyncIO is connected, instead of pasynUInt32DigitalSyncIO which is used in all the class methods? Thank you, Davide -- Davide Marcato INFN - Laboratori Nazionali di Legnaro Viale dell'Universita', 2 35020 LEGNARO (PD) - ITALY Phone: +39 0498068439 |