1
0
forked from fsfw/fsfw

some comments for missing doc

This commit is contained in:
2020-02-15 18:55:22 +01:00
parent e15839b3a6
commit d8ed5bb1c1
2 changed files with 27 additions and 0 deletions

View File

@ -11,6 +11,14 @@ class TmStoreBackendIF;
class TmStoreFrontendIF {
public:
virtual TmStoreBackendIF* getBackend() const = 0;
/**
* What do I need to implement here?
* This is propably used by PUS Service 15 so we should propably check for messages..
* Provide base implementation?
* @param opCode
* @return
*/
virtual ReturnValue_t performOperation(uint8_t opCode) = 0;
/**
* Callback from the back-end to indicate a certain packet was received.