CFDP FSFW Integration #111

Merged
muellerr merged 170 commits from cfdp-integration into develop 2022-09-16 11:11:22 +02: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") {
}
}