#include <EcalTPGTowerStatus.h>
Public Member Functions | |
EcalTPGTowerStatus () | |
const std::map< uint32_t, uint16_t > & | getMap () const |
void | setValue (const uint32_t &id, const uint16_t &val) |
~EcalTPGTowerStatus () | |
Private Attributes | |
std::map< uint32_t, uint16_t > | map_ |
Definition at line 7 of file EcalTPGTowerStatus.h.
EcalTPGTowerStatus::EcalTPGTowerStatus | ( | ) |
Definition at line 4 of file EcalTPGTowerStatus.cc.
EcalTPGTowerStatus::~EcalTPGTowerStatus | ( | ) |
Definition at line 7 of file EcalTPGTowerStatus.cc.
|
inline |
Definition at line 14 of file EcalTPGTowerStatus.h.
References map_.
Referenced by EcalTPGTowerStatusXMLTranslator::dumpXML(), and EcalTPGTowerStatusXMLTranslator::plot().
void EcalTPGTowerStatus::setValue | ( | const uint32_t & | id, |
const uint16_t & | val | ||
) |
Definition at line 10 of file EcalTPGTowerStatus.cc.
References map_.
Referenced by Vispa.Views.PropertyView.StringProperty::buttonClicked(), Vispa.Views.PropertyView.FileProperty::buttonClicked(), Vispa.Views.PropertyView.FileVectorProperty::buttonClicked(), popcon::EcalTPGBadTTHandler::getNewObjects(), Vispa.Views.PropertyView.TextEditWithButtonProperty::keyPressEvent(), and Vispa.Views.PropertyView.TextEditWithButtonProperty::setMultiline().
|
private |
Definition at line 18 of file EcalTPGTowerStatus.h.
Referenced by getMap(), and setValue().