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
interactionDIS.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 MAK Technologies, Inc
3
** All rights reserved.
4
*********************************************************************/
5
6
#pragma once
7
10
11
#if DtDIS
12
13
#include <
vl/pduWithAttributeRecordSets.h
>
14
15
class
DtPduEncoder
;
16
24
class
DT_DLL_VL
DtInteraction
:
public
DtPduWithAttributeRecordSets
25
{
26
public
:
27
29
DtInteraction
();
30
32
virtual
~
DtInteraction
();
33
35
DtInteraction
(
const
DtInteraction
& orig);
36
38
DtInteraction
& operator=(
const
DtInteraction
& orig);
39
40
};
41
42
#endif
43
DtInteraction
DtInteraction is an abstract base class for representing HLA interactions (or events) (as opposed to ...
Definition:
interactionHLA.h:33
DT_DLL_VL
#define DT_DLL_VL
Definition:
vlMachineTypes.h:108
DtPduEncoder
The DtPduEncoder class provides a base class for all DIS encoders.
Definition:
pduEncoder.h:18
pduWithAttributeRecordSets.h
Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)