VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
silentAggregateList.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
#ifndef DtSilentAggregateList_H_
6
#define DtSilentAggregateList_H_
7
8
9
#include <
vlutil/vlMachineTypes.h
>
10
#include <
vlpi/disEnums.h
>
11
#include "
hostStructs.h
"
12
#include "
packets/aggStateP.h
"
13
#include <iosfwd>
14
19
23
class
DT_DLL_VL
DtSilentAggregateList
24
{
25
26
public
:
27
29
DtSilentAggregateList
();
30
DtSilentAggregateList
(
const
DtSilentAggregateList
& orig);
31
33
virtual
~
DtSilentAggregateList
();
34
36
DtSilentAggregateList
& operator=(
const
DtSilentAggregateList
& orig);
37
DtSilentAggregateList
& operator=(
const
DtNetSilentAggregateList
& orig);
38
40
int
operator==
(
const
DtSilentAggregateList
& otherguy)
const
;
41
int
operator!=
(
const
DtSilentAggregateList
& otherguy)
const
;
42
44
virtual
void
setNumberOfAggregates(
const
DtU16
value);
45
virtual
DtU16
numberOfAggregates()
const
;
46
48
virtual
void
setAggregateType(
const
DtEntityType
& type);
49
virtual
const
DtEntityType
& aggregateType()
const
;
50
51
53
virtual
void
printData()
const
;
54
virtual
void
printDataToStream(std::ostream &)
const
;
55
57
virtual
void
unloadNetRecord(
const
DtNetSilentAggregateList
& record);
58
virtual
void
loadNetRecord(
DtNetSilentAggregateList
& record)
const
;
59
60
61
public
:
62
64
static
int
byteLengthOfNetworkRecord();
65
66
protected
:
67
69
DtU16
myNumberOfAggregates
;
70
DtEntityType
myEntityType
;
71
72
};
73
74
DT_DLL_VL
std::ostream&
operator<<
(std::ostream& stream,
const
DtSilentAggregateList
&);
75
76
#endif
77
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)