CFDP SOURCE handler #157

Merged
muellerr merged 107 commits from cfdp-source-handler into develop 2023-10-19 10:59:55 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 1d97327f79 - Show all commits

View File

@ -142,7 +142,7 @@ ReturnValue_t cfdp::SourceHandler::putRequest(PutRequestFull& putRequest, Remote
Review

boop

boop
Review

Will be added when fault declaration works properly

Will be added when fault declaration works properly
ReturnValue_t cfdp::SourceHandler::prepareAndSendMetadataPdu() {
// FileSize fileSize();
// auto metadataInfo = MetadataInfo();
// auto metadataInfo = MetadataInfo(transactionParams.pduConf, transactionParams.fileSize);
// TODO: Implement
// Advance FSM if everythings works
step = TransactionStep::SENDING_FILE_DATA;

View File

@ -68,6 +68,7 @@ class SourceHandler {
EntityId destId;
TransmissionMode transmissionMode;
bool closureRequested;
PduConfig pduConf;
} transactionParams;
cfdp::CfdpState state = cfdp::CfdpState::IDLE;
TransactionStep step = TransactionStep::IDLE;