add QDC group copy
This commit is contained in:
parent
e856a1cddf
commit
1562d9cab2
|
@ -1328,6 +1328,7 @@ void DigiSettingsPanel::SetUpInquiryCopyTab(){
|
|||
std::vector<Reg> regList;
|
||||
if( digi[fromIndex]->GetDPPType() == V1730_DPP_PHA_CODE ) regList = RegisterChannelList_PHA;
|
||||
if( digi[fromIndex]->GetDPPType() == V1730_DPP_PSD_CODE ) regList = RegisterChannelList_PSD;
|
||||
if( digi[fromIndex]->GetDPPType() == V1740_DPP_QDC_CODE ) regList = RegisterChannelList_QDC;
|
||||
|
||||
int fromCh = -1;
|
||||
for( int i = 0; i < MaxRegChannel; i++) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user