|
SatDump 2.0.0-alpha-520736c72
|
Public Member Functions | |
| XRITDemux (int mpdu_size=884, bool check_crc=true) | |
| std::vector< XRITFile > | work (uint8_t *cadu) |
Public Attributes | |
| std::function< void(XRITFile &)> | onParseHeader = [](XRITFile &) -> void {} |
| std::function< bool(XRITFile &, ccsds::CCSDSPacket &, bool)> | onProcessData = [](XRITFile &, ccsds::CCSDSPacket &, bool) -> bool { return true; } |
| std::function< void(XRITFile &)> | onFinalizeData = [](XRITFile &) -> void {} |