1
0
forked from fsfw/fsfw

share dring buffer update

This commit is contained in:
2020-09-04 15:10:44 +02:00
parent b87a8ba086
commit 06400fa7bb
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
#include <framework/container/SharedRingBuffer.h>
#include <framework/ipc/MutexFactory.h>
#include <framework/ipc/MutexHelper.h>
#include "../container/SharedRingBuffer.h"
#include "../ipc/MutexFactory.h"
#include "../ipc/MutexHelper.h"
SharedRingBuffer::SharedRingBuffer(object_id_t objectId, const size_t size,
bool overwriteOld, size_t maxExcessBytes):