VR-Forces 4.0.4 Class Documentation
include/vrfmsgs/ifRequestGlobalPlan.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2006 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: ifRequestGlobalPlan.h,v $ $Revision: 1.3 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00013 
00014 #ifndef ifRequestGlobalPlan_h
00015 #define ifRequestGlobalPlan_h
00016 
00017 #include <vrfExtProtocol/ifaceCont.h>
00018 #include "vrfmsgs/vrfmsgsDefines.h"
00019 #include <vlutil/vlString.h>
00020 
00023 class DT_DLL_vrfmsgs DtIfRequestGlobalPlan : public DtSimInterfaceContent
00024 {
00025 
00026 public:
00028    DtIfRequestGlobalPlan();
00029 
00031    DtIfRequestGlobalPlan(const DtIfRequestGlobalPlan & orig);
00032 
00034    const DtIfRequestGlobalPlan & operator=(const DtIfRequestGlobalPlan & orig);
00035 
00036    virtual ~DtIfRequestGlobalPlan();
00037 
00038    virtual int type() const;
00039 
00040    virtual DtSimInterfaceContent * clone() const;
00041 
00043 
00044    virtual DtString planName() const;
00045    virtual void setPlanName(const DtString& name);
00047 
00048    virtual int netRepSize() const;
00049    virtual bool setFromNet(const char* contentBuffer, 
00050       unsigned contentSize);
00051    virtual bool setToNet();
00052 
00053    virtual void printDataToString(DtString& str);
00054 
00055    static DtSimInterfaceContent* creator();
00056 
00057 protected:
00058    DtString myPlanName;
00059 };
00060 
00061 #endif
00062 

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)