pdb: group put w/ process

This commit is contained in:
Michael Davidsaver
2017-09-29 14:22:41 -05:00
parent b839d5dc6d
commit e0bac39667
9 changed files with 207 additions and 49 deletions

View File

@ -7,8 +7,8 @@
#include <pv/pvAccess.h>
template<typename T>
bool getS(const epics::pvData::PVStructurePtr& S, const char *name, T& val)
template<typename T, typename A>
bool getS(const epics::pvData::PVStructurePtr& S, const char *name, A& val)
{
epics::pvData::PVScalarPtr F(S->getSubField<epics::pvData::PVScalar>(name));
if(F)