1
0
forked from fsfw/fsfw

removed plural

This commit is contained in:
2021-02-27 13:56:48 +01:00
parent f45d19a961
commit 788dbe4eca
5 changed files with 10 additions and 10 deletions

View File

@ -52,7 +52,7 @@ public:
* Otherwise, only an notification message is sent.
* @return
*/
virtual ReturnValue_t subscribeForSetUpdateMessages(const uint32_t setId,
virtual ReturnValue_t subscribeForSetUpdateMessage(const uint32_t setId,
object_id_t destinationObject, MessageQueueId_t targetQueueId,
bool generateSnapshot) = 0;
@ -70,7 +70,7 @@ public:
* only an notification message is sent.
* @return
*/
virtual ReturnValue_t subscribeForVariableUpdateMessages(
virtual ReturnValue_t subscribeForVariableUpdateMessage(
const lp_id_t localPoolId,
object_id_t destinationObject,
MessageQueueId_t targetQueueId,