VR-Forces 4.0.4 Class Documentation
include/vrfmsgs/ifExecuteSimCommand.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: ifExecuteSimCommand.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00013 
00014 #ifndef ifExecuteSimCommand_h
00015 #define ifExecuteSimCommand_h
00016 
00017 #include <vlutil/vlNetTypes.h>
00018 #include <vlutil/vlString.h>
00019 #include <vrfExtProtocol/ifaceCont.h>
00020 #include "vrfmsgs/vrfmsgsDefines.h"
00021 
00022 class DtSimCommand;
00023 
00027 class DT_DLL_vrfmsgs DtIfExecuteSimCommand : public DtSimInterfaceContent
00028 {
00029 
00030 public:
00032    DtIfExecuteSimCommand();
00033 
00036    DtIfExecuteSimCommand(const DtIfExecuteSimCommand & orig);
00037 
00040    const DtIfExecuteSimCommand & operator=(const DtIfExecuteSimCommand & 
00041       orig);
00042 
00043    virtual ~DtIfExecuteSimCommand();
00044 
00046    virtual int type() const;
00047 
00050    virtual DtSimInterfaceContent * clone() const;
00051 
00058 
00059    virtual DtSimCommand* simCommand() const;
00060    virtual void setSimCommand(DtSimCommand * command);
00062 
00064 
00065    virtual int netRepSize() const;
00066    virtual bool setFromNet(const char* contentBuffer, 
00067       unsigned contentSize);
00068    virtual bool setToNet();
00070 
00071    virtual void printDataToString(DtString& str);
00072 
00073    static DtSimInterfaceContent* creator();
00074 
00075 protected:
00076    DtSimCommand * mySimCommand;
00077    bool           myOwnSimCommand;
00078 };
00079 
00080 #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)