VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ifRequestPlanStatement.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ifReqPlnStmt.h,v $ $Revision: 1.17 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtIfRequestPlanStatement_H_
13 #define DtIfRequestPlanStatement_H_
14 
15 #include <vlutil/vlString.h>
16 
17 #include <vrfExtProtocol/simInterfaceContent.h>
18 #include <vrfExtProtocol/objectType.h>
19 
20 
24 {
25  DtNetInt16 myStatementId; //2 bytes
26  DtNetU8 myNameLength; //1 byte
27 };
28 
29 
45 #include "vrfmsgs/vrfmsgsDefines.h"
47 {
48 public:
49 
52 
54  virtual ~DtIfRequestPlanStatement();
55 
58 
60  DtIfRequestPlanStatement& operator=(const DtIfRequestPlanStatement& orig);
61 
63  virtual int type() const;
64 
65  virtual DtSimInterfaceContent * clone() const;
66 
68  virtual const DtString & name() const;
69  virtual void setName(const DtString & name);
70 
72  virtual int statementId() const;
73  virtual void setStatementId(int id);
74 
75  virtual int netRepSize() const;
76  virtual bool setFromNet(const char* contentBuffer,
77  unsigned contentSize);
78  virtual bool setToNet();
79 
80  virtual void printDataToString(DtString& str);
81 
82  static DtSimInterfaceContent* creator();
83 
84 protected:
85 
87 
89 };
90 
91 #endif

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)