|
|
void | out_init () override |
| | Create a new stream and start a new event.
|
| |
| void | out_next (uint8_t nbits) override |
| | Complete the event and start the next one. More...
|
| |
| void | out_done (uint8_t nbits) override |
| | Complete the event and finalize the stream. More...
|
| |
| void | out_data (uint64_t data) override |
| | Output 64-bit data word for current event. More...
|
| |
| uint8_t | on_error (OutputError error) override |
| | Callback on encoding error. More...
|
| |
◆ on_error()
| uint8_t itk::itkpix::endec::dummy::OutputCallback::on_error |
( |
OutputError |
error | ) |
|
|
inlineoverridevirtual |
◆ out_data()
| void itk::itkpix::endec::dummy::OutputCallback::out_data |
( |
uint64_t |
data | ) |
|
|
inlineoverridevirtual |
◆ out_done()
| void itk::itkpix::endec::dummy::OutputCallback::out_done |
( |
uint8_t |
nbits | ) |
|
|
inlineoverridevirtual |
◆ out_next()
| void itk::itkpix::endec::dummy::OutputCallback::out_next |
( |
uint8_t |
nbits | ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: