VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfExtControlObjectPublisher.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2017 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 DtObjectType& 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 
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
static DtGlobalObjectDesignator nullId()
Definition: vrfObjectIdGenerator.h:54
This class will wrap a DtControlObjectPublisher to allow for easier creation of a publisher that is c...
Definition: vrfControlObjectPublisher.h:34
Definition: objectType.h:27
#define DT_DLL_vrfExtendedProperties
This file is used to determine how to build.
Definition: vrfExtendedPropertiesDefines.h:25
This class extends DtVrfControlObjectPublisher to support the publishing of VR-Forces state propertie...
Definition: vrfExtControlObjectPublisher.h:15
DtVrfControlObjectPublisher & operator=(const DtVrfControlObjectPublisher &)
Unimplemented.
A list of properties. A DtPropertyInterface object that is a specialized version of DtRwVariableBindi...
Definition: rwProperties.h:126
Contains the DtVrfControlObjectPublisher class declaration.
const DtVrfParameterDb * myParameterDb
Definition: vrfExtControlObjectPublisher.h:42

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)