retval replacements
This commit is contained in:
@ -7,12 +7,10 @@
|
||||
#include <cstdint>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
// ScexHelper helper;
|
||||
// helper.deSerialize(data, ...);
|
||||
// sif::info << helper << std::endl;
|
||||
class ScexHelper : public HasReturnvaluesIF, public SerializeIF {
|
||||
|
||||
class ScexHelper : public SerializeIF {
|
||||
public:
|
||||
static const ReturnValue_t INVALID_CRC = HasReturnvaluesIF::makeReturnCode(0, 2);
|
||||
static const ReturnValue_t INVALID_CRC = returnvalue::makeCode(0, 2);
|
||||
|
||||
ScexHelper();
|
||||
ReturnValue_t serialize(uint8_t **buffer, size_t *size, size_t maxSize,
|
||||
|
Reference in New Issue
Block a user