MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
disLogger.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 #ifndef disLogger_H_
10 #define disLogger_H_
11 
12 #if DtDIS
13 
14 #include <lgrSim/lgrSim.h>
15 #include <lgrCore/logger.h>
17 
18 class DtExerciseConnInitializer;
19 
20 namespace MAKLogger
21 {
22 
23  class DtLgrDisSimInterface;
24 
29  {
30  public:
31 
34  DT_VIRTUAL_CTR(DtDisLogger,(bool autoInit))
35 
36 
37  virtual ~DtDisLogger();
38 
41  virtual void init();
42 
45  virtual void setNetmask(const DtString& netmaskString);
47  virtual const DtString& netmask() const;
48 
50  void connect(DtExerciseConnInitializer& exConnInit);
51 
52  virtual bool tick();
53 
54  protected:
55 
58  DtDisLogger();
59 
60  protected:
61 
63  DtString myNetmask;
64  };
65 
66 }
67 
68 #endif
69 #endif
DtLgrDisSimInterface * mySimInterface
Definition: disLogger.h:62
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
Contains DT_VIRTUAL_CTR DT_VIRTUAL_CTR_DEFAULTS DT_VIRTUAL_COPY_ASSIGN DT_VIRTUAL_BASE_CTR DT_PURE_VI...
DtString myNetmask
Definition: disLogger.h:63
Interface for controlling the connection to a DIS simulation.
Definition: lgrDisSimInterface.h:30
DtDISLogger is a DIS interface for creating a logger.
Definition: disLogger.h:28
Contains MAKLogger::DtLogger class.
DtLogger provides the core system structure and controls the execution model for the underlying objec...
Definition: logger.h:35

Document ID: Generated on Fri May 31 15:45:35 EDT 2024 from SVN revision 266500
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)