VR-Forces 4.0.4 Class Documentation
include/vrfmsgs/ifDuplName.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1999 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: ifDuplName.h,v $ $Revision: 1.12 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00017 
00018 
00019 #ifndef DtIfDuplicateNameDetected_H_
00020 #define DtIfDuplicateNameDetected_H_
00021 
00022 #include <vlutil/vlString.h>
00023 #include <vrfExtProtocol/ifaceCont.h>
00024 
00036 
00037 #include "vrfmsgs/vrfmsgsDefines.h"
00038 class DT_DLL_vrfmsgs DtIfDuplicateNameDetected : public DtSimInterfaceContent
00039 {
00040 
00041 public:
00043    DtIfDuplicateNameDetected();
00044 
00046    DtIfDuplicateNameDetected(const DtIfDuplicateNameDetected & orig);
00047 
00049    const DtIfDuplicateNameDetected & operator=(const DtIfDuplicateNameDetected & 
00050       orig);
00051 
00052    virtual ~DtIfDuplicateNameDetected();
00053 
00055    virtual int type() const;
00056 
00057    virtual DtSimInterfaceContent * clone() const;
00058 
00060    virtual const DtString & duplicateName() const;
00061    virtual void setDuplicateName(const DtString & name);
00062 
00063    virtual int netRepSize() const;
00064    virtual bool setFromNet(const char* contentBuffer, 
00065       unsigned contentSize);
00066    virtual bool setToNet();
00067 
00068    virtual void printDataToString(DtString& str);
00069 
00070    static DtSimInterfaceContent* creator();
00071 
00072 protected:
00073    DtString     myDuplicateName;
00074 };
00075 
00076 #endif
00077 

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)