Arras Doxygen Pages
mcrt_dataio::ClientReceiverFb
We are using a highly delta coded protocol to receive image data from back-end computations.
We call this protocol a “Pack Tile Codec”. Also, we call the message which uses Pack Tile
codec a “Progressive Frame” message.
ClientReceiverFb
keeps entire images internally and you can properly update these internal
images by execution of the decode action (decodeProgressiveFrame()) for multiple ProgressiveFrame messages
by received order.
You can retrieve the current latest image result from ClientReceiverFb whenever you want.
And also you can get other status and statistical information as well.