MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
hlaLogger.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #ifndef hlaLogger_H_
10 #define hlaLogger_H_
11 
12 #if DtHLA
13 
14 #include <lgrSim/lgrSim.h>
15 #include <lgrCore/logger.h>
17 
18 class DtExerciseConnInitializer;
19 
20 namespace MAKLogger
21 {
22 
23  class DtLgrHlaSimInterface;
24 
29  {
30  public:
31 
34  DT_VIRTUAL_CTR(DtHlaLogger,(bool autoInit))
35 
36 
37  virtual ~DtHlaLogger();
38 
41  virtual void init();
42 
44  void connect(DtExerciseConnInitializer& exConnInit);
45 
46  virtual bool tick();
47 
48  protected:
49 
52  DtHlaLogger();
53 
54  protected:
55 
57  };
58 
59 }
60 
61 #endif
62 #endif
Defines IMPORT/EXPORT macros for lgrSim library.
#define DT_DLL_LGRSIM
Definition: lgrSim.h:21
#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
DtHlaLogger is a Hla interface for creating a logger.
Definition: hlaLogger.h:28
Contains DT_VIRTUAL_CTR DT_VIRTUAL_CTR_DEFAULTS DT_VIRTUAL_COPY_ASSIGN DT_VIRTUAL_BASE_CTR DT_PURE_VI...
DtLgrHlaSimInterface * mySimInterface
Definition: hlaLogger.h:56
Contains MAKLogger::DtLogger class.
DtLogger provides the core system structure and controls the execution model for the underlying objec...
Definition: logger.h:35
Interface for HLA simulation.
Definition: lgrHlaSimInterface.h:38

Document ID: Generated on Mon Mar 22 15:30:17 EDT 2021 from SVN revision 226440
Copyright © 2021 MAK Technologies. All Rights Reserved (www.mak.com)