TTEthernet Model for INET Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
TTEthernetModel::APITask Class Reference

Class representing a Task especially for API. More...

#include <Task.h>

Inheritance diagram for TTEthernetModel::APITask:
TTEthernetModel::Task

Additional Inherited Members

- Public Member Functions inherited from TTEthernetModel::Task
 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...
 
- Protected Attributes inherited from TTEthernetModel::Task
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...
 

Detailed Description

Class representing a Task especially for API.

See Also
Task

Definition at line 111 of file Task.h.


The documentation for this class was generated from the following file: