Definition at line 102 of file runnable_intf.h.
◆ Run()
The Run method to set the component in running state.
This method will be called to activate the component by a given activation type.
- Parameters
-
[in] | tmTimeofActivation | Time of activation. Usually this is the StreamTime. |
[in] | ui32ActivationType | The activation type for running. |
[in] | pvUserData | pointer to a activation structure depending on the activation type. |
[in] | nUserDataSize | Size of the activation structure. (in byte) |
- Returns
- Standard result code.
- Return values
-
ERR_CANCELED | Depending on the caller (timer, cyclic thread) it will break cyclic running. |
Implemented in cTriggerFunction, and cTriggerFunction.