fsfw/src/fsfw/cfdp/helpers.h

12 lines
224 B
C
Raw Normal View History

#ifndef FSFW_EXAMPLE_HOSTED_HELPER_H
#define FSFW_EXAMPLE_HOSTED_HELPER_H
#include "definitions.h"
namespace cfdp {
2022-09-15 18:41:15 +02:00
const char* getConditionCodeString(cfdp::ConditionCode code);
}
#endif // FSFW_EXAMPLE_HOSTED_HELPER_H