VR-Forces 4.10 Class Documentation
 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, 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:35
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
DtVrfParameterDb * myParameterDb
Definition: vrfExtEntityPublisher.h:42
A list of properties.
Definition: rwProperties.h:126
Contains the DtVrfEntityPublisher class declaration.

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)