eive-obsw/mission/system/tree/util.h
Robin Mueller aa86bc722f
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
retval corrections
2022-08-29 15:56:18 +02:00

13 lines
224 B
C++

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