added clang script and forward declarations
Some checks failed
EIVE/eive-obsw/pipeline/head Build queued...
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2022-01-17 15:57:52 +01:00
parent 7138d29041
commit 975b3cd294
4 changed files with 23 additions and 0 deletions

View File

@ -7,6 +7,8 @@
#include <fsfw/ipc/MessageQueueIF.h>
#include <linux/obc/PtmeIF.h>
class StorageManagerIF;
/**
* @brief This class represents a virtual channel. Sending a tm message to an object of this class
* will forward the tm packet to the respective virtual channel of the PTME IP Core.