VR-Forces 4.1.1 Class Documentation
vrfObjectDataMessengerDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: vrfObjectDataMessengerDesc.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtVrfObjectDataMessengerDesc_H_
16 #define DtVrfObjectDataMessengerDesc_H_
17 
18 #include "vrfobjparam/compDesc.h"
19 #include <vrfutil/rwReal.h>
20 #include <vlutil/vlTime.h>
21 
25 
27 {
28 public:
31  const DtString& rwName = DtString::nullString(),
32  DtReaderWriterRegistry* parentRegistry = 0);
33 
37  DtReaderWriterRegistry* parentRegistry = 0);
38 
42 
45 
48  DtReaderWriterRegistry* parentRegistry = 0) const;
49 
52  virtual DtString type() const;
53 
56 
58 
59  DtTime maxSendInterval() const;
60  void setMaxSendInterval(DtTime ival);
62 
64 
65  DtTime minSendInterval() const;
66  void setMinSendInterval(DtTime ival);
68 
69 protected:
70 
76 
82 };
83 
85 {
86  return (myMaxSendInterval.value());
87 }
88 
90 {
92 }
93 
95 {
96  return (myMinSendInterval.value());
97 }
98 
100 {
102 }
103 
104 #endif

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)