1
0
forked from fsfw/fsfw

new f unctions for read error reporting, bugfix

This commit is contained in:
2021-01-07 19:10:07 +01:00
parent 8aaf45049f
commit 007526c050
4 changed files with 48 additions and 23 deletions

View File

@ -181,6 +181,7 @@ protected:
#endif
private:
void reportReadCommitError(bool read, object_id_t objectId, lp_id_t lpId);
};
#include "LocalPoolVariable.tpp"