VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 "vrfutil/rwString.h"
16 #include <vlpi/disEnums.h>
17 #include "vrfutil/rwInt.h"
18 #include "vrfutil/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 Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)