ssize_t in deSerialize replaced by size_t
This commit is contained in:
container
datapool
DataPoolParameterWrapper.cppDataPoolParameterWrapper.hDataSet.cppDataSet.hPIDReader.hPoolRawAccess.cppPoolRawAccess.hPoolRawAccessHelper.cppPoolRawAccessHelper.hPoolVariable.hPoolVector.h
devicehandlers
events/eventmatching
globalfunctions
parameters
power
serialize
SerialArrayListAdapter.hSerialBufferAdapter.cppSerialBufferAdapter.hSerialFixedArrayListAdapter.hSerialLinkedListAdapter.hSerializeAdapter.hSerializeAdapterInternal.hSerializeElement.hSerializeIF.h
storagemanager
subsystem
test
thermal
tmstorage
tmtcpacket
@@ -136,7 +136,7 @@ void DataSet::setValid(uint8_t valid) {
|
||||
}
|
||||
}
|
||||
|
||||
ReturnValue_t DataSet::deSerialize(const uint8_t** buffer, ssize_t* size,
|
||||
ReturnValue_t DataSet::deSerialize(const uint8_t** buffer, size_t* size,
|
||||
bool bigEndian) {
|
||||
ReturnValue_t result = RETURN_FAILED;
|
||||
for (uint16_t count = 0; count < fill_count; count++) {
|
||||
|
Reference in New Issue
Block a user