#ifndef FSFW_EXAMPLE_HOSTED_HELPER_H #define FSFW_EXAMPLE_HOSTED_HELPER_H #include "definitions.h" namespace cfdp { const char* getConditionCodeString(cfdp::ConditionCodes code); } #endif // FSFW_EXAMPLE_HOSTED_HELPER_H