1
0
forked from fsfw/fsfw

some bugfixes

This commit is contained in:
2022-08-09 15:09:43 +02:00
parent dba3f9960e
commit 7f9401cf63
8 changed files with 48 additions and 9 deletions

View File

@ -19,7 +19,7 @@ class CfdpFaultHandlerMock : public cfdp::FaultHandlerBase {
void ignoreCb(cfdp::ConditionCode code) override;
FaultInfo& getFhInfo(cfdp::FaultHandlerCodes fhCode);
bool faultCbWasCalled() const;
[[nodiscard]] bool faultCbWasCalled() const;
void reset();
private: