VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vl
designatorDecoderDIS.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*******************************************************************************/
5
6
7
#if DtDIS
8
11
12
#ifndef DtDisDesignatorDecoder_H_
13
#define DtDisDesignatorDecoder_H_
14
15
#include "
stateDecoder.h
"
16
#include "
designatorPdu.h
"
17
#include "
designatorRepository.h
"
18
19
class
DT_DLL_VL
DtDesignatorDecoder
:
public
DtStateDecoder
20
{
21
public
:
23
DtDesignatorDecoder
(
DtExerciseConn
* exConn);
24
26
virtual
~
DtDesignatorDecoder
();
27
29
DtDesignatorDecoder
(
const
DtDesignatorDecoder
& );
30
32
DtDesignatorDecoder
& operator=(
const
DtDesignatorDecoder
& );
33
35
virtual
void
decode(
36
const
DtDesignatorPdu& pdu,
DtDesignatorRepository
* stateRep );
37
38
DtCLONE_DECODER(
DtDesignatorDecoder
);
39
};
40
41
#endif
42
43
#endif
44
DtExerciseConn
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition:
exerciseConnHLA.h:60
DT_DLL_VL
#define DT_DLL_VL
Definition:
vlMachineTypes.h:108
designatorRepository.h
stateDecoder.h
designatorPdu.h
DtDesignatorRepository
class DtDesignatorRepository:
Definition:
designatorRepository.h:20
DtDesignatorDecoder
class DtDesignatorDecoder:
Definition:
designatorDecoderHLA.h:31
Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)