VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfExtAggregatePublisher.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 = DtVrfObjectIdGenerator::nullId(),
25 #endif
26  const DtEntityIdentifier& entId = DtEntityIdentifier::nullId(),
27  DtRwProperties* stateProps = 0, DtRwProperties* paramProps = 0);
28 
30  virtual ~DtVrfExtAggregatePublisher();
31 
32 private:
33 
36 
39 
40 protected:
41 
43 };
44 
This class extends DtVrfAggregatePublisher to support the publishing of VR-Forces state properties as...
Definition: vrfExtAggregatePublisher.h:15
Instances of DtVrfParameterDb are the database of DtVrfObjectParameters objects used in the construct...
Definition: vrfParameterDb.h:38
static DtGlobalObjectDesignator nullId()
Definition: vrfObjectIdGenerator.h:54
const DtVrfParameterDb * myParameterDb
Definition: vrfExtAggregatePublisher.h:42
#define DT_DLL_vrfExtendedProperties
This file is used to determine how to build.
Definition: vrfExtendedPropertiesDefines.h:25
Contains the DtVrfAggregatePublisher class declaration.
DtVrfAggregatePublisher & operator=(const DtVrfAggregatePublisher &)
Unimplemented.
A list of properties. A DtPropertyInterface object that is a specialized version of DtRwVariableBindi...
Definition: rwProperties.h:126
This class will wrap a VR-Link DtAggregatePublisher to allow for easier creation of a publisher that ...
Definition: vrfAggregatePublisher.h:42

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)