1
0
forked from fsfw/fsfw

Communication Message continued

This commit is contained in:
2020-03-04 23:07:54 +01:00
parent fb6172fdc5
commit 43ac0ec04b
3 changed files with 160 additions and 52 deletions

View File

@ -73,10 +73,15 @@ public:
virtual ReturnValue_t getSendSuccess(Cookie *cookie) = 0;
/**
* Called by DHB in the SEND_WRITE doSendRead().
* @param cookie
* @return
*/
virtual ReturnValue_t requestReceiveMessage(Cookie *cookie) = 0;
/**
* Called by DHB in the GET_WIRTE doGetRead().
* Called by DHB in the GET_WRITE doGetRead().
* This function is used to receive data from the physical device
* by implementing and calling related drivers or wrapper functions.
* @param cookie