move GNSS NReset handling to assembly
Some checks failed
EIVE/eive-obsw/pipeline/head Build queued...
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

- Also update fsfwgen dependency
This commit is contained in:
2022-04-01 14:01:12 +02:00
parent ff86b9bbb3
commit 1eb5a428cb
7 changed files with 55 additions and 27 deletions

View File

@ -50,6 +50,7 @@ class DualLaneAssemblyBase : public AssemblyBase, public ConfirmsFailuresIF {
* @return
*/
bool isUseable(object_id_t object, Mode_t mode);
/**
* Thin wrapper function which is required because the helper class
* can not access protected member functions.