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