![]() |
MAK Data Logger API Documentation for DIS
|
Contains MAKLogger::DtCommandFunctor, MAKLogger::DtResponseFunctor, MAKLogger::DtLgrCommandHandlerFunctor,MAKLogger:: DtCommandInterfaceFunctor classes. More...
Go to the source code of this file.
Classes | |
| class | MAKLogger::DtCommandFunctor |
| DtCommandFunctor provides an abstract interface for functions which takes a command and returns a response. More... | |
| class | MAKLogger::DtResponseFunctor |
| DtResponseFunctor provides an abstract interface for functions which takes a response. More... | |
| class | MAKLogger::DtLgrCommandHandlerFunctor< T > |
| DtLgrCommandHandlerFunctor provides an implementation of the DtCommandFunctor which wraps a single member function call. More... | |
| class | MAKLogger::DtCommandInterfaceFunctor< T > |
| DtCommandInterfaceFunctor provides an implementation of the DtResponseFunctor which wraps a single member function call. More... | |
Namespaces | |
| MAKLogger | |
| MAKLogger::DtLgrGenericFileFormats. | |
Macros | |
| #define | lgrCommandFunctor_inl_ |
Typedefs | |
| typedef DtBoost::shared_ptr < DtCommandFunctor > | MAKLogger::DtCommandFunctorSP |
| Typedefs for shared pointer to the Functors. More... | |
| typedef DtBoost::shared_ptr < DtResponseFunctor > | MAKLogger::DtResponseFunctorSP |
Functions | |
| template<typename T > | |
| DtCommandFunctorSP | MAKLogger::createHandler (T *const object, typename DtLgrCommandHandlerFunctor< T >::ProcCmdFunction function) |
| DtLgrCommandHandler is a utility function for creating shared pointers to DtLgrCommandHandlerFunctor's. More... | |
| template<typename T > | |
| DtResponseFunctorSP | MAKLogger::createHandler (T *const object, typename DtCommandInterfaceFunctor< T >::ProcCmdFunction function) |
| DtResponseHandler is a utility function for creating shared pointers to DtCommandInterfaceFunctor's. More... | |
Contains MAKLogger::DtCommandFunctor, MAKLogger::DtResponseFunctor, MAKLogger::DtLgrCommandHandlerFunctor,MAKLogger:: DtCommandInterfaceFunctor classes.
| #define lgrCommandFunctor_inl_ |