10#include "xrit/xrit_file.h"
Abstract Segmented decoder implementation to be overriden for mission-specific decoders.
Definition segment_decoder.h:26
virtual bool hasData()=0
Allows knowing if an image has data at all (and hence, worth saving)
virtual bool isComplete()=0
Allows knowing if an image is complete, to save it instantly.
virtual void pushSegment(XRITFile &file)=0
Push a segment into the work-in-progress image. These should already be filtered using file_info....
virtual void reset()=0
Resets the decoder, to lower RAM usage.
Contains functions to identify and process xRIT files.
Struct holding all identifying information on a xRIT files being processed.
Definition identify.h:56
Definition xrit_file.h:143