VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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/setDataRequest.h
"
16
#include "
vrfutil/rwAggregateState.h
"
17
#include "vlpi/netStructs.h"
18
#include "
vrftasks/radioMessageTypes.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 Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)