Definition at line 1523 of file FactGui.h.
References Time::GetAsStr(), DimData::ptr(), DimData::size(), and DimData::time.
1531 const bool quality = d.
ptr<uint16_t>()[0]&bitmask;
1532 const bool value = d.
ptr<uint16_t>()[1]&bitmask;
1533 const uint16_t *ptr = d.
ptr<uint16_t>()+2;
1538 tip <<
"<table border='1'><tr><th colspan='11'>" << d.
time.
GetAsStr() <<
" (UTC)</th></tr><tr><th></th>";
1539 for (
int b=0; b<10; b++)
1540 tip <<
"<th>" << b <<
"</th>";
1550 for (
int c=0; c<4; c++)
1552 tip <<
"<tr><th>" << dec << c <<
"</th>" << hex;
1553 for (
int b=0; b<10; b++)
1556 << (ptr[c*10+b]&bitmask)
1563 led->setToolTip(tip.str().c_str());
void SetLedColor(QPushButton *button, LedColor_t col, const Time &t)
std::string GetAsStr(const char *fmt="%Y-%m-%d %H:%M:%S") const
const T * ptr(uint32_t offset=0) const