VR-Link API Documentation for DIS
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
disPduFactory.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
9
10
#pragma once
11
12
#if DtDIS
13
14
#include "
pduFactory.h
"
15
20
21
class
DT_DLL_VL
DtDisPduFactory
:
public
DtPduFactory
22
{
23
public
:
24
27
DtDisPduFactory
();
28
30
virtual
~
DtDisPduFactory
();
31
33
DtDisPduFactory
(
const
DtDisPduFactory
& orig);
34
36
DtDisPduFactory
&
operator=
(
const
DtDisPduFactory
& orig);
37
38
public
:
39
42
static
void
addDis204Creators(
DtPduFactory
* fact);
43
46
static
void
addDis214Creators(
DtPduFactory
* fact);
47
49
static
void
addDis7Creators(
DtPduFactory
* fact);
50
51
};
52
53
#endif
Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)