VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setConvoyFollowTarget.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 
13 
15 #include "vrfutil/rwString.h"
16 #include "vrfutil/rwReal.h"
17 #include "vlpi/netStructs.h"
19 #include "vrfutil/rwUUID.h"
20 
26 {
27 
28 public:
29 
32 
35  DtSetConvoyFollowTarget(const DtString & writeName,
36  DtReaderWriterRegistry * parentRegistry = 0);
37 
40  orig, DtReaderWriterRegistry * parentRegistry = 0);
41 
44 
45  virtual ~DtSetConvoyFollowTarget();
46 
48  virtual const DtSetMessageType& type() const;
49 
51  virtual DtSetDataRequest * clone(const DtString & name,
52  DtReaderWriterRegistry * parentRegistry = 0) const;
53 
55  virtual DtString stringRep() const;
56 
58 
59 
60  virtual const DtUUID & followTarget() const;
61 
63  virtual void setFollowTarget(const DtUUID &);
65 
67 
68  virtual const double distanceToFollow() const;
69  virtual void setDistanceToFollow(const double dist);
70  //}@
71 
72  virtual const bool useCatchUpSpeed() const;
73  virtual void setUseCatchUpSpeed(const bool useCatchUpSpeed);
74 
77  virtual int netRepSize() const;
78 
80  virtual bool setFromNet(const char* contentBuffer,
81  unsigned contentSize);
82 
85  virtual bool setToNet();
86 
87  static DtSetDataRequest * creator();
88 
89 protected:
90 
94 };
95 
96 

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)