pool raw access changed reverted
This commit is contained in:
parent
625f3dc79c
commit
fa6cbe7e0c
@ -4,9 +4,6 @@
|
|||||||
#include <framework/serviceinterface/ServiceInterfaceStream.h>
|
#include <framework/serviceinterface/ServiceInterfaceStream.h>
|
||||||
#include <framework/osal/Endiness.h>
|
#include <framework/osal/Endiness.h>
|
||||||
|
|
||||||
//PoolRawAccess::PoolRawAccess() {
|
|
||||||
//}
|
|
||||||
|
|
||||||
PoolRawAccess::PoolRawAccess(uint32_t set_id, uint8_t setArrayEntry,
|
PoolRawAccess::PoolRawAccess(uint32_t set_id, uint8_t setArrayEntry,
|
||||||
DataSetIF* data_set, ReadWriteMode_t setReadWriteMode,
|
DataSetIF* data_set, ReadWriteMode_t setReadWriteMode,
|
||||||
bool registerVectors) :
|
bool registerVectors) :
|
||||||
@ -16,14 +13,6 @@ PoolRawAccess::PoolRawAccess(uint32_t set_id, uint8_t setArrayEntry,
|
|||||||
if (data_set != NULL) {
|
if (data_set != NULL) {
|
||||||
data_set->registerVariable(this);
|
data_set->registerVariable(this);
|
||||||
}
|
}
|
||||||
// if(registerVectors == true) {
|
|
||||||
// this->read();
|
|
||||||
// if(arrayEntry < arraySize - 1) {
|
|
||||||
// uint8_t nextArrayEntry = arrayEntry + 1;
|
|
||||||
// nextPoolRawAccess = new PoolRawAccess(set_id, nextArrayEntry,
|
|
||||||
// data_set,setReadWriteMode,true);
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PoolRawAccess::~PoolRawAccess() {
|
PoolRawAccess::~PoolRawAccess() {
|
||||||
|
@ -50,7 +50,6 @@ private:
|
|||||||
* \brief The information whether the class is read-write or read-only is stored here.
|
* \brief The information whether the class is read-write or read-only is stored here.
|
||||||
*/
|
*/
|
||||||
ReadWriteMode_t readWriteMode;
|
ReadWriteMode_t readWriteMode;
|
||||||
//PoolRawAccess * nextPoolRawAccess;
|
|
||||||
static const uint8_t RAW_MAX_SIZE = sizeof(double);
|
static const uint8_t RAW_MAX_SIZE = sizeof(double);
|
||||||
protected:
|
protected:
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user