TTEthernet Model for INET Framework
|
Class representing a Task especially for API. More...
#include <Task.h>
Additional Inherited Members | |
![]() | |
Task () | |
Constructor. More... | |
virtual void | setFunctionPointer (void(*functionPointer)(void *)) |
Setter for the function pointer. More... | |
virtual cbFunc | getFunctionPointer () |
Getter for the function pointer. More... | |
virtual void | setFunctionArg (void *setFunctionArg) |
Setter for the function args. More... | |
virtual void * | getFunctionArg () |
Getter for the function args. More... | |
virtual void | executeTask () |
execution of the task. More... | |
![]() | |
void(* | fn )(void *) |
Function pointer of the task. More... | |
void * | arg |
Pointer to the function args. More... | |
bool | argSet |
Boolean indicating whether args were set. More... | |