VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
detectedObjectsMetaDataEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 #include <readerWriter/rwString.h>
15 
20 {
21 public:
23  parentRegistry = NULL);
24 
26  DtReaderWriterRegistry* parentRegistry = 0);
27 
29 
31 
34  virtual DtString entryType() const;
35 
37 
38  virtual DtString detectedObjectsOutputPortName() const;
39  virtual void setDetectedObjectsOutputPortName(const DtString& portName);
41 
42  virtual DtSystemMetaDataEntry* clone() const;
43 
44  static DtSystemMetaDataEntry* create(const DtString& name);
45 
46  virtual bool compare(const DtSystemMetaDataEntry&) const;
47 
48 protected:
52 };
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
DtSystemMetaDataEntry & operator=(const DtSystemMetaDataEntry &orig)
Definition: readerWriterRegistry.h:39
virtual DtSystemMetaDataEntry * clone() const =0
Base class for RW objects that describe an entry in the system meta data. This data is used by the en...
Definition: systemMetaDataEntry.h:28
Meta data entry for systems that have output connection indicating objects that have been detected...
Definition: detectedObjectsMetaDataEntry.h:19
virtual bool compare(const DtSystemMetaDataEntry &rhs) const =0
virtual DtString entryType() const =0
DtRwString myDetectedObjectsOutputPortName
The name of the input port on the system that the detect object types connection should be made...
Definition: detectedObjectsMetaDataEntry.h:51

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)