EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

2012  2013  2014  2015  <20162017  2018  2019  Index 2012  2013  2014  2015  <20162017  2018  2019 
<== 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: caQtDM Mezger Anton Christian (PSI)
Next: RE: epics4 david.hickin
Index: 2012  2013  2014  2015  <20162017  2018  2019 
Navigate by Thread:
Prev: caQtDM Mezger Anton Christian (PSI)
Next: RE: epics4 david.hickin
Index: 2012  2013  2014  2015  <20162017  2018  2019 
ANJ, 03 Jan 2017 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·