VR-Forces Development_Version 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) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: embarkationDesc.h,v $ $Revision: 1.5 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtEmbarkationDescriptor_H_
16 #define DtEmbarkationDescriptor_H_
17 
19 #include "vrfutil/rwReal.h"
20 #include "vrfutil/rwInt.h"
21 
23 
28 {
29 public:
32  parentRegistry = 0);
33 
36  DtReaderWriterRegistry * parentRegistry = 0);
37 
41 
43  virtual ~DtEmbarkationDescriptor();
44 
47  virtual DtString type() const;
48 
49  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
50  = 0) const;
51 
54 
57  virtual double responseTimeout() const;
58  virtual void setResponseTimeout(double value);
60 
63  virtual int responseRetries() const;
64  virtual void setResponseRetries(int value);
66 
69  virtual bool stopAtEmbarkationPoint() const;
70  virtual void setStopAtEmbarkationPoint(bool value);
72 
73 private:
76 
77 protected:
81 
88 
94 
101 
103 };
104 
105 #endif
106 
107 
108 

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)