Changeset 12216 for trunk


Ignore:
Timestamp:
10/20/11 11:42:39 (13 years ago)
Author:
tbretz
Message:
Send a different status for FADs which are currently configured.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/fadctrl.cc

    r12111 r12216  
    13151315        vector<uint8_t> stat1(40);
    13161316        vector<uint8_t> stat2(40);
    1317         vector<bool>    statC(40);
    13181317
    13191318        int cnt = 0; // counter for enabled board
     
    13471346                    if (c->IsConfigured())
    13481347                    {
    1349                         statC[idx] = 1;
     1348                        stat1[idx] = 3;
    13501349                        nconfigured++;
    13511350                    }
Note: See TracChangeset for help on using the changeset viewer.