VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setMovementStrategyRequest.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 #include <readerWriter/rwBoolean.h>
15 #include <vlpi/netStructs.h>
17 
21 {
22 
23 public:
24 
27 
30  DtSetMovementStrategyRequest(const DtString & writeName,
31  DtReaderWriterRegistry * parentRegistry = 0);
32 
35  orig, DtReaderWriterRegistry * parentRegistry = 0);
36 
39 
41 
43  virtual const DtSetMessageType& type() const;
44 
46  virtual DtSetDataRequest * clone(const DtString & name,
47  DtReaderWriterRegistry * parentRegistry = 0) const;
48 
50  virtual DtString stringRep() const;
51 
56  virtual bool useRails() const;
57  virtual void setUseRails(bool rails);
59 
62  virtual int netRepSize() const;
63 
65  virtual bool setFromNet(const char* contentBuffer,
66  unsigned contentSize);
67 
70  virtual bool setToNet();
71 
72  static DtSetDataRequest * creator();
73 
74 protected:
75 
77 };
78 

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)