#include <ITkPixelDecodingAlg.h>
Definition at line 145 of file ITkPixelDecodingAlg.h.
◆ TestEventCallback()
| PixelCallbacks::TestEventCallback::TestEventCallback |
( |
MsgStream & | src | ) |
|
|
inline |
◆ ~TestEventCallback()
| PixelCallbacks::TestEventCallback::~TestEventCallback |
( |
| ) |
|
|
default |
◆ add_hit()
| void PixelCallbacks::TestEventCallback::add_hit |
( |
uint16_t | col, |
|
|
uint16_t | row, |
|
|
uint16_t | tot ) |
|
inline |
Definition at line 162 of file ITkPixelDecodingAlg.h.
162 {
163 m_msg_source << MSG::DEBUG <<
"add_hit(" << col <<
"," <<
row <<
"," <<
tot <<
")" << std::endl;
164 }
row
Appending html table to final .html summary file.
◆ add_hmap()
| void PixelCallbacks::TestEventCallback::add_hmap |
( |
uint8_t | qcol, |
|
|
uint8_t | qrow, |
|
|
uint16_t | hmap, |
|
|
uint64_t | tots ) |
|
inline |
Definition at line 166 of file ITkPixelDecodingAlg.h.
166 {
167 m_msg_source << MSG::DEBUG <<
"add_hmap(qcol=" << qcol <<
",qrow=" << qrow
168 << ",hmap=" << hmap << ",tots=" << tots << ")" << std::endl;
169 }
◆ add_qcore()
| void PixelCallbacks::TestEventCallback::add_qcore |
( |
uint8_t | qcol, |
|
|
uint8_t | qrow, |
|
|
uint64_t | qtot ) |
|
inline |
Definition at line 171 of file ITkPixelDecodingAlg.h.
171 {
172 m_msg_source << MSG::DEBUG <<
"add_qcore(qcol=" << qcol <<
",qrow=" << qrow
173 << ",qtot=" << qtot << ")" << std::endl;
174 }
◆ evt_done()
| void PixelCallbacks::TestEventCallback::evt_done |
( |
| ) |
|
|
inline |
◆ evt_init()
| void PixelCallbacks::TestEventCallback::evt_init |
( |
uint8_t | tag | ) |
|
|
inline |
◆ evt_next()
| void PixelCallbacks::TestEventCallback::evt_next |
( |
uint8_t | tag | ) |
|
|
inline |
◆ on_error()
| uint8_t PixelCallbacks::TestEventCallback::on_error |
( |
itksw::pix::endec::intf::EventError | error | ) |
|
|
inline |
◆ m_msg_source
| MsgStream& PixelCallbacks::TestEventCallback::m_msg_source |
The documentation for this class was generated from the following file: