VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
localEngineeringObjectNetInterface.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
15 
18  DtLocalExtendedPropertiesNetInterface<DtSimLocalControlObjectNetInterface, DtControlObjectRepository>
19 {
20 protected:
21 
24 
25 public:
26 
29  DtVrfObject * simObject,
30  DtReaderWriterRegistry * parentRegistry = 0,
31  bool publishObject = true);
32 
36  DtReaderWriterRegistry * parentRegistry = 0);
37 
41 
44 
47  virtual DtEnvironmentProcessPublisher* _createPublisher(const DtEntityIdentifier& id = DtEntityIdentifier::nullId()) const;
48 
51  virtual DtString type() const;
52 
53  static DtSimObjectNetInterface * creator(const DtString & name,
54  DtVrfObject * simObject,
55  DtReaderWriterRegistry * parentRegistry,
56  bool publishObject);
57 
58 };
59 
Defines the local net interface for engineering object control objects.
Definition: localEngineeringObjectNetInterface.h:17
Implements the DtLocalExtendedPropertiesNetInterface class template.
Definition: localExtendedPropertiesNetInterface.h:35
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
Definition: readerWriterRegistry.h:39
Contains the DtExtEntityStateRepository class.
const DtLocalExtendedPropertiesNetInterface & operator=(const DtLocalExtendedPropertiesNetInterface< BaseNetInterface, StateRepository > &orig)
assignment operator
Definition: localExtendedPropertiesNetInterface.h:68
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:37
static DtSimObjectNetInterface * creator(const DtString &name, DtVrfObject *vrfObject, DtReaderWriterRegistry *parentRegistry, bool publishObject)
Definition: localExtendedPropertiesNetInterface.h:151

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)