I couldn't find it in the docs either, but it seems likely that that's the case.
One solution is to have startPVAServer as a standalone function to be called after all instantiations of NDPluginPva, maybe using [1].
Another one, that I like more, is to have a static member variable in the NDPluginPva class that records if startPVAServer was already called. That works for multiple NDPluginPva instances but most likely won't work if other code not pertaining to the PVA Plugin also wants to start a server. [1] https://github.com/epics-base/pvAccessCPP/blob/master/src/ioc/PVAServerRegister.cpp
- References:
- Multiple NDPluginPva issues Alexander Söderqvist
- Re: Multiple NDPluginPva issues Pearson, Matthew R.
- Navigate by Date:
- Prev:
Re: Error to doing ./st.cmd Andrew Johnson
- Next:
Re: Multiple NDPluginPva issues Michael Davidsaver
- 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
- Navigate by Thread:
- Prev:
Re: Multiple NDPluginPva issues Pearson, Matthew R.
- Next:
Re: Multiple NDPluginPva issues Michael Davidsaver
- 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
|