![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/FPrimeBasicTypes.hpp>#include <Svc/Ccsds/CfdpManager/Types/StatusEnumAc.hpp>#include <config/FileSizeAliasAc.hpp>Go to the source code of this file.
Classes | |
| struct | Svc::Ccsds::Cfdp::Chunk |
| Pairs an offset with a size to identify a specific piece of a file. More... | |
| class | Svc::Ccsds::Cfdp::CfdpChunkList |
| C++ class encapsulation of CFDP chunk list operations. More... | |
Namespaces | |
| Svc | |
| RateGroupDivider component implementation. | |
| Svc::Ccsds | |
| Svc::Ccsds::Cfdp | |
Typedefs | |
| using | Svc::Ccsds::Cfdp::ChunkIdx = U16 |
| using | Svc::Ccsds::Cfdp::GapComputeCallback = void(*)(const Chunk *chunk, void *opaque) |
| Callback type for gap computation. More... | |
Functions | |
| static FileSize | Svc::Ccsds::Cfdp::CfdpChunkMax (FileSize a, FileSize b) |
| Selects the larger of the two passed-in offsets. More... | |