![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2001 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: ifRemFromOrg.h,v $ $Revision: 1.9 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00012 #ifndef DtIfRemoveFromOrganization_H_ 00013 #define DtIfRemoveFromOrganization_H_ 00014 00015 #include <vrfExtProtocol/ifaceCont.h> 00016 #include <vlutil/vlString.h> 00017 #include <vl/hostStructs.h> 00018 #include <vlpi/NetStructs.h> 00019 00020 00023 struct DtNetIfRemoveFromOrganization 00024 { 00025 DtNetEntityIdentifier myObjectIdentifier; 00026 }; 00027 00038 #include "vrfmsgs/vrfmsgsDefines.h" 00039 class DT_DLL_vrfmsgs DtIfRemoveFromOrganization : public DtSimInterfaceContent 00040 { 00041 public: 00042 00044 DtIfRemoveFromOrganization(); 00045 00047 virtual ~DtIfRemoveFromOrganization(); 00048 00050 DtIfRemoveFromOrganization(const DtIfRemoveFromOrganization& orig); 00051 00053 DtIfRemoveFromOrganization& operator=(const DtIfRemoveFromOrganization& orig); 00054 00056 virtual DtSimInterfaceContent * clone() const; 00057 00060 virtual int type() const; 00061 00065 virtual void setObjectIdentifier(const DtEntityIdentifier & objectIdentifier); 00066 virtual const DtEntityIdentifier & objectIdentifier() const; 00067 00068 virtual int netRepSize() const; 00069 virtual bool setFromNet(const char* contentBuffer, 00070 unsigned contentSize); 00071 virtual bool setToNet(); 00072 00073 virtual void printDataToString(DtString& str); 00074 00075 static DtSimInterfaceContent* creator(); 00076 00077 protected: 00078 00079 DtEntityIdentifier myObjectIdentifier; 00080 }; 00081 00082 #endif 00083