![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2006 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: ifRequestGlobalPlanList.h,v $ $Revision: 1.2 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00013 00014 #ifndef ifRequestGlobalPlanList_h 00015 #define ifRequestGlobalPlanList_h 00016 00017 #include <vrfExtProtocol/ifaceCont.h> 00018 #include "vrfmsgs/vrfmsgsDefines.h" 00019 00023 class DT_DLL_vrfmsgs DtIfRequestGlobalPlanList : public DtSimInterfaceContent 00024 { 00025 00026 public: 00028 DtIfRequestGlobalPlanList(); 00029 00031 DtIfRequestGlobalPlanList(const DtIfRequestGlobalPlanList & orig); 00032 00034 const DtIfRequestGlobalPlanList & operator=(const DtIfRequestGlobalPlanList & orig); 00035 00036 virtual ~DtIfRequestGlobalPlanList(); 00037 00038 virtual int type() const; 00039 00040 virtual DtSimInterfaceContent * clone() const; 00041 00042 virtual bool setFromNet(const char* contentBuffer, unsigned contentSize); 00043 00044 virtual bool setToNet(); 00045 00046 virtual void printDataToString(DtString& str); 00047 00048 static DtSimInterfaceContent* creator(); 00049 00050 protected: 00051 }; 00052 00053 #endif