VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfObjectDataMessengerDescriptor.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 
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 Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)