VR-Forces 4.5 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
vrfmsgs
ifLoadedNavAreasResponse.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include <
vrfExtProtocol/simInterfaceContent.h
>
12
#include <
vrfutil/rwInt.h
>
13
#include <
vrfutil/rwString.h
>
14
#include <list>
25
#include "
vrfmsgs/vrfmsgsDefines.h
"
26
class
DT_DLL_vrfmsgs
DtIfLoadedNavAreasResponse
:
public
DtSimInterfaceContent
27
{
28
public
:
29
30
typedef
std::pair<DtRwString, DtRwInt>
LoadedNavArea
;
31
33
DtIfLoadedNavAreasResponse
();
34
36
virtual
~
DtIfLoadedNavAreasResponse
();
37
39
DtIfLoadedNavAreasResponse
(
const
DtIfLoadedNavAreasResponse
& orig);
40
42
DtIfLoadedNavAreasResponse
&
operator=
(
const
DtIfLoadedNavAreasResponse
& orig);
43
45
virtual
int
type
()
const
;
46
47
virtual
DtSimInterfaceContent
*
clone
()
const
;
48
49
virtual
std::list<LoadedNavArea>&
loadedNavAreas
() {
return
myLoadedNavAreas; };
50
51
virtual
void
addLoadedNavArea(
const
DtString
& name,
int
debuggingPort = -1);
52
53
virtual
int
netRepSize
()
const
;
54
virtual
bool
setFromNet
(
const
char
* contentBuffer,
55
unsigned
contentSize);
56
virtual
bool
setToNet
();
57
58
virtual
void
printDataToString
(
DtString
& str);
59
60
static
DtSimInterfaceContent
* creator();
61
62
protected
:
63
std::list<LoadedNavArea>
myLoadedNavAreas
;
64
};
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)