Bump FSFW #31
@ -103,6 +103,7 @@ cfdp::SourceHandler::FsmResult& cfdp::SourceHandler::fsmNacked() {
|
|||||||
|
|
||||||
cfdp::SourceHandler::FsmResult& cfdp::SourceHandler::stateMachine() {
|
cfdp::SourceHandler::FsmResult& cfdp::SourceHandler::stateMachine() {
|
||||||
fsmResult.packetsSent = 0;
|
fsmResult.packetsSent = 0;
|
||||||
|
fsmResult.errors = 0;gits
|
||||||
if (state == cfdp::CfdpState::IDLE) {
|
if (state == cfdp::CfdpState::IDLE) {
|
||||||
return fsmResult;
|
return fsmResult;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user