1
0
forked from fsfw/fsfw

added FSFW verbose level

This commit is contained in:
2021-01-12 20:53:30 +01:00
parent f9a8c3d35a
commit 59b4f50c1c
3 changed files with 12 additions and 6 deletions

View File

@ -1,11 +1,12 @@
#ifndef FSFW_DATAPOOLLOCAL_ACCESSLOCALPOOLF_H_
#define FSFW_DATAPOOLLOCAL_ACCESSLOCALPOOLF_H_
//#include "LocalDataPoolManager.h"
#include <fsfw/ipc/MutexIF.h>
class LocalDataPoolManager;
class MutexIF;
/**
* @brief Accessor class which can be used by classes which like to use the pool manager.
*/
class AccessPoolManagerIF {
public:
virtual ~AccessPoolManagerIF() {};