Amending PR #145, forgot some documentation

This commit is contained in:
Ulrich Mohr 2020-08-04 12:22:45 +02:00
parent 03539a6991
commit 78442a8b92

View File

@ -35,7 +35,7 @@ public:
ReturnValue_t handleActionMessage(CommandMessage* command);
/**
* Helper initialize function. Must be called before use of any other helper function
* @param queueToUse_ Pointer to the messageQueue to be used
* @param queueToUse_ Pointer to the messageQueue to be used, optional if queue was set in constructor
* @return Returns RETURN_OK if successful
*/
ReturnValue_t initialize(MessageQueueIF* queueToUse_ = nullptr);