VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
tdlMessageGeneratorControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
16 #include <readerWriter/rwReal.h>
17 
19 {
20 public:
23  const DtString& rwName = DtString::nullString(),
24  DtReaderWriterRegistry* parentRegistry = 0);
25 
29  DtReaderWriterRegistry* parentRegistry = 0);
30 
34 
37 
40  DtReaderWriterRegistry* parentRegistry = 0) const;
41 
44  virtual DtString type() const;
45 
48 
51  virtual double heartbeat() const;
52  virtual void setHeartbeat(double);
54 
55 protected:
59 
66 };
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
DtTDLMessageGeneratorControllerDescriptor; descriptor for subclasses of the DtTDLMessageGeneratorCont...
Definition: tdlMessageGeneratorControllerDescriptor.h:18
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
static DtComponentDescriptor * creator()
DtRwReal myHeartbeat
Parameter Name: &quot;heartbeat&quot; Parameter Description: Number of seconds measured from simulation date...
Definition: tdlMessageGeneratorControllerDescriptor.h:64

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)