MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
remoteControlEditorInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2011 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 
11 #pragma once
12 
15 
16 #include <vlutil/vlString.h>
17 
18 class DtEntityIdentifier;
19 class DtLgrResponsePdu;
20 class DtFilename;
21 
22 namespace MAKLogger
23 {
24 
28  {
29  public:
30 
32 
33 
35 
36  private:
41 
42  public:
43 
45 
46 
48 
50  virtual void processResponse(const DtLgrResponsePdu& responsePdu);
51 
52  public:
53 
55  static const char* commandToString(int command);
56 
57 
58  protected:
59 
61 
62 
63 
64 
65 
66  protected:
67 
68  };
69 }
#define DT_VIRTUAL_CTR(CLASS_NAME, ARG_TYPES_LIST)
Declare a Virtual Constructor Create using DT_VIRTUAL_CTR(CLASS_NAME,ARG_TYPES_LIST) Where CLASS_NAME...
Definition: virtualConstructor.h:34
#define DT_DLL_LGR_RCI
Definition: lgrRemoteControlInterface.h:18
Contains DT_VIRTUAL_CTR DT_VIRTUAL_CTR_DEFAULTS DT_VIRTUAL_COPY_ASSIGN DT_VIRTUAL_BASE_CTR DT_PURE_VI...
Primary interface to remote loggers.
Definition: remoteControlInterface.h:73
Contains MAKLogger::DtRemoteControlDomainInterface for handling playback remote control messages...
Base class for handling commands and responses.
Definition: remoteControlDomainInterface.h:27
Instances of DtLgrResponsePdu are to respond to a remote controller with the result of a logger comma...
Definition: lcResponse.h:19
Responsible for invoking editor commands and processing editor responses.
Definition: remoteControlEditorInterface.h:27

Document ID: Generated on Thu Jul 14 15:45:33 EDT 2022 from SVN revision 244827
Copyright © 2021 MAK Technologies. All Rights Reserved (www.mak.com)