Changeset 408 in Sophya for trunk/Poubelle/archTOI.old/toiiter.cc


Ignore:
Timestamp:
Sep 22, 1999, 10:57:36 AM (26 years ago)
Author:
ansari
Message:

nouvelles toi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archTOI.old/toiiter.cc

    r407 r408  
    221221        break;
    222222      case boloGainAmpli:
     223      case boloDACV:
     224      case boloDACI:
    223225        trigMask |= block_reglage_mask;
    224226        break;
     
    440442     return file->lastBolo() != NULL;
    441443   case boloGainAmpli:
     444   case boloDACV:
     445   case boloDACI:
    442446     return file->lastReglage() != NULL;
    443447   case sstDiode:
     
    517521   case boloTens:
    518522     return file->getMuVBolo(index, imes);
     523   case boloTens2:
     524     return file->getMuVBolo2(index, imes);
    519525   case boloRaw:
    520526     return file->getRawBolo(index, imes);
    521527   case boloGainAmpli:
    522528     return file->getGainAmpli(index);
     529   case boloDACV:
     530     return file->getDACV(index);
     531   case boloDACI:
     532     return file->getDACI(index);
    523533   case sstDiode:
    524534     return file->getSSTSignal(index, imes);
     
    578588       return true;
    579589     case boloTens:
     590     case boloTens2:
    580591       return file->blockNum() == file->getBoloBlockNum();
    581592     case boloRaw:
    582593       return file->blockNum() == file->getBoloBlockNum();
    583594     case boloGainAmpli:
     595       return file->blockNum() == file->getReglageBlockNum() && imes==0;
     596     case boloDACI:
     597     case boloDACV:
    584598       return file->blockNum() == file->getReglageBlockNum() && imes==0;
    585599     case sstChannel:
Note: See TracChangeset for help on using the changeset viewer.