VR-Forces 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 #if DtHLA
31  DtHlaObjectWithStateRep* rep,
32  DtHlaObjectWithStateRep* extendedAttributes,
33 #else
35 #endif
36  DtExerciseConn* conn, const DtVrfParameterDb* paramDb,
37  DtRwProperties* stateProps = 0, DtRwProperties* paramProps = 0);
38 
40  virtual ~DtVrfExtEntityPublisher() override;
41 
42 private:
43 
46 
49 
50 protected:
51 
53 };
54 
Instances of DtVrfParameterDb are the database of DtVrfObjectParameters objects used in the construct...
Definition: vrfParameterDb.h:41
This class will wrap a VR-Link DtEntityPublisher to allow for easier creation of a publisher that is ...
Definition: vrfEntityPublisher.h:60
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:52
A list of properties. A DtPropertyInterface object that is a specialized version of DtRwVariableBindi...
Definition: rwProperties.h:122
Contains the DtVrfEntityPublisher class declaration.

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)