VR-Forces 4.2 Class Documentation
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 
24 {
25  DtNetEntityIdentifier myObjectIdentifier;
26 };
27 
38 #include "vrfmsgs/vrfmsgsDefines.h"
40 {
41 public:
42 
45 
47  virtual ~DtIfRemoveFromOrganization();
48 
51 
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 Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)