FreeRTOScpp
|
Derived Callback to call to a function. More...
#include <CallBack.h>
Public Member Functions | |
FunctionCallback (Tr(*fun)(Tp1, Tp2)) | |
virtual | ~FunctionCallback () |
virtual void | callback (void, void)=0 |
virtual Tr | callback (Tp1 parm1, Tp2 parm2) |
void | setFun (Tr(*fun)(Tp1, Tp2)) |
Change the Memberfunction for the Callback. | |
Protected Attributes | |
Tr(* | m_fun )(Tp1, Tp2) |
Derived Callback to call to a function.
Tr | |
Tp1 | |
Tp2 |
|
inline |
|
inlinevirtual |
|
pure virtualinherited |
|
inlinevirtual |
|
inline |
Change the Memberfunction for the Callback.
fun |
|
protected |