CFDP Update #682

Merged
gaisser merged 158 commits from mueller/cfdp-update-without-handlers into development 2022-11-14 15:04:45 +01:00
1 changed files with 12 additions and 0 deletions
Showing only changes of commit 52802f127b - Show all commits

View File

@ -40,4 +40,16 @@ TEST_CASE("CFDP Dest Handler", "[cfdp]") {
CHECK(destHandler.getCfdpState() == CfdpStates::IDLE);
CHECK(destHandler.getTransactionStep() == DestHandler::TransactionStep::IDLE);
}
SECTION("Empty File Transfer") {
}
SECTION("Small File Transfer") {
}
SECTION("Segmented File Transfer") {
}
}