VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrftasks
setAggregateState.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
15
#include "
vrftasks/setDataReq.h
"
16
#include "
vrfutil/rwAggregateState.h
"
17
#include "vlpi/NetStructs.h"
18
#include "
vrftasks/radioMsgTypes.h
"
19
23
#include "
vrftasks/vrftasksDefines.h
"
24
class
DT_DLL_vrftasks
DtSetAggregateState
:
public
DtSetDataRequest
25
{
26
27
public
:
28
30
DtSetAggregateState
();
31
34
DtSetAggregateState
(
const
DtString
& writeName,
35
DtReaderWriterRegistry
* parentRegistry = 0);
36
38
DtSetAggregateState
(
const
DtString
& writeName,
const
DtSetAggregateState
&
39
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
40
42
const
DtSetAggregateState
&
operator=
(
const
DtSetAggregateState
& orig);
43
44
virtual
~
DtSetAggregateState
();
45
47
virtual
const
DtSetMessageType
&
type
()
const
;
48
50
virtual
DtSetDataRequest
*
clone
(
const
DtString
& name,
51
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
52
54
virtual
DtString
stringRep
()
const
;
55
57
58
virtual
enum
DtAggregateState aggregateState()
const
;
59
virtual
void
setAggregateState(
enum
DtAggregateState aggState);
60
//}@
61
64
virtual
int
netRepSize
()
const
;
65
67
virtual
bool
setFromNet
(
const
char
* contentBuffer,
68
unsigned
contentSize);
69
72
virtual
bool
setToNet
();
73
74
static
DtSetDataRequest
* creator();
75
76
protected
:
77
78
DtRwAggregateState
myAggregateState
;
79
80
};
81
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)