VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifRequestForceHostility.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ifRequestForceHostility.h,v $ $Revision: 1.2 $ $State: Exp $
7 ** Created: 7/16/04, MEM Updated:
8 *******************************************************************************/
9 
12 
13 #ifndef ifRequestForceHostility_h
14 #define ifRequestForceHostility_h
15 
17 
18 
21 #include "vrfmsgs/vrfmsgsDefines.h"
23 {
24 public:
27 
30 
33 
34  virtual ~DtIfRequestForceHostility();
35 
36  virtual int type() const;
37 
38  virtual DtSimInterfaceContent* clone() const;
39 
41  virtual int force() const;
42  virtual void setForce(int id);
43 
44  virtual int netRepSize() const;
45  virtual bool setFromNet(const char* contentBuffer,
46  unsigned contentSize);
47  virtual bool setToNet();
48 
49  virtual void printDataToString(DtString& str);
50 
51  static DtSimInterfaceContent* creator();
52 
53 protected:
54  int myForce;
55 };
56 
57 
58 #endif

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)