eive-obsw/mission/system/tree/util.h
Robin Mueller 9c0a89bbdc
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
added all checks, made checker func generic
2022-04-28 16:20:41 +02:00

13 lines
248 B
C++

#ifndef MISSION_SYSTEM_TREE_UTIL_H_
#define MISSION_SYSTEM_TREE_UTIL_H_
#include <fsfw/returnvalues/HasReturnvaluesIF.h>
namespace subsystem {
void checkInsert(ReturnValue_t result, const char* ctx);
}
#endif /* MISSION_SYSTEM_TREE_UTIL_H_ */