VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 <readerWriter/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  DtTime maxSendInterval() const;
60  void setMaxSendInterval(DtTime ival);
62 
64  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
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtTime minSendInterval() const
Shortest period of time to wait before resending message.
Definition: vrfObjectDataMessengerDescriptor.h:94
void setMaxSendInterval(DtTime ival)
Definition: vrfObjectDataMessengerDescriptor.h:89
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtVrfObjectDataMessengerDescriptor; descriptor for the DtCustomReportSpotReportGeneratorController co...
Definition: vrfObjectDataMessengerDescriptor.h:26
DtRwReal myMaxSendInterval
Parameter Name: &quot;max-send-interval&quot; Parameter Description: Maximum time before resending message...
Definition: vrfObjectDataMessengerDescriptor.h:75
DtTime maxSendInterval() const
Longest period of time to wait before resending message.
Definition: vrfObjectDataMessengerDescriptor.h:84
virtual DtReal value() const
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual void setValue(DtReal value)
virtual DtString type() const
Returns the type of component this descriptor describes.
DtRwReal myMinSendInterval
Parameter Name: &quot;min-send-interval&quot; Parameter Description: Smallest amount of time to wait before sen...
Definition: vrfObjectDataMessengerDescriptor.h:81
static DtComponentDescriptor * creator()
void setMinSendInterval(DtTime ival)
Definition: vrfObjectDataMessengerDescriptor.h:99

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)