VR-Forces 4.2 Class Documentation
ifMultiplePlanRequest.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ifMultiplePlanRequest.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtIfMultiplePlanRequest_H_
13 #define DtIfMultiplePlanRequest_H_
14 
15 #include <vlutil/vlString.h>
16 #include <vrfExtProtocol/ifaceCont.h>
17 
18 #include <vector>
19 
31 
32 #include "vrfmsgs/vrfmsgsDefines.h"
34 {
35 public:
36 
39 
41  virtual ~DtIfMultiplePlanRequest();
42 
45 
47  DtIfMultiplePlanRequest& operator=(const DtIfMultiplePlanRequest& orig);
48 
50  virtual int type() const;
51 
52  virtual DtSimInterfaceContent * clone() const;
53 
55  virtual const std::vector<DtString> & entities() const;
56  virtual void setEntities(const std::vector<DtString> & name);
57 
59  virtual void setRequestId(int);
60  virtual int requestId() const;
61 
62  virtual int netRepSize() const;
63  virtual bool setFromNet(const char* contentBuffer,
64  unsigned contentSize);
65  virtual bool setToNet();
66 
67  virtual void printDataToString(DtString& str);
68 
69  static DtSimInterfaceContent* creator();
70 
71 protected:
72  std::vector<DtString> myEntities;
73  DtU32 myRequestId;
74 };
75 
76 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)