1
0
forked from fsfw/fsfw

some stuff renamed

This commit is contained in:
2020-10-18 23:50:02 +02:00
parent 1bddfeb86b
commit 8b8324f21c
12 changed files with 15 additions and 15 deletions

View File

@ -29,7 +29,7 @@ using ParameterId_t = uint32_t;
class HasParametersIF {
public:
static const uint8_t INTERFACE_ID = CLASS_ID::HAS_PARAMETERS_IF;
static const ReturnValue_t INVALID_MATRIX_ID = MAKE_RETURN_CODE(0x01);
static const ReturnValue_t INVALID_IDENTIFIER_ID = MAKE_RETURN_CODE(0x01);
static const ReturnValue_t INVALID_DOMAIN_ID = MAKE_RETURN_CODE(0x02);
static const ReturnValue_t INVALID_VALUE = MAKE_RETURN_CODE(0x03);
static const ReturnValue_t READ_ONLY = MAKE_RETURN_CODE(0x05);