|
SatDump 2.0.0-alpha-520736c72
|
MSG/ELEKTRO-specific Segmented Decoder. More...
#include <segment_decoder.h>
Public Member Functions | |
| void | init (int bit_depth, int max_seg, int segment_width, int segment_height) |
| MSGSegmentedImageDecoder (XRITFile &file) | |
| void | pushSegment (image::Image &data, int segc) |
| void | pushSegment (XRITFile &file) |
| Push a segment into the work-in-progress image. These should already be filtered using file_info.seg_groupid. | |
| bool | isComplete () |
| Allows knowing if an image is complete, to save it instantly. | |
| void | reset () |
| Resets the decoder, to lower RAM usage. | |
| bool | hasData () |
| Allows knowing if an image has data at all (and hence, worth saving) | |
Additional Inherited Members | |
| Public Attributes inherited from satdump::xrit::SegmentedImageDecoder | |
| image::Image | image |
| XRITFileInfo | info |
MSG/ELEKTRO-specific Segmented Decoder.
|
inlinevirtual |
Allows knowing if an image has data at all (and hence, worth saving)
Implements satdump::xrit::SegmentedImageDecoder.
|
inlinevirtual |
Allows knowing if an image is complete, to save it instantly.
Implements satdump::xrit::SegmentedImageDecoder.
|
inlinevirtual |
Push a segment into the work-in-progress image. These should already be filtered using file_info.seg_groupid.
| file | segment to push |
Implements satdump::xrit::SegmentedImageDecoder.
|
inlinevirtual |
Resets the decoder, to lower RAM usage.
Implements satdump::xrit::SegmentedImageDecoder.