My Project
|
– ProgressiveFrame message decoder for frontend client – More...
#include <mcrt_messages/ProgressiveFrame.h>
#include <scene_rdl2/common/grid_util/Fb.h>
#include <scene_rdl2/common/grid_util/LatencyLog.h>
#include <scene_rdl2/common/grid_util/Parser.h>
#include <scene_rdl2/common/math/Viewport.h>
#include <scene_rdl2/common/rec_time/RecTime.h>
Go to the source code of this file.
Classes | |
class | mcrt_dataio::ClientReceiverFb |
– ProgressiveFrame message decoder for frontend client –
This file includes ClientReceiverFb class and it is used by frontend client.
This ClientReceiverFb decodes ProgressiveFrame message. And ClientReceiverFb keeps entire images internally and they are properly updated according to the multiple ProgressiveFrame messages.
You can retrieve current image result from ClientReceiverFb whenever you want.