VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfExtEntityPublisher.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
10 
11 class DtVrfParameterDb;
12 
16 {
17 
18 public:
19 
22  const DtEntityType& type, DtExerciseConn* conn, const DtVrfParameterDb* paramDb,
23 #if DtHLA
24  const DtGlobalObjectDesignator& glId = DtGlobalObjectDesignator::nullId(),
25 #endif
26  const DtEntityIdentifier& entId = DtEntityIdentifier::nullId(),
27  DtRwProperties* stateProps = 0, DtRwProperties* paramProps = 0);
28 
30  virtual ~DtVrfExtEntityPublisher();
31 
32 private:
33 
36 
39 
40 protected:
41 
43 };
44 
Instances of DtVrfParameterDb are the database of DtVrfObjectParameters objects used in the construct...
Definition: vrfParameterDb.h:38
This class will wrap a VR-Link DtEntityPublisher to allow for easier creation of a publisher that is ...
Definition: vrfEntityPublisher.h:57
DtVrfEntityPublisher & operator=(const DtVrfEntityPublisher &)
Unimplemented.
#define DT_DLL_vrfExtendedProperties
This file is used to determine how to build.
Definition: vrfExtendedPropertiesDefines.h:25
This class extends DtVrfEntityPublisher to support the publishing of VR-Forces state properties as ex...
Definition: vrfExtEntityPublisher.h:15
const DtVrfParameterDb * myParameterDb
Definition: vrfExtEntityPublisher.h:42
A list of properties. A DtPropertyInterface object that is a specialized version of DtRwVariableBindi...
Definition: rwProperties.h:126
Contains the DtVrfEntityPublisher class declaration.

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)