Merge request check
This commit is contained in:
@ -148,9 +148,3 @@ ReturnValue_t DataSet::deSerialize(const uint8_t** buffer, int32_t* size,
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
ReturnValue_t DataSet::serializeRawFromIdBuffer(uint8_t ** buffer, uint32_t * size,
|
||||
const uint32_t max_size, bool bigEndian, uint32_t * poolIdBuffer,
|
||||
uint32_t poolIdSize) {
|
||||
return RETURN_OK;
|
||||
}
|
||||
|
@ -129,9 +129,6 @@ public:
|
||||
ReturnValue_t deSerialize(const uint8_t** buffer, int32_t* size,
|
||||
bool bigEndian);
|
||||
|
||||
ReturnValue_t serializeRawFromIdBuffer(uint8_t ** buffer, uint32_t * size,
|
||||
const uint32_t max_size, bool bigEndian, uint32_t * poolIdBuffer,
|
||||
uint32_t poolIdSize);
|
||||
private:
|
||||
/**
|
||||
* \brief This array represents all pool variables registered in this set.
|
||||
|
@ -38,7 +38,7 @@ ReturnValue_t PoolRawAccess::read() {
|
||||
result = READ_TYPE_TOO_LARGE;
|
||||
}
|
||||
} else {
|
||||
info << "PoolRawAccess: Size: " << (int)read_out->getSize() << std::endl;
|
||||
//debug << "PoolRawAccess: Size: " << (int)read_out->getSize() << std::endl;
|
||||
result = READ_INDEX_TOO_LARGE;
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user