![]() |
MAK Data Logger API Documentation for HLA
|
DtResponseFunctor provides an abstract interface for functions which takes a response. More...
Inheritance diagram for MAKLogger::DtResponseFunctor:Public Member Functions | |
| virtual | ~DtResponseFunctor () |
| Virtual Destructor which does nothing. | |
| virtual void | operator() (DtResponse command)=0 |
| Abstract function call interface. | |
DtResponseFunctor provides an abstract interface for functions which takes a response.
|
inlinevirtual |
Virtual Destructor which does nothing.
|
pure virtual |
Abstract function call interface.
Implemented in MAKLogger::DtCommandInterfaceFunctor< T >.