VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ifDeleteVrfObjectById.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/simInterfaceContent.h>
16 #include <vl/hostStructs.h>
17 
23 
24 #include "vrfmsgs/vrfmsgsDefines.h"
26 {
27 public:
28 
31 
33  virtual ~DtIfDeleteVrfObjectById();
34 
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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)