VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
diGuyGestureTask.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrftasks/simTask.h"
12 #include <vlutil/vlNetTypes.h>
13 #include <readerWriter/rwString.h>
14 #include <readerWriter/rwReal.h>
16 
19 {
20 public:
21 
24 
26  DtDiGuyGestureTask(const DtString & writeName,
27  DtReaderWriterRegistry * parentRegistry = 0);
28 
30  virtual ~DtDiGuyGestureTask();
31 
33  DtDiGuyGestureTask(const DtString & writeName, const
35  parentRegistry = 0);
36  static DtSimTask * creator();
37  virtual const DtSimTaskMessageType& type() const;
38 
39  virtual const DtString & gesture() const;
40  virtual void setGesture(const DtString & retreatKind);
41 
44  virtual void setWaitUntilComplete(bool);
45  virtual bool waitUntilComplete() const;
46 
48  virtual DtString stringRep() const;
49 
50 private:
53 
54 protected:
55 
57  virtual DtSimTask * clone(const DtString & name,
58  DtReaderWriterRegistry * parentRegistry = 0) const;
59 
60  virtual int netRepSize() const;
61 
62  virtual bool setFromNet(const char* contentBuffer,
63  unsigned contentSize);
64  virtual bool setToNet();
65 
66 
67 protected:
70 };
71 

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)