MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
lgrSim
disLogger.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 disLogger_H_
10
#define disLogger_H_
11
12
#if DtDIS
13
14
#include <
lgrSim/lgrSim.h
>
15
#include <
lgrCore/logger.h
>
16
#include <
lgrUtil/virtualConstructor.h
>
17
18
class
DtExerciseConnInitializer;
19
20
namespace
MAKLogger
21
{
22
23
class
DtLgrDisSimInterface;
24
28
class
DT_DLL_LGRSIM
DtDisLogger :
public
DtLogger
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
62
DtLgrDisSimInterface* mySimInterface;
63
DtString
myNetmask;
64
};
65
66
}
67
68
#endif
69
#endif
Document ID: Generated on Thu Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (
www.mak.com
)