VR-Forces Developer's Guide
 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 
44  virtual ~DtVrfObjectDataMessengerDescriptor() override;
45 
47  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
48 
51  virtual DtString type() const override;
52 
55 
57  DtTime maxSendInterval() const;
59  void setMaxSendInterval(DtTime ival);
61 
63  DtTime minSendInterval() const;
65  void setMinSendInterval(DtTime ival);
67 
68 protected:
69 
75 
81 };
82 
84 {
85  return (myMaxSendInterval.value());
86 }
87 
89 {
91 }
92 
94 {
95  return (myMinSendInterval.value());
96 }
97 
99 {
101 }
102 
103 #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:93
void setMaxSendInterval(DtTime ival)
Longest period of time to wait before resending message.
Definition: vrfObjectDataMessengerDescriptor.h:88
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
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:74
DtTime maxSendInterval() const
Longest period of time to wait before resending message.
Definition: vrfObjectDataMessengerDescriptor.h:83
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. Used to create the descriptor on read from a...
DtRwReal myMinSendInterval
Parameter Name: &quot;min-send-interval&quot; Parameter Description: Smallest amount of time to wait before sen...
Definition: vrfObjectDataMessengerDescriptor.h:80
static DtComponentDescriptor * creator()
void setMinSendInterval(DtTime ival)
Shortest period of time to wait before resending message.
Definition: vrfObjectDataMessengerDescriptor.h:98

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)