VR-Forces 4.1.1 Class Documentation
embarkationDesc.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 
18 #include "vrfobjparam/compDesc.h"
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 
67 private:
70 
71 protected:
75 
82 
88 
90 };
91 
92 #endif
93 
94 
95 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)