1
0
forked from fsfw/fsfw

doc improved

This commit is contained in:
2020-07-28 18:12:10 +02:00
parent 69f9ff02f0
commit 9acf82cf51
2 changed files with 3 additions and 1 deletions

View File

@ -379,6 +379,8 @@ protected:
* @param deviceCommand Identifier of the command to add.
* @param maxDelayCycles The maximum number of delay cycles the command
* waits until it times out.
* @param replyLen Will be supplied to the requestReceiveMessage call of
* the communication interface.
* @param periodic Indicates if the command is periodic (i.e. it is sent
* by the device repeatedly without request) or not. Default is aperiodic (0)
* @return - @c RETURN_OK when the command was successfully inserted,