VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmsgs
ifRemFromOrg.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2001 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: ifRemFromOrg.h,v $ $Revision: 1.9 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtIfRemoveFromOrganization_H_
13
#define DtIfRemoveFromOrganization_H_
14
15
#include <
vrfExtProtocol/ifaceCont.h
>
16
#include <vlutil/vlString.h>
17
#include <vl/hostStructs.h>
18
#include <vlpi/NetStructs.h>
19
20
23
struct
DtNetIfRemoveFromOrganization
24
{
25
DtNetEntityIdentifier
myObjectIdentifier
;
26
};
27
38
#include "
vrfmsgs/vrfmsgsDefines.h
"
39
class
DT_DLL_vrfmsgs
DtIfRemoveFromOrganization
:
public
DtSimInterfaceContent
40
{
41
public
:
42
44
DtIfRemoveFromOrganization
();
45
47
virtual
~
DtIfRemoveFromOrganization
();
48
50
DtIfRemoveFromOrganization
(
const
DtIfRemoveFromOrganization
& orig);
51
53
DtIfRemoveFromOrganization
&
operator=
(
const
DtIfRemoveFromOrganization
& orig);
54
56
virtual
DtSimInterfaceContent
*
clone
()
const
;
57
60
virtual
int
type
()
const
;
61
65
virtual
void
setObjectIdentifier(
const
DtEntityIdentifier & objectIdentifier);
66
virtual
const
DtEntityIdentifier & objectIdentifier()
const
;
67
68
virtual
int
netRepSize
()
const
;
69
virtual
bool
setFromNet
(
const
char
* contentBuffer,
70
unsigned
contentSize);
71
virtual
bool
setToNet
();
72
73
virtual
void
printDataToString
(
DtString
& str);
74
75
static
DtSimInterfaceContent
* creator();
76
77
protected
:
78
79
DtEntityIdentifier
myObjectIdentifier
;
80
};
81
82
#endif
83
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)