This commit is contained in:
Michael Davidsaver
2018-04-18 10:46:52 -07:00
parent c0ac33dc4b
commit 2934c8a1e4
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
/**
@mainpage pva2pva Home of QSRV and pvAccess 2 pvAccess gateway
- [Source](https://github.com/epics-base/pva2pva)
- [Download](https://sourceforge.net/projects/epics-pvdata/files/)
@section qsrv QSRV

View File

@ -242,7 +242,7 @@ void pvaLinkChannel::run()
// NPP and none/Default don't scan
// PP, CP, and CPP do scan
// PP and CPP only if SCAN=Passive
if(link->pp != pvaLink::CPP && link->pp != pvaLink::CP)
if(link->pp != pvaLink::PP && link->pp != pvaLink::CPP && link->pp != pvaLink::CP)
continue;
scan_records.push_back(link->plink->precord);