EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  <20162017  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  <20162017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: epics4
From: "Mezger Anton Christian (PSI)" <[email protected]>
To: "[email protected]" <[email protected]>, "[email protected]" <[email protected]>
Date: Wed, 28 Sep 2016 16:08:27 +0000

Hi,

 

In a previous version of EPICS4 I had to use the following code at initialization

 

    Requester::shared_pointer requesterP(new RequesterImpl("pvput"));

    Requester::shared_pointer requesterG(new RequesterImpl("pvget"));

 

    pvRequestG = getCreateRequest()->createRequest(request, requesterG);

    if(pvRequestG.get()==NULL) printf("failed to parse request string\n");

 

    pvRequestP = getCreateRequest()->createRequest(request, requesterP);

    if(pvRequestP.get()==NULL) printf("failed to parse request string\n");

 

However in the latest version createRequest only takes one argument. How to do it now?

 

Best regards

 

Anton

 

 


Replies:
RE: epics4 david.hickin

Navigate by Date:
Prev: Re: Fwd: break table Ralph Lange
Next: race condition of managed gdd Wang Xiaoqiang (PSI)
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: RE: Control system for Keithley Mooney, Tim M.
Next: RE: epics4 david.hickin
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 29 Sep 2016 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·