VR-Forces 4.0.4 Class Documentation
include/vrfmsgs/ifDelVrfObjById.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2001 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: ifDelVrfObjById.h,v $ $Revision: 1.4 $ $State: Exp $
00007 *********************************************************************/
00008 
00011 
00012 #ifndef DtIfDeleteVrfObjectById_H_
00013 #define DtIfDeleteVrfObjectById_H_
00014 
00015 #include <vrfExtProtocol/ifaceCont.h>
00016 #include <vl/hostStructs.h>
00017 
00023 
00024 #include "vrfmsgs/vrfmsgsDefines.h"
00025 class DT_DLL_vrfmsgs DtIfDeleteVrfObjectById : public DtSimInterfaceContent
00026 {
00027 public:
00028 
00030    DtIfDeleteVrfObjectById();
00031 
00033    virtual ~DtIfDeleteVrfObjectById();
00034 
00036    DtIfDeleteVrfObjectById(const DtIfDeleteVrfObjectById& orig);
00037 
00039    DtIfDeleteVrfObjectById& operator=(const DtIfDeleteVrfObjectById& orig);
00040 
00042    virtual DtSimInterfaceContent * clone() const;
00043 
00046    virtual int type() const;
00047 
00049    virtual void setEntityId(const DtEntityIdentifier& id);
00050    virtual const DtEntityIdentifier & entityId() const;
00051 
00052    virtual int netRepSize() const;
00053    virtual bool setFromNet(const char* contentBuffer, 
00054       unsigned contentSize);
00055    virtual bool setToNet();
00056 
00057    virtual void printDataToString(DtString& str);
00058 
00059    static DtSimInterfaceContent* creator();
00060 
00061 protected:
00062 
00063    DtEntityIdentifier        myId;
00064 };
00065 
00066 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)