MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrRemotePlaybackInterfaceResponseHandler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2024 MAK Technologies, Inc
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
13 
14 class DtString;
15 
16 namespace MAKLogger
17 {
20  {
21  public:
24 
27 
29  virtual void fileInvalidMessageBox( const DtEntityIdentifier& source, const DtString& fileName, const DtString& reason );
30 
32  virtual void fileDoesNotExist( const DtEntityIdentifier& source, const DtString& fileName );
33 
36 
37 
38  //protected:
39 
40  private:
43 
46 
47  };
48 
49 }
Primary interface to remote loggers.
Definition: remoteControlInterface.h:73
#define DT_DLL_LGRREMOTEGUI
Definition: lgrRemoteGui.h:21
Contains MAKLogger::DtRemoteControlPlaybackInterface for handling playback remote control messages...
The response handler class implementation.
Definition: lgrRemotePlaybackInterfaceResponseHandler.h:19
Responsible for invoking playback commands and processing playback responses.
Definition: remoteControlPlaybackInterface.h:29

Document ID: Generated on Thu Oct 3 15:35:11 EDT 2024 from SVN revision 270037
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)