VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmsgs
ifDelVrfObjById.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2001 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: ifDelVrfObjById.h,v $ $Revision: 1.4 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DtIfDeleteVrfObjectById_H_
13
#define DtIfDeleteVrfObjectById_H_
14
15
#include <vrfExtProtocol/ifaceCont.h>
16
#include <vl/hostStructs.h>
17
23
24
#include "
vrfmsgs/vrfmsgsDefines.h
"
25
class
DT_DLL_vrfmsgs
DtIfDeleteVrfObjectById
:
public
DtSimInterfaceContent
26
{
27
public
:
28
30
DtIfDeleteVrfObjectById
();
31
33
virtual
~
DtIfDeleteVrfObjectById
();
34
36
DtIfDeleteVrfObjectById
(
const
DtIfDeleteVrfObjectById
& orig);
37
39
DtIfDeleteVrfObjectById
& operator=(
const
DtIfDeleteVrfObjectById
& orig);
40
42
virtual
DtSimInterfaceContent
* clone()
const
;
43
46
virtual
int
type()
const
;
47
49
virtual
void
setEntityId(
const
DtEntityIdentifier&
id
);
50
virtual
const
DtEntityIdentifier & entityId()
const
;
51
52
virtual
int
netRepSize()
const
;
53
virtual
bool
setFromNet(
const
char
* contentBuffer,
54
unsigned
contentSize);
55
virtual
bool
setToNet();
56
57
virtual
void
printDataToString(
DtString
& str);
58
59
static
DtSimInterfaceContent
* creator();
60
61
protected
:
62
63
DtEntityIdentifier
myId
;
64
};
65
66
#endif
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)