#include <L1MonitorDigi.h>
Public Member Functions | |
unsigned | cid () const |
bool | empty () const |
L1MonitorDigi () | |
L1MonitorDigi (unsigned sid, unsigned cid, unsigned x1, unsigned x2, unsigned x3, unsigned value, unsigned data) | |
unsigned | raw () const |
unsigned | reset () |
void | setCid (int cid) |
void | setLoc (unsigned x1, unsigned x2, unsigned x3) |
void | setRaw (unsigned raw) |
void | setSid (int sid) |
void | setValue (unsigned val) |
unsigned | sid () const |
unsigned | value () const |
unsigned | x1 () const |
unsigned | x2 () const |
unsigned | x3 () const |
~L1MonitorDigi () | |
Private Attributes | |
unsigned | m_cid |
unsigned | m_data |
unsigned | m_location [3] |
unsigned | m_null |
unsigned | m_sid |
unsigned | m_value |
Definition at line 14 of file L1MonitorDigi.h.
L1MonitorDigi::L1MonitorDigi | ( | ) |
Definition at line 21 of file L1MonitorDigi.cc.
References reset().
L1MonitorDigi::L1MonitorDigi | ( | unsigned | sid, |
unsigned | cid, | ||
unsigned | x1, | ||
unsigned | x2, | ||
unsigned | x3, | ||
unsigned | value, | ||
unsigned | data | ||
) |
L1MonitorDigi::~L1MonitorDigi | ( | ) |
Definition at line 35 of file L1MonitorDigi.cc.
|
inline |
Definition at line 31 of file L1MonitorDigi.h.
References m_cid.
Referenced by L1MonitorDigi(), operator<<(), and setCid().
bool L1MonitorDigi::empty | ( | ) | const |
Definition at line 4 of file L1MonitorDigi.cc.
References m_cid, m_null, m_sid, and m_value.
Referenced by Vispa.Gui.VispaWidget.TextField::setAutosizeFont(), and Vispa.Gui.VispaWidget.TextField::setAutotruncate().
|
inline |
Definition at line 35 of file L1MonitorDigi.h.
References m_data.
Referenced by operator<<(), and setRaw().
unsigned L1MonitorDigi::reset | ( | void | ) |
Definition at line 10 of file L1MonitorDigi.cc.
References i, m_cid, m_data, m_location, m_null, m_sid, and m_value.
Referenced by BeautifulSoup.BeautifulStoneSoup::__init__(), and L1MonitorDigi().
|
inline |
Definition at line 24 of file L1MonitorDigi.h.
|
inline |
|
inline |
Definition at line 27 of file L1MonitorDigi.h.
|
inline |
Definition at line 23 of file L1MonitorDigi.h.
|
inline |
Definition at line 28 of file L1MonitorDigi.h.
References m_value.
Referenced by Vispa.Views.PropertyView.StringProperty::buttonClicked(), Vispa.Views.PropertyView.FileProperty::buttonClicked(), Vispa.Views.PropertyView.FileVectorProperty::buttonClicked(), Vispa.Views.PropertyView.TextEditWithButtonProperty::keyPressEvent(), and Vispa.Views.PropertyView.TextEditWithButtonProperty::setMultiline().
|
inline |
Definition at line 30 of file L1MonitorDigi.h.
References m_sid.
Referenced by L1MonitorDigi(), operator<<(), and setSid().
|
inline |
Definition at line 36 of file L1MonitorDigi.h.
References m_value.
Referenced by Vispa.Views.PropertyView.FileProperty::buttonClicked(), Types.string::configValue(), Types.FileInPath::configValue(), Mixins.UsingBlock::dumpPython(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::insertInto(), Mixins.UsingBlock::insertInto(), Types.double::insertInto(), Types.bool::insertInto(), Types.string::insertInto(), Types.FileInPath::insertInto(), Types.vint32::insertInto(), Types.vuint32::insertInto(), Types.vint64::insertInto(), Types.vuint64::insertInto(), Types.vdouble::insertInto(), Types.vbool::insertInto(), Types.vstring::insertInto(), L1MonitorDigi(), Vispa.Views.PropertyView.FileProperty::labelDoubleClicked(), and operator<<().
|
inline |
Definition at line 32 of file L1MonitorDigi.h.
References m_location.
Referenced by svgfig.Line::__repr__(), svgfig.LineGlobal::__repr__(), svgfig.HLine::__repr__(), svgfig.Rect::__repr__(), svgfig.LineAxis::__repr__(), L1MonitorDigi(), operator<<(), svgfig.Rect::Path(), setLoc(), and svgfig.LineGlobal::SVG().
|
inline |
Definition at line 33 of file L1MonitorDigi.h.
References m_location.
Referenced by svgfig.Line::__repr__(), svgfig.LineGlobal::__repr__(), svgfig.HLine::__repr__(), svgfig.Rect::__repr__(), svgfig.LineAxis::__repr__(), L1MonitorDigi(), operator<<(), svgfig.Rect::Path(), setLoc(), and svgfig.LineGlobal::SVG().
|
inline |
Definition at line 34 of file L1MonitorDigi.h.
References m_location.
Referenced by L1MonitorDigi(), operator<<(), and setLoc().
|
private |
Definition at line 44 of file L1MonitorDigi.h.
Referenced by cid(), empty(), L1MonitorDigi(), reset(), and setCid().
|
private |
Definition at line 47 of file L1MonitorDigi.h.
Referenced by L1MonitorDigi(), raw(), reset(), and setRaw().
|
private |
Definition at line 45 of file L1MonitorDigi.h.
Referenced by L1MonitorDigi(), reset(), setLoc(), x1(), x2(), and x3().
|
private |
Definition at line 48 of file L1MonitorDigi.h.
|
private |
Definition at line 43 of file L1MonitorDigi.h.
Referenced by empty(), L1MonitorDigi(), reset(), setSid(), and sid().
|
private |
Definition at line 46 of file L1MonitorDigi.h.
Referenced by empty(), L1MonitorDigi(), reset(), setValue(), and value().