|
using | EventCallback = T::EventCallback |
|
|
| DecCore (Options opt, EventCallback &cb_evt) |
|
void | initialize () override |
| Initialise decoder core.
|
|
void | finalize () override |
| Finalise decoder core.
|
|
void | decode (uint64_t data) override |
| Decode single 64-bit data frame. More...
|
|
void | decode (const std::span< const uint8_t > buff) override |
| Decode data packet as received from FELIX. When reinterpreting as 64-bit words requires swapping of 32-bit words. More...
|
|
void | decode (const std::span< const uint64_t > buff64) override |
| Decode data packet. More...
|
|
virtual | ~DecCore ()=default |
| Destructor.
|
|
void | decode (const uint8_t *buff, size_t size) |
| Decode data packet as received from FELIX. When reinterpreting as 64-bit words requires swapping of 32-bit words. More...
|
|
void | decode (const uint64_t *buff64, size_t size64) |
| Decode data packet. More...
|
|
◆ decode() [1/3]
◆ decode() [2/3]
Decode data packet as received from FELIX. When reinterpreting as 64-bit words requires swapping of 32-bit words.
- Parameters
-
buff | - 8-bit data buffer (match FELIX data packet) |
Implements itk::itkpix::endec::intf::DecCore.
◆ decode() [3/3]
The documentation for this class was generated from the following file: