VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmsgs
ifActionCategoriesResponse.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
#pragma once
9
10
#include <
vrfExtProtocol/ifaceCont.h
>
11
#include "
vrfutil/bufferSerialize.h
"
12
13
#include <map>
14
#include <string>
15
24
25
const
int
DtActionCategoriesResponseType
= 142;
26
27
#include "
vrfmsgs/vrfmsgsDefines.h
"
28
29
class
DT_DLL_vrfmsgs
DtIfActionCategoriesResponse
:
public
DtSimInterfaceContent
30
{
31
public
:
32
typedef
std::pair<std::string, bool>
ActionCategory
;
33
typedef
std::map<std::string, ActionCategory>
ActionCategories
;
34
36
DtIfActionCategoriesResponse
();
37
39
virtual
~
DtIfActionCategoriesResponse
();
40
42
DtIfActionCategoriesResponse
(
const
DtIfActionCategoriesResponse
& orig);
43
45
DtIfActionCategoriesResponse
&
operator=
(
const
DtIfActionCategoriesResponse
& orig);
46
48
virtual
int
type
()
const
;
49
50
virtual
DtSimInterfaceContent
*
clone
()
const
;
51
53
virtual
const
ActionCategories
& actionCategories()
const
;
54
virtual
void
setActionCategories(
const
ActionCategories
&);
55
56
virtual
int
netRepSize
()
const
;
57
virtual
bool
setFromNet
(
const
char
* contentBuffer,
58
unsigned
contentSize);
59
virtual
bool
setToNet
();
60
61
virtual
void
printDataToString
(
DtString
& str);
62
63
static
DtSimInterfaceContent
* creator();
64
65
protected
:
66
ActionCategories
myActionCategories
;
67
};
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
)