VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
embarkationDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 #include "vrfutil/rwReal.h"
16 #include "vrfutil/rwInt.h"
17 
19 
24 {
25 public:
28  parentRegistry = 0);
29 
32  DtReaderWriterRegistry * parentRegistry = 0);
33 
37 
39  virtual ~DtEmbarkationDescriptor();
40 
43  virtual DtString type() const;
44 
45  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
46  = 0) const;
47 
50 
53  virtual double responseTimeout() const;
54  virtual void setResponseTimeout(double value);
56 
59  virtual int responseRetries() const;
60  virtual void setResponseRetries(int value);
62 
65  virtual bool stopAtEmbarkationPoint() const;
66  virtual void setStopAtEmbarkationPoint(bool value);
68 
71  virtual bool invisibleAtOrigin() const;
72  virtual void setInvisibleAtOrigin(bool value);
74 
75 private:
78 
79 protected:
83 
90 
96 
103 
110 
112 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)