VR-Forces 4.0.4 Class Documentation
include/vrfmsgs/ifMultiplePlanRequest.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2007 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: ifMultiplePlanRequest.h,v $ $Revision: 1.2 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 #ifndef DtIfMultiplePlanRequest_H_
00013 #define DtIfMultiplePlanRequest_H_
00014 
00015 #include <vlutil/vlString.h>
00016 #include <vrfExtProtocol/ifaceCont.h>
00017 
00018 #include <vector>
00019 
00031 
00032 #include "vrfmsgs/vrfmsgsDefines.h"
00033 class DT_DLL_vrfmsgs DtIfMultiplePlanRequest : public DtSimInterfaceContent
00034 {
00035 public:
00036 
00038    DtIfMultiplePlanRequest();
00039 
00041    virtual ~DtIfMultiplePlanRequest();
00042 
00044    DtIfMultiplePlanRequest(const DtIfMultiplePlanRequest& orig);
00045 
00047    DtIfMultiplePlanRequest& operator=(const DtIfMultiplePlanRequest& orig);
00048 
00050    virtual int type() const;
00051 
00052    virtual DtSimInterfaceContent * clone() const;
00053 
00055    virtual const std::vector<DtString> & entities() const;
00056    virtual void setEntities(const std::vector<DtString> & name);
00057 
00059    virtual void setRequestId(int);
00060    virtual int requestId() const;
00061 
00062    virtual int netRepSize() const;
00063    virtual bool setFromNet(const char* contentBuffer, 
00064       unsigned contentSize);
00065    virtual bool setToNet();
00066 
00067    virtual void printDataToString(DtString& str);
00068 
00069    static DtSimInterfaceContent* creator();
00070 
00071 protected:
00072    std::vector<DtString> myEntities;
00073    DtU32     myRequestId;
00074 };
00075 
00076 #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)