You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to understand the pvData API I came across a duplicate doxygen comment in the PVAlarm header file.
//default constructors and destructor are OK//returns (false,true) if pvField(is not, is) a valid alarm structure//An automatic detach is issued if already attached./* * Attach to a field of a PVData object. * @param pvField The pvField. * @return (false,true) if the pvField (is not, is) an alarm structure.*//* * Attach to a field of a PVData object. * @param pvField The pvField. * @return (false,true) if the pvField (is not, is) an alarm structure.*/boolattach(PVFieldPtr const & pvField);
Small issue I know, but I thought worth mentioning.
The text was updated successfully, but these errors were encountered:
thomasms
added a commit
to thomasms/pvDataCPP
that referenced
this issue
Apr 20, 2021
While trying to understand the pvData API I came across a duplicate doxygen comment in the PVAlarm header file.
Small issue I know, but I thought worth mentioning.
The text was updated successfully, but these errors were encountered: