1
0
forked from fsfw/fsfw

renaming complete, pool in namespace

This commit is contained in:
2020-05-17 13:37:50 +02:00
parent cbfa21d45a
commit 5b8a6e35dc
15 changed files with 37 additions and 31 deletions

View File

@ -111,11 +111,11 @@ ReturnValue_t GlobDataSet::handleUnreadDatasetCommit() {
}
ReturnValue_t GlobDataSet::unlockDataPool() {
return ::dataPool.freeDataPoolLock();
return glob::dataPool.freeDataPoolLock();
}
ReturnValue_t GlobDataSet::lockDataPool() {
return ::dataPool.lockDataPool();
return glob::dataPool.lockDataPool();
}
ReturnValue_t GlobDataSet::serialize(uint8_t** buffer, size_t* size,