Changeset 15271 for trunk/FACT++
- Timestamp:
- 04/06/13 16:51:28 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r15265 r15271 113 113 DimStampedInfo fDimFadStatus; 114 114 DimStampedInfo fDimFadStatistics1; 115 DimStampedInfo fDimFadStatistics2;115 //DimStampedInfo fDimFadStatistics2; 116 116 DimStampedInfo fDimFadFileFormat; 117 117 … … 1616 1616 } 1617 1617 1618 /* 1618 1619 void handleFadStatistics2(const DimData &d) 1619 1620 { … … 1622 1623 1623 1624 //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 }*/ 1660 1626 1661 1627 void handleFadFileFormat(const DimData &d) … … 3107 3073 return PostInfoHandler(&FactGui::handleFadStatistics1); 3108 3074 3109 if (getInfo()==&fDimFadStatistics2)3110 return PostInfoHandler(&FactGui::handleFadStatistics2);3075 //if (getInfo()==&fDimFadStatistics2) 3076 // return PostInfoHandler(&FactGui::handleFadStatistics2); 3111 3077 3112 3078 if (getInfo()==&fDimFadFileFormat) … … 3769 3735 fDimFadStatus ("FAD_CONTROL/STATUS", (void*)NULL, 0, this), 3770 3736 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), 3772 3738 fDimFadFileFormat ("FAD_CONTROL/FILE_FORMAT", (void*)NULL, 0, this), 3773 3739 //-
Note:
See TracChangeset
for help on using the changeset viewer.