VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
resupplyControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
12 #include "vrfutil/rwReal.h"
14 
19 
21 {
22 public:
25  DtReaderWriterRegistry * parentRegistry = 0);
26 
29  orig, DtReaderWriterRegistry * parentRegistry = 0);
30 
34 
37 
39  virtual DtString type() const;
40 
41  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
42  = 0) const;
43 
45  static DtComponentDescriptor * creator();
46 
49  virtual double range() const;
50  virtual void setRange(const double range);
52 
55  virtual const DtString& supplyingMode() const;
56  virtual void setSupplyingMode(const DtString & mode);
58 
61  virtual const DtRwPropertiesMap* suppliesOffered() const;
63 
68  virtual bool rateOfSupply(DtString &supplyName, double &rate) const;
69 
70 protected:
73 
74 protected:
75 
79 
90 
96 
104 };
105 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)