VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
pseudoAggregateMovementPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 #pragma once
11 
14 #include <readerWriter/rwString.h>
16 #include <vlpi/disEnums.h>
17 #include <readerWriter/rwInt.h>
18 #include <readerWriter/rwReal.h>
19 #include <vl/hostStructs.h>
20 
52 
56 
59 {
60 public:
61 
64  const DtString& rwName = DtString::nullString(),
65  DtReaderWriterRegistry* parentRegistry = 0);
66 
69 
72  const DtString& rwName = DtString::nullString(),
73  DtReaderWriterRegistry* parentRegistry = 0);
74 
77 
80  const DtString& rwName = DtString::nullString(),
81  DtReaderWriterRegistry* parentRegistry = 0) const;
82 
85  virtual DtString type() const;
86 
91  virtual void setCurrentlyTaskedLeader(const DtUUID& objectId);
92  virtual const DtRwVrfObjectReference& currentlyTaskedLeader() const;
93  virtual DtRwVrfObjectReference& currentlyTaskedLeader();
94 
97  virtual DtPromotionEntryList* promotionList() const;
98 
100  virtual DtAggregateFormation formation() const;
101  virtual void setFormation(DtAggregateFormation formation);
102 
103  virtual void setLeaderOrderedSpeed(DtReal speed);
104  virtual DtReal leaderOrderedSpeed() const;
105 
106 public:
107 
109  static DtVrfProcessStateRepository* creator (const DtString& rwName,
110  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
111 
112  static void objectAddedCallback(DtVrfObject* object, void* usr);
113 
114 protected:
115 
123 
126 
132 
138 };

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)