VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfmsgs
ifVrfObjectCreated.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 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
#include <
vrfutil/rwUUID.h
>
17
31
32
class
DT_DLL_vrfmsgs
DtIfVrfObjectCreated
:
public
DtSimInterfaceContent
33
{
34
public
:
35
37
DtIfVrfObjectCreated
();
38
40
virtual
~
DtIfVrfObjectCreated
();
41
43
DtIfVrfObjectCreated
(
const
DtIfVrfObjectCreated
& orig);
44
46
DtIfVrfObjectCreated
&
operator=
(
const
DtIfVrfObjectCreated
& orig);
47
49
virtual
DtSimInterfaceContent
*
clone
()
const
;
50
53
virtual
int
type
()
const
;
54
58
virtual
void
setObjectIdentifier(
const
DtEntityIdentifier & objectIdentifier);
59
virtual
const
DtEntityIdentifier & objectIdentifier()
const
;
60
63
virtual
unsigned
long
requestId()
const
;
64
virtual
void
setRequestId(
unsigned
long
requestId);
65
67
virtual
void
setMarkingText(
const
DtString
&);
68
virtual
const
DtString
& markingText()
const
;
69
71
virtual
void
setUUID(
const
DtUUID
&);
72
virtual
const
DtUUID
& uuid()
const
;
73
76
virtual
void
setRequestedCreate(
bool
);
77
virtual
bool
requestedCreate()
const
;
78
80
virtual
void
setObjectType(
const
DtObjectType
&);
81
virtual
const
DtObjectType
& objectType()
const
;
82
83
virtual
int
netRepSize
()
const
;
84
virtual
bool
setFromNet
(
const
char
* contentBuffer,
85
unsigned
contentSize);
86
virtual
bool
setToNet
();
87
88
virtual
void
printDataToString
(
DtString
& str);
89
90
static
DtSimInterfaceContent
* creator();
91
92
protected
:
93
DtEntityIdentifier
myObjectIdentifier
;
94
DtU32
myRequestId
;
95
DtString
myMarkingText
;
96
DtUUID
myUUID
;
97
DtObjectType
myObjectType
;
98
bool
myRequestedCreate
;
99
};
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)