#include <TGo4DabcMonitor.h>
Public Slots | |
virtual void | storeSettings () |
virtual void | refreshDIMSlot () |
virtual void | logDIMSlot () |
virtual void | histogramCheckToggled (bool val) |
virtual void | averageCheckToggled (bool val) |
virtual void | binsizeChanged (int val) |
virtual void | nodeTableChangedSlot (int row, int column) |
virtual void | rateTableChangedSlot (int row, int column) |
virtual void | createLogServices (int nodeindex) |
virtual void | displaySampleHistograms () |
virtual void | displayAverageHistograms () |
virtual void | displayAll () |
virtual void | updateTrending (int nodeix, int rateix, int hisix, double value) |
virtual void | IncTrending (TH1 *histo, double value, bool forwards) |
virtual void | updateStats (int nodeix, int rateix, int hix, double value) |
Public Member Functions | |
TGo4DabcMonitor (QWidget *parent=0, const char *name=0) | |
virtual | ~TGo4DabcMonitor () |
virtual void | infoUpdated (TGo4DabcInfo *info) |
virtual void | nodesUpdated (TGo4DabcNodesInfo *info) |
virtual void | servicesUpdated (TGo4DabcServiceInfo *info) |
virtual void | stateUpdated (TGo4DabcStateInfo *info) |
virtual void | rateUpdated (TGo4DabcRateInfo *info) |
Protected Member Functions | |
virtual void | refreshNodes () |
virtual void | clearStates () |
virtual void | clearServices () |
virtual void | clearRates () |
virtual void | createRateServices (int nodeindex) |
virtual void | deleteRateServices (int nodeindex) |
virtual void | displayNodeTable () |
virtual void | fillNodeTableRow (int tableindex, int nodeindex, bool createnew) |
virtual void | displayRateTable () |
virtual void | fillRateTableRow (int tableindex, int nodeindex, int rateindex, bool createnew) |
virtual bool | getRateIndices (int tablerow, int &nodeix, int &rateix) |
Protected Attributes | |
bool | fbHistogramming |
bool | fbDisplayRateTable |
bool | fbDisplayNodeTable |
bool | fbDisplayHistograms |
bool | fbRebuildNodeTable |
bool | fbRebuildRateTable |
bool | fbTrendingForward |
bool | fbTableBeingCreated |
unsigned int | fxLastTimestamp |
QStringList | fxNodelist |
QString | fxDnsNode |
TGo4DabcNodesInfo * | fxServerInfo |
std::vector< std::vector < unsigned int > > | fxRateCount |
std::vector< std::vector< float > > | fxRateSum |
int | fiStatBins |
std::vector< std::vector < std::vector< bool > > > | fbStatsInit |
std::vector< std::vector< bool > > | fxStatsFlags |
int | fiTrendBins |
std::vector< std::vector < std::vector< bool > > > | fbTrendingInit |
std::vector< std::vector< bool > > | fxTrendingFlags |
std::vector< std::vector < TGo4DabcRate > > | fxRateRecords |
std::vector< std::vector < TGo4DabcRateInfo * > > | fxRates |
std::vector< TGo4DabcStateInfo * > | fxStates |
std::vector < TGo4DabcServiceInfo * > | fxServices |
std::vector< TGo4DabcState > | fxStateRecords |
std::vector< QString > | fxDabcNodes |
std::vector< bool > | fxShowRateFlags |
std::vector< bool > | fxShowLogFlags |
std::vector< std::vector < std::vector< QString > > > | fxTrendHistoRefnames |
std::vector< std::vector < std::vector< QString > > > | fxStatHistoRefnames |
std::vector< std::vector < std::deque< float > > > | fxRateQueues |
QTimer * | fxDisplayTimer |
QTimer * | fxAverageTimer |
Definition at line 204 of file TGo4DabcMonitor.h.
TGo4DabcMonitor::TGo4DabcMonitor | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
Definition at line 64 of file TGo4DabcMonitor.cpp.
References DABCMON_NODE_CHECKCOL, DABCMON_NODE_INDEXCOL, DABCMON_NODE_LOGCOL, DABCMON_NODE_NODECOL, DABCMON_NODE_STATECOL, DABCMON_RATE_INDEXCOL, DABCMON_RATE_NAMECOL, DABCMON_RATE_RATECOL, DABCMON_RATE_STATSCOL, DABCMON_RATE_TRENDCOL, displayAll(), displayAverageHistograms(), fbDisplayHistograms, fbDisplayNodeTable, fbDisplayRateTable, fbHistogramming, fbRebuildNodeTable, fbRebuildRateTable, fbStatsInit, fbTableBeingCreated, fbTrendingForward, fbTrendingInit, fiStatBins, fiTrendBins, fxAverageTimer, fxDabcNodes, fxDisplayTimer, fxLastTimestamp, fxRateCount, fxRateQueues, fxRateRecords, fxRates, fxRateSum, fxServerInfo, fxServices, fxShowLogFlags, fxShowRateFlags, fxStateRecords, fxStates, fxStatHistoRefnames, fxStatsFlags, fxTrendHistoRefnames, fxTrendingFlags, TGo4QSettings::getDabcMonitorBins(), TGo4QSettings::getDabcMonitorFreq(), TGo4QSettings::getDabcMonitorNode(), TGo4QSettings::getMbsMonitorBackwardsTrending(), gNolinkRateRecord, gNolinkStateRecord, go4sett, dabc::StatusRec::status, and dabc::RateRec::value.
TGo4DabcMonitor::~TGo4DabcMonitor | ( | ) | [virtual] |
Definition at line 164 of file TGo4DabcMonitor.cpp.
void TGo4DabcMonitor::averageCheckToggled | ( | bool | val | ) | [virtual, slot] |
Definition at line 275 of file TGo4DabcMonitor.cpp.
References fxAverageTimer, and storeSettings().
void TGo4DabcMonitor::binsizeChanged | ( | int | val | ) | [virtual, slot] |
Definition at line 295 of file TGo4DabcMonitor.cpp.
References fiStatBins, and fiTrendBins.
void TGo4DabcMonitor::clearRates | ( | ) | [protected, virtual] |
Definition at line 796 of file TGo4DabcMonitor.cpp.
References fbStatsInit, fbTrendingInit, fxRateCount, fxRateQueues, fxRateRecords, fxRates, fxRateSum, fxStatHistoRefnames, fxStatsFlags, fxTrendHistoRefnames, and fxTrendingFlags.
Referenced by refreshNodes().
void TGo4DabcMonitor::clearServices | ( | ) | [protected, virtual] |
Definition at line 784 of file TGo4DabcMonitor.cpp.
References fxServices.
Referenced by refreshNodes().
void TGo4DabcMonitor::clearStates | ( | ) | [protected, virtual] |
Definition at line 770 of file TGo4DabcMonitor.cpp.
References fxShowLogFlags, fxShowRateFlags, fxStateRecords, and fxStates.
Referenced by refreshNodes().
void TGo4DabcMonitor::createLogServices | ( | int | nodeindex | ) | [virtual, slot] |
Definition at line 894 of file TGo4DabcMonitor.cpp.
References fxDabcNodes, fxServices, and gNolinkRateRecord.
Referenced by logDIMSlot().
void TGo4DabcMonitor::createRateServices | ( | int | nodeindex | ) | [protected, virtual] |
Definition at line 823 of file TGo4DabcMonitor.cpp.
References fbStatsInit, fbTrendingInit, fxRateCount, fxRateQueues, fxRateRecords, fxRates, fxRateSum, fxServices, fxStatHistoRefnames, fxStatsFlags, fxTrendHistoRefnames, fxTrendingFlags, and gNolinkRateRecord.
Referenced by nodeTableChangedSlot().
void TGo4DabcMonitor::deleteRateServices | ( | int | nodeindex | ) | [protected, virtual] |
Definition at line 870 of file TGo4DabcMonitor.cpp.
References fbDisplayRateTable, fbStatsInit, fbTrendingInit, fxRateCount, fxRateRecords, fxRates, fxRateSum, fxStatHistoRefnames, fxStatsFlags, fxTrendHistoRefnames, and fxTrendingFlags.
Referenced by nodeTableChangedSlot().
void TGo4DabcMonitor::displayAll | ( | ) | [virtual, slot] |
Definition at line 1353 of file TGo4DabcMonitor.cpp.
References displayNodeTable(), displayRateTable(), displaySampleHistograms(), fbDisplayHistograms, fbDisplayNodeTable, fbDisplayRateTable, and fxLastTimestamp.
Referenced by TGo4DabcMonitor().
void TGo4DabcMonitor::displayAverageHistograms | ( | ) | [virtual, slot] |
Definition at line 1311 of file TGo4DabcMonitor.cpp.
References fbHistogramming, fxRateCount, fxRateSum, fxStatsFlags, fxTrendingFlags, updateStats(), and updateTrending().
Referenced by TGo4DabcMonitor().
void TGo4DabcMonitor::displayNodeTable | ( | ) | [protected, virtual] |
Definition at line 946 of file TGo4DabcMonitor.cpp.
References DABCMON_NODE_INDEXCOL, fbRebuildNodeTable, fbTableBeingCreated, fillNodeTableRow(), and fxDabcNodes.
Referenced by displayAll().
void TGo4DabcMonitor::displayRateTable | ( | ) | [protected, virtual] |
Definition at line 1066 of file TGo4DabcMonitor.cpp.
References fbRebuildRateTable, fbTableBeingCreated, fillRateTableRow(), fxRateRecords, and getRateIndices().
Referenced by displayAll().
void TGo4DabcMonitor::displaySampleHistograms | ( | ) | [virtual, slot] |
Definition at line 1254 of file TGo4DabcMonitor.cpp.
References fxRateCount, fxRateQueues, fxRateSum, fxStatsFlags, fxTrendingFlags, updateStats(), and updateTrending().
Referenced by displayAll().
void TGo4DabcMonitor::fillNodeTableRow | ( | int | tableindex, | |
int | nodeindex, | |||
bool | createnew | |||
) | [protected, virtual] |
Definition at line 1007 of file TGo4DabcMonitor.cpp.
References DABCMON_NODE_CHECKCOL, DABCMON_NODE_INDEXCOL, DABCMON_NODE_LOGCOL, DABCMON_NODE_NODECOL, DABCMON_NODE_STATECOL, fxDabcNodes, fxShowLogFlags, fxShowRateFlags, and fxStateRecords.
Referenced by displayNodeTable().
void TGo4DabcMonitor::fillRateTableRow | ( | int | tableindex, | |
int | nodeindex, | |||
int | rateindex, | |||
bool | createnew | |||
) | [protected, virtual] |
Definition at line 1184 of file TGo4DabcMonitor.cpp.
References DABCMON_RATE_INDEXCOL, DABCMON_RATE_NAMECOL, DABCMON_RATE_RATECOL, DABCMON_RATE_STATSCOL, DABCMON_RATE_TRENDCOL, fxRateRecords, fxStatsFlags, and fxTrendingFlags.
Referenced by displayRateTable().
bool TGo4DabcMonitor::getRateIndices | ( | int | tablerow, | |
int & | nodeix, | |||
int & | rateix | |||
) | [protected, virtual] |
Definition at line 1238 of file TGo4DabcMonitor.cpp.
References DABCMON_RATE_INDEXCOL.
Referenced by displayRateTable(), and rateTableChangedSlot().
void TGo4DabcMonitor::histogramCheckToggled | ( | bool | val | ) | [virtual, slot] |
Definition at line 220 of file TGo4DabcMonitor.cpp.
References fbHistogramming, fbStatsInit, fbTrendingInit, fxRateCount, fxRateSum, and storeSettings().
void TGo4DabcMonitor::IncTrending | ( | TH1 * | histo, | |
double | value, | |||
bool | forwards | |||
) | [virtual, slot] |
Definition at line 1484 of file TGo4DabcMonitor.cpp.
Referenced by updateTrending().
void TGo4DabcMonitor::infoUpdated | ( | TGo4DabcInfo * | info | ) | [virtual] |
Definition at line 414 of file TGo4DabcMonitor.cpp.
References TGo4DabcInfo::getServiceType().
Referenced by TGo4DabcInfo::infoHandler().
void TGo4DabcMonitor::logDIMSlot | ( | ) | [virtual, slot] |
Definition at line 205 of file TGo4DabcMonitor.cpp.
References createLogServices(), fxDabcNodes, and fxShowLogFlags.
void TGo4DabcMonitor::nodesUpdated | ( | TGo4DabcNodesInfo * | info | ) | [virtual] |
Definition at line 502 of file TGo4DabcMonitor.cpp.
References fbDisplayNodeTable, fbDisplayRateTable, fxNodelist, and refreshNodes().
Referenced by TGo4DabcNodesInfo::infoHandler().
void TGo4DabcMonitor::nodeTableChangedSlot | ( | int | row, | |
int | column | |||
) | [virtual, slot] |
Definition at line 307 of file TGo4DabcMonitor.cpp.
References createRateServices(), DABCMON_NODE_CHECKCOL, DABCMON_NODE_INDEXCOL, DABCMON_NODE_LOGCOL, deleteRateServices(), fbTableBeingCreated, fxShowLogFlags, and fxShowRateFlags.
void TGo4DabcMonitor::rateTableChangedSlot | ( | int | row, | |
int | column | |||
) | [virtual, slot] |
Definition at line 363 of file TGo4DabcMonitor.cpp.
References DABCMON_RATE_STATSCOL, DABCMON_RATE_TRENDCOL, fbStatsInit, fbTableBeingCreated, fbTrendingInit, fxStatsFlags, fxTrendingFlags, and getRateIndices().
void TGo4DabcMonitor::rateUpdated | ( | TGo4DabcRateInfo * | info | ) | [virtual] |
Definition at line 635 of file TGo4DabcMonitor.cpp.
References fbDisplayHistograms, fbDisplayRateTable, fbHistogramming, fxLastTimestamp, fxRateQueues, fxRateRecords, fxRates, fxStatsFlags, fxTrendingFlags, and dabc::RateRec::value.
Referenced by TGo4DabcRateInfo::infoHandler().
void TGo4DabcMonitor::refreshDIMSlot | ( | ) | [virtual, slot] |
Definition at line 185 of file TGo4DabcMonitor.cpp.
References fxDnsNode, fxServerInfo, and storeSettings().
void TGo4DabcMonitor::refreshNodes | ( | ) | [protected, virtual] |
Definition at line 700 of file TGo4DabcMonitor.cpp.
References clearRates(), clearServices(), clearStates(), fbRebuildNodeTable, fbRebuildRateTable, fbStatsInit, fbTrendingInit, fxDabcNodes, fxNodelist, fxRateCount, fxRateQueues, fxRateRecords, fxRates, fxRateSum, fxServices, fxShowLogFlags, fxShowRateFlags, fxStateRecords, fxStates, fxStatHistoRefnames, fxStatsFlags, fxTrendHistoRefnames, and fxTrendingFlags.
Referenced by nodesUpdated().
void TGo4DabcMonitor::servicesUpdated | ( | TGo4DabcServiceInfo * | info | ) | [virtual] |
Definition at line 513 of file TGo4DabcMonitor.cpp.
References fxServices, fxStates, and gNolinkStateRecord.
Referenced by TGo4DabcServiceInfo::infoHandler().
void TGo4DabcMonitor::stateUpdated | ( | TGo4DabcStateInfo * | info | ) | [virtual] |
Definition at line 601 of file TGo4DabcMonitor.cpp.
References fbDisplayNodeTable, fxLastTimestamp, fxStateRecords, and fxStates.
Referenced by TGo4DabcStateInfo::infoHandler().
void TGo4DabcMonitor::storeSettings | ( | ) | [virtual, slot] |
Definition at line 175 of file TGo4DabcMonitor.cpp.
References fbTrendingForward, fiTrendBins, fxDnsNode, go4sett, TGo4QSettings::setDabcMonitorBackwardsTrending(), TGo4QSettings::setDabcMonitorBins(), TGo4QSettings::setDabcMonitorFreq(), and TGo4QSettings::setDabcMonitorNode().
Referenced by averageCheckToggled(), histogramCheckToggled(), and refreshDIMSlot().
void TGo4DabcMonitor::updateStats | ( | int | nodeix, | |
int | rateix, | |||
int | hix, | |||
double | value | |||
) | [virtual, slot] |
Definition at line 1508 of file TGo4DabcMonitor.cpp.
References TGo4Slot::AssignObject(), QGo4Widget::Browser(), TGo4BrowserProxy::BrowserSlot(), TGo4BrowserProxy::DataSlot(), TGo4Slot::evObjUpdated, fbStatsInit, fiStatBins, TGo4Slot::ForwardEvent(), fxRateRecords, fxStatHistoRefnames, TGo4Slot::GetAssignedObject(), TGo4BrowserProxy::SaveToMemory(), and TGo4BrowserProxy::SetItemTimeDate().
Referenced by displayAverageHistograms(), and displaySampleHistograms().
void TGo4DabcMonitor::updateTrending | ( | int | nodeix, | |
int | rateix, | |||
int | hisix, | |||
double | value | |||
) | [virtual, slot] |
Definition at line 1387 of file TGo4DabcMonitor.cpp.
References TGo4Slot::AssignObject(), QGo4Widget::Browser(), TGo4BrowserProxy::BrowserSlot(), TGo4BrowserProxy::DataSlot(), TGo4Slot::evObjUpdated, fbTrendingForward, fbTrendingInit, fiTrendBins, TGo4Slot::ForwardEvent(), fxRateRecords, fxTrendHistoRefnames, TGo4Slot::GetAssignedObject(), IncTrending(), TGo4BrowserProxy::SaveToMemory(), and TGo4BrowserProxy::SetItemTimeDate().
Referenced by displayAverageHistograms(), and displaySampleHistograms().
bool TGo4DabcMonitor::fbDisplayHistograms [protected] |
Definition at line 242 of file TGo4DabcMonitor.h.
Referenced by displayAll(), rateUpdated(), and TGo4DabcMonitor().
bool TGo4DabcMonitor::fbDisplayNodeTable [protected] |
Definition at line 241 of file TGo4DabcMonitor.h.
Referenced by displayAll(), nodesUpdated(), stateUpdated(), and TGo4DabcMonitor().
bool TGo4DabcMonitor::fbDisplayRateTable [protected] |
Definition at line 240 of file TGo4DabcMonitor.h.
Referenced by deleteRateServices(), displayAll(), nodesUpdated(), rateUpdated(), and TGo4DabcMonitor().
bool TGo4DabcMonitor::fbHistogramming [protected] |
Definition at line 239 of file TGo4DabcMonitor.h.
Referenced by displayAverageHistograms(), histogramCheckToggled(), rateUpdated(), and TGo4DabcMonitor().
bool TGo4DabcMonitor::fbRebuildNodeTable [protected] |
Definition at line 243 of file TGo4DabcMonitor.h.
Referenced by displayNodeTable(), refreshNodes(), and TGo4DabcMonitor().
bool TGo4DabcMonitor::fbRebuildRateTable [protected] |
Definition at line 244 of file TGo4DabcMonitor.h.
Referenced by displayRateTable(), refreshNodes(), and TGo4DabcMonitor().
std::vector< std::vector <std::vector <bool> > > TGo4DabcMonitor::fbStatsInit [protected] |
Definition at line 260 of file TGo4DabcMonitor.h.
Referenced by clearRates(), createRateServices(), deleteRateServices(), histogramCheckToggled(), rateTableChangedSlot(), refreshNodes(), TGo4DabcMonitor(), and updateStats().
bool TGo4DabcMonitor::fbTableBeingCreated [protected] |
Definition at line 247 of file TGo4DabcMonitor.h.
Referenced by displayNodeTable(), displayRateTable(), nodeTableChangedSlot(), rateTableChangedSlot(), and TGo4DabcMonitor().
bool TGo4DabcMonitor::fbTrendingForward [protected] |
Definition at line 245 of file TGo4DabcMonitor.h.
Referenced by storeSettings(), TGo4DabcMonitor(), and updateTrending().
std::vector< std::vector <std::vector <bool> > > TGo4DabcMonitor::fbTrendingInit [protected] |
Definition at line 263 of file TGo4DabcMonitor.h.
Referenced by clearRates(), createRateServices(), deleteRateServices(), histogramCheckToggled(), rateTableChangedSlot(), refreshNodes(), TGo4DabcMonitor(), and updateTrending().
int TGo4DabcMonitor::fiStatBins [protected] |
Definition at line 259 of file TGo4DabcMonitor.h.
Referenced by binsizeChanged(), TGo4DabcMonitor(), and updateStats().
int TGo4DabcMonitor::fiTrendBins [protected] |
Definition at line 262 of file TGo4DabcMonitor.h.
Referenced by binsizeChanged(), storeSettings(), TGo4DabcMonitor(), and updateTrending().
QTimer* TGo4DabcMonitor::fxAverageTimer [protected] |
Definition at line 282 of file TGo4DabcMonitor.h.
Referenced by averageCheckToggled(), and TGo4DabcMonitor().
std::vector<QString> TGo4DabcMonitor::fxDabcNodes [protected] |
Definition at line 272 of file TGo4DabcMonitor.h.
Referenced by createLogServices(), displayNodeTable(), fillNodeTableRow(), logDIMSlot(), refreshNodes(), and TGo4DabcMonitor().
QTimer* TGo4DabcMonitor::fxDisplayTimer [protected] |
Definition at line 281 of file TGo4DabcMonitor.h.
Referenced by TGo4DabcMonitor().
QString TGo4DabcMonitor::fxDnsNode [protected] |
Definition at line 253 of file TGo4DabcMonitor.h.
Referenced by refreshDIMSlot(), and storeSettings().
unsigned int TGo4DabcMonitor::fxLastTimestamp [protected] |
Definition at line 251 of file TGo4DabcMonitor.h.
Referenced by displayAll(), rateUpdated(), stateUpdated(), and TGo4DabcMonitor().
QStringList TGo4DabcMonitor::fxNodelist [protected] |
Definition at line 252 of file TGo4DabcMonitor.h.
Referenced by nodesUpdated(), and refreshNodes().
std::vector< std::vector <unsigned int> > TGo4DabcMonitor::fxRateCount [protected] |
Definition at line 256 of file TGo4DabcMonitor.h.
Referenced by clearRates(), createRateServices(), deleteRateServices(), displayAverageHistograms(), displaySampleHistograms(), histogramCheckToggled(), refreshNodes(), and TGo4DabcMonitor().
std::vector< std::vector < std::deque <float> > > TGo4DabcMonitor::fxRateQueues [protected] |
Definition at line 278 of file TGo4DabcMonitor.h.
Referenced by clearRates(), createRateServices(), displaySampleHistograms(), rateUpdated(), refreshNodes(), and TGo4DabcMonitor().
std::vector<std::vector<TGo4DabcRate> > TGo4DabcMonitor::fxRateRecords [protected] |
Definition at line 267 of file TGo4DabcMonitor.h.
Referenced by clearRates(), createRateServices(), deleteRateServices(), displayRateTable(), fillRateTableRow(), rateUpdated(), refreshNodes(), TGo4DabcMonitor(), updateStats(), and updateTrending().
std::vector<std::vector<TGo4DabcRateInfo*> > TGo4DabcMonitor::fxRates [protected] |
Definition at line 268 of file TGo4DabcMonitor.h.
Referenced by clearRates(), createRateServices(), deleteRateServices(), rateUpdated(), refreshNodes(), and TGo4DabcMonitor().
std::vector< std::vector <float> > TGo4DabcMonitor::fxRateSum [protected] |
Definition at line 257 of file TGo4DabcMonitor.h.
Referenced by clearRates(), createRateServices(), deleteRateServices(), displayAverageHistograms(), displaySampleHistograms(), histogramCheckToggled(), refreshNodes(), and TGo4DabcMonitor().
TGo4DabcNodesInfo* TGo4DabcMonitor::fxServerInfo [protected] |
Definition at line 254 of file TGo4DabcMonitor.h.
Referenced by refreshDIMSlot(), and TGo4DabcMonitor().
std::vector<TGo4DabcServiceInfo*> TGo4DabcMonitor::fxServices [protected] |
Definition at line 270 of file TGo4DabcMonitor.h.
Referenced by clearServices(), createLogServices(), createRateServices(), refreshNodes(), servicesUpdated(), and TGo4DabcMonitor().
std::vector<bool> TGo4DabcMonitor::fxShowLogFlags [protected] |
Definition at line 274 of file TGo4DabcMonitor.h.
Referenced by clearStates(), fillNodeTableRow(), logDIMSlot(), nodeTableChangedSlot(), refreshNodes(), and TGo4DabcMonitor().
std::vector<bool> TGo4DabcMonitor::fxShowRateFlags [protected] |
Definition at line 273 of file TGo4DabcMonitor.h.
Referenced by clearStates(), fillNodeTableRow(), nodeTableChangedSlot(), refreshNodes(), and TGo4DabcMonitor().
std::vector<TGo4DabcState> TGo4DabcMonitor::fxStateRecords [protected] |
Definition at line 271 of file TGo4DabcMonitor.h.
Referenced by clearStates(), fillNodeTableRow(), refreshNodes(), stateUpdated(), and TGo4DabcMonitor().
std::vector<TGo4DabcStateInfo*> TGo4DabcMonitor::fxStates [protected] |
Definition at line 269 of file TGo4DabcMonitor.h.
Referenced by clearStates(), refreshNodes(), servicesUpdated(), stateUpdated(), and TGo4DabcMonitor().
std::vector< std::vector <std::vector<QString > > > TGo4DabcMonitor::fxStatHistoRefnames [protected] |
Definition at line 277 of file TGo4DabcMonitor.h.
Referenced by clearRates(), createRateServices(), deleteRateServices(), refreshNodes(), TGo4DabcMonitor(), and updateStats().
std::vector< std::vector <bool> > TGo4DabcMonitor::fxStatsFlags [protected] |
Definition at line 261 of file TGo4DabcMonitor.h.
Referenced by clearRates(), createRateServices(), deleteRateServices(), displayAverageHistograms(), displaySampleHistograms(), fillRateTableRow(), rateTableChangedSlot(), rateUpdated(), refreshNodes(), and TGo4DabcMonitor().
std::vector< std::vector <std::vector < QString> > > TGo4DabcMonitor::fxTrendHistoRefnames [protected] |
Definition at line 276 of file TGo4DabcMonitor.h.
Referenced by clearRates(), createRateServices(), deleteRateServices(), refreshNodes(), TGo4DabcMonitor(), and updateTrending().
std::vector<std::vector<bool> > TGo4DabcMonitor::fxTrendingFlags [protected] |
Definition at line 264 of file TGo4DabcMonitor.h.
Referenced by clearRates(), createRateServices(), deleteRateServices(), displayAverageHistograms(), displaySampleHistograms(), fillRateTableRow(), rateTableChangedSlot(), rateUpdated(), refreshNodes(), and TGo4DabcMonitor().