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
ifVrfObjectCreated.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
#pragma once
9
10
#include <vrfExtProtocol/simInterfaceContent.h>
11
#include <vlutil/vlString.h>
12
#include <vrfExtProtocol/objectType.h>
13
#include <vlpi/disEnums.h>
14
#include <vl/globalObjectDesignator.h>
15
#include "
vrfmsgs/vrfmsgsDefines.h
"
16
30
31
class
DT_DLL_vrfmsgs
DtIfVrfObjectCreated
:
public
DtSimInterfaceContent
32
{
33
public
:
34
36
DtIfVrfObjectCreated
();
37
39
virtual
~
DtIfVrfObjectCreated
();
40
42
DtIfVrfObjectCreated
(
const
DtIfVrfObjectCreated
& orig);
43
45
DtIfVrfObjectCreated
& operator=(
const
DtIfVrfObjectCreated
& orig);
46
48
virtual
DtSimInterfaceContent
* clone()
const
;
49
52
virtual
int
type()
const
;
53
57
virtual
void
setObjectIdentifier(
const
DtEntityIdentifier & objectIdentifier);
58
virtual
const
DtEntityIdentifier & objectIdentifier()
const
;
59
62
virtual
unsigned
long
requestId()
const
;
63
virtual
void
setRequestId(
unsigned
long
requestId);
64
66
virtual
void
setObjectName(
const
DtString
& objectName);
67
virtual
const
DtString
& objectName()
const
;
68
71
virtual
void
setRequestedCreate(
bool
);
72
virtual
bool
requestedCreate()
const
;
73
75
virtual
void
setObjectType(
const
DtObjectType&);
76
virtual
const
DtObjectType& objectType()
const
;
77
78
virtual
int
netRepSize()
const
;
79
virtual
bool
setFromNet(
const
char
* contentBuffer,
80
unsigned
contentSize);
81
virtual
bool
setToNet();
82
83
virtual
void
printDataToString(
DtString
& str);
84
85
static
DtSimInterfaceContent
* creator();
86
87
protected
:
88
DtEntityIdentifier
myObjectIdentifier
;
89
DtU32
myRequestId
;
90
DtString
myObjectName
;
91
DtObjectType
myObjectType
;
92
bool
myRequestedCreate
;
93
};
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
)