VR-Forces 4.3.1 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
ifSwitchSystemResponse.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
14
15
16
#pragma once
17
18
#include "
vrfmsgs/ifServerRequestResponse.h
"
19
21
24
#include "
vrfmsgs/vrfmsgsDefines.h
"
25
26
class
DT_DLL_vrfmsgs
DtIfSwitchSystemResponse
:
public
DtIfServerRequestResponse
27
{
28
29
public
:
31
DtIfSwitchSystemResponse
();
32
34
DtIfSwitchSystemResponse
(
const
DtIfSwitchSystemResponse
& orig);
35
37
const
DtIfSwitchSystemResponse
&
operator=
(
const
DtIfSwitchSystemResponse
& orig);
38
39
virtual
~
DtIfSwitchSystemResponse
();
40
41
virtual
int
type()
const
;
42
43
virtual
DtSimInterfaceContent
* clone()
const
;
44
45
virtual
int
netRepSize()
const
;
46
virtual
bool
setFromNet(
const
char
* contentBuffer,
47
unsigned
contentSize);
48
virtual
bool
setToNet();
49
50
static
DtSimInterfaceContent
* creator();
51
53
virtual
void
setSucess(
bool
suc);
54
virtual
bool
sucess()
const
;
55
57
virtual
void
setSendingEntityName(
const
DtString
& name);
58
virtual
const
DtString
& sendingEntityName()
const
;
59
60
61
protected
:
62
bool
mySwitchSucess
;
63
DtString
myEntityName
;
64
};
65
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)