1
0
forked from fsfw/fsfw

Merge remote-tracking branch 'upstream/master'

into mueller_framework
This commit is contained in:
2020-04-18 13:30:22 +02:00
16 changed files with 63 additions and 57 deletions

View File

@ -106,8 +106,9 @@ public:
protected:
/**
* Check the target subservice
* @param subservice
* @return
* @param subservice[in]
* @return -@c RETURN_OK on success
* -@c INVALID_SUBSERVICE if service is not known
*/
virtual ReturnValue_t isValidSubservice(uint8_t subservice) = 0;