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
ifRemoveFromOrganization.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/simInterfaceContent.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 Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)