FreeRTOScpp
FreeRTOScpp::CallBack< Tr, Tp > Class Template Referenceabstract

Specialization of CallBack with only one parameter. More...

#include <CallBack.h>

Inheritance diagram for FreeRTOScpp::CallBack< Tr, Tp >:

Public Member Functions

 CallBack ()
 
virtual ~CallBack ()
 
virtual Tr callback (Tp)=0
 

Detailed Description

template<class Tr, class Tp>
class FreeRTOScpp::CallBack< Tr, Tp >

Specialization of CallBack with only one parameter.

Constructor & Destructor Documentation

◆ CallBack()

template<class Tr , class Tp >
FreeRTOScpp::CallBack< Tr, Tp >::CallBack ( )
inline

◆ ~CallBack()

template<class Tr , class Tp >
virtual FreeRTOScpp::CallBack< Tr, Tp >::~CallBack ( )
inlinevirtual

References FreeRTOScpp::CallBack< Tr, Tp1, Tp2 >::callback().

Here is the call graph for this function:

Member Function Documentation

◆ callback()

template<class Tr , class Tp >
virtual Tr FreeRTOScpp::CallBack< Tr, Tp >::callback ( Tp  )
pure virtual

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