working pdu2handler

This commit is contained in:
2020-12-20 17:35:03 +01:00
parent 23fd408e08
commit c9fbd2c048
11 changed files with 113 additions and 67 deletions

View File

@ -14,11 +14,11 @@
class GomspaceDeviceHandler: public DeviceHandlerBase {
public:
static const ReturnValue_t FAILED_DESERIALIZATION = MAKE_RETURN_CODE(0xE0);
static const ReturnValue_t FAILED_SERIALIZATION = MAKE_RETURN_CODE(0xE1);
static const ReturnValue_t PACKET_TOO_LONG = MAKE_RETURN_CODE(0xE2);
static const ReturnValue_t INVALID_TABLE_ID = MAKE_RETURN_CODE(0xE3);
static const ReturnValue_t INVALID_ADDRESS = MAKE_RETURN_CODE(0xE4);
static const ReturnValue_t PACKET_TOO_LONG = MAKE_RETURN_CODE(0xE0);
static const ReturnValue_t INVALID_TABLE_ID = MAKE_RETURN_CODE(0xE1);
static const ReturnValue_t INVALID_ADDRESS = MAKE_RETURN_CODE(0xE2);
static const ReturnValue_t INVALID_PARAM_SIZE = MAKE_RETURN_CODE(0xE3);
static const ReturnValue_t INVALID_PAYLOAD_SIZE = MAKE_RETURN_CODE(0xE4);
/**
* @brief Constructor