fixed timeslot task IF

This commit is contained in:
Robin Müller 2020-12-15 15:12:31 +01:00
parent 4d5186b6cd
commit 103d8b8c6a

View File

@ -14,7 +14,8 @@ public:
/** /**
* Add an object with a slot time and the execution step to the task. * Add an object with a slot time and the execution step to the task.
* The execution step shall be passed to the object. * The execution step will be passed to the object (e.g. as an operation
* code in #performOperation)
* @param componentId * @param componentId
* @param slotTimeMs * @param slotTimeMs
* @param executionStep * @param executionStep