MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
MAKLogger::DtCommandFunctor Class Referenceabstract

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...
 

Detailed Description

DtCommandFunctor provides an abstract interface for functions which takes a command and returns a response.

Constructor & Destructor Documentation

MAKLogger::DtCommandFunctor::DtCommandFunctor ( )
inline

Constructor.

virtual MAKLogger::DtCommandFunctor::~DtCommandFunctor ( )
inlinevirtual

Virtual Destructor which does nothing.

Member Function Documentation

virtual DtResponse MAKLogger::DtCommandFunctor::operator() ( const DtCommand command)
pure virtual

Abstract function call interface.

Implemented in MAKLogger::DtLgrCommandHandlerFunctor< T >.


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

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)