Changeset 15271 for trunk/FACT++


Ignore:
Timestamp:
04/06/13 16:51:28 (12 years ago)
Author:
tbretz
Message:
Removed obsolete suscription to FAD_CONTROL/STATISTICS2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/FactGui.h

    r15265 r15271  
    113113    DimStampedInfo fDimFadStatus;
    114114    DimStampedInfo fDimFadStatistics1;
    115     DimStampedInfo fDimFadStatistics2;
     115    //DimStampedInfo fDimFadStatistics2;
    116116    DimStampedInfo fDimFadFileFormat;
    117117
     
    16161616    }
    16171617
     1618    /*
    16181619    void handleFadStatistics2(const DimData &d)
    16191620    {
     
    16221623
    16231624        //const EVT_STAT &stat = d.ref<EVT_STAT>();
    1624 
    1625         /*
    1626          //some info about what happened since start of program (or last 'reset')
    1627          uint32_t reset ;             //#if increased, reset all counters
    1628          uint32_t numRead[MAX_SOCK] ; //how often succesfull read from N sockets per loop
    1629 
    1630          uint64_t gotByte[NBOARDS] ;  //#Bytes read per Board
    1631          uint32_t gotErr[NBOARDS] ;   //#Communication Errors per Board
    1632 
    1633          uint32_t evtGet;             //#new Start of Events read
    1634          uint32_t evtTot;             //#complete Events read
    1635 
    1636          uint32_t evtErr;             //#Events with Errors
    1637          uint32_t evtSkp;             //#Events incomplete (timeout)
    1638 
    1639 
    1640          uint32_t procTot;            //#Events processed
    1641          uint32_t procErr;            //#Events showed problem in processing
    1642          uint32_t procTrg;            //#Events accepted by SW trigger
    1643          uint32_t procSkp;            //#Events rejected by SW trigger
    1644 
    1645          uint32_t feedTot;            //#Events used for feedBack system
    1646          uint32_t feedErr;            //#Events rejected by feedBack
    1647 
    1648          uint32_t wrtTot;             //#Events written to disk
    1649          uint32_t wrtErr;             //#Events with write-error
    1650 
    1651          uint32_t runOpen;            //#Runs opened
    1652          uint32_t runClose;           //#Runs closed
    1653          uint32_t runErr;             //#Runs with open/close errors
    1654 
    1655 
    1656          //info about current connection status
    1657          uint8_t  numConn[NBOARDS] ;  //#Sockets succesfully open per board
    1658          */
    1659     }
     1625    }*/
    16601626
    16611627    void handleFadFileFormat(const DimData &d)
     
    31073073            return PostInfoHandler(&FactGui::handleFadStatistics1);
    31083074
    3109         if (getInfo()==&fDimFadStatistics2)
    3110             return PostInfoHandler(&FactGui::handleFadStatistics2);
     3075        //if (getInfo()==&fDimFadStatistics2)
     3076        //    return PostInfoHandler(&FactGui::handleFadStatistics2);
    31113077
    31123078        if (getInfo()==&fDimFadFileFormat)
     
    37693735        fDimFadStatus          ("FAD_CONTROL/STATUS",             (void*)NULL, 0, this),
    37703736        fDimFadStatistics1     ("FAD_CONTROL/STATISTICS1",        (void*)NULL, 0, this),
    3771         fDimFadStatistics2     ("FAD_CONTROL/STATISTICS2",        (void*)NULL, 0, this),
     3737        //fDimFadStatistics2     ("FAD_CONTROL/STATISTICS2",        (void*)NULL, 0, this),
    37723738        fDimFadFileFormat      ("FAD_CONTROL/FILE_FORMAT",        (void*)NULL, 0, this),
    37733739        //-
Note: See TracChangeset for help on using the changeset viewer.