small change in setting file, group setting together instead of channel

This commit is contained in:
Ryan Tang 2023-03-28 12:01:22 -04:00
parent 28b447673b
commit 972059f475

View File

@ -792,8 +792,8 @@ int Digitizer2Gen::SaveSettingsToFile(const char * saveFileName, bool setReadOnl
VGASetting[i].GetValue().c_str()); VGASetting[i].GetValue().c_str());
count ++; count ++;
} }
for( int i = 0; i < (int) chSettings[0].size(); i++){
for(int ch = 0; ch < nChannels ; ch++ ){ for(int ch = 0; ch < nChannels ; ch++ ){
for( int i = 0; i < (int) chSettings[ch].size(); i++){
if( chSettings[ch][i].ReadWrite() == RW::WriteOnly) continue; if( chSettings[ch][i].ReadWrite() == RW::WriteOnly) continue;
totCount ++; totCount ++;
if( chSettings[ch][i].GetValue() == "") break; if( chSettings[ch][i].GetValue() == "") break;