Bump FSFW #31
@ -142,7 +142,7 @@ ReturnValue_t cfdp::SourceHandler::putRequest(PutRequestFull& putRequest, Remote
|
|||||||
|
|
||||||
ReturnValue_t cfdp::SourceHandler::prepareAndSendMetadataPdu() {
|
ReturnValue_t cfdp::SourceHandler::prepareAndSendMetadataPdu() {
|
||||||
// FileSize fileSize();
|
// FileSize fileSize();
|
||||||
// auto metadataInfo = MetadataInfo();
|
// auto metadataInfo = MetadataInfo(transactionParams.pduConf, transactionParams.fileSize);
|
||||||
// TODO: Implement
|
// TODO: Implement
|
||||||
// Advance FSM if everythings works
|
// Advance FSM if everythings works
|
||||||
step = TransactionStep::SENDING_FILE_DATA;
|
step = TransactionStep::SENDING_FILE_DATA;
|
||||||
|
@ -68,6 +68,7 @@ class SourceHandler {
|
|||||||
EntityId destId;
|
EntityId destId;
|
||||||
TransmissionMode transmissionMode;
|
TransmissionMode transmissionMode;
|
||||||
bool closureRequested;
|
bool closureRequested;
|
||||||
|
PduConfig pduConf;
|
||||||
} transactionParams;
|
} transactionParams;
|
||||||
cfdp::CfdpState state = cfdp::CfdpState::IDLE;
|
cfdp::CfdpState state = cfdp::CfdpState::IDLE;
|
||||||
TransactionStep step = TransactionStep::IDLE;
|
TransactionStep step = TransactionStep::IDLE;
|
||||||
|
Loading…
Reference in New Issue
Block a user