1
0
forked from fsfw/fsfw

experimenting with recursive constructor and dataset call

This commit is contained in:
2019-12-11 01:57:36 +01:00
parent f7d8f0c161
commit 138cac98d1
2 changed files with 6 additions and 4 deletions

View File

@ -50,6 +50,7 @@ private:
* \brief The information whether the class is read-write or read-only is stored here.
*/
ReadWriteMode_t readWriteMode;
PoolRawAccess * nextPoolRawAccess;
static const uint8_t RAW_MAX_SIZE = sizeof(double);
protected:
/**