FreeRTOScpp
Loading...
Searching...
No Matches
FunctionCallback< Tr > Class Template Referenceabstract

#include <CallBack.h>

Inheritance diagram for FunctionCallback< Tr >:
Collaboration diagram for FunctionCallback< Tr >:

Public Member Functions

 FunctionCallback (Tr(*fun)())
 
virtual ~FunctionCallback ()
 
virtual Tr callback (void, void)=0
 
virtual Tr callback ()
 
void setFun (Tr *fun())
 

Protected Attributes

Tr(* m_fun )()
 

Constructor & Destructor Documentation

◆ FunctionCallback()

template<class Tr >
FunctionCallback< Tr >::FunctionCallback ( Tr(* fun )())
inline

◆ ~FunctionCallback()

template<class Tr >
virtual FunctionCallback< Tr >::~FunctionCallback ( )
inlinevirtual

Member Function Documentation

◆ callback() [1/2]

virtual Tr CallBack< Tr, void, void >::callback ( void ,
void  )
pure virtualinherited

◆ callback() [2/2]

template<class Tr >
virtual Tr FunctionCallback< Tr >::callback ( )
inlinevirtual

◆ setFun()

template<class Tr >
void FunctionCallback< Tr >::setFun ( Tr * fun())
inline

Member Data Documentation

◆ m_fun

template<class Tr >
Tr(* FunctionCallback< Tr >::m_fun) ()
protected

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