VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 
11 #ifdef DtHLA
12 
18 
21  DtLocalExtendedPropertiesNetInterface<DtSimLocalControlObjectNetInterface, DtControlObjectRepository>
22 {
23 protected:
24 
27 
28 public:
29 
32  DtVrfObject * simObject,
33  DtReaderWriterRegistry * parentRegistry = 0,
34  bool publishObject = true);
35 
39  DtReaderWriterRegistry * parentRegistry = 0);
40 
44 
47 
50  virtual DtEnvironmentProcessPublisher* _createPublisher(const DtEntityIdentifier& id = DtEntityIdentifier::nullId()) const;
51 
54  virtual DtString type() const;
55 
56  static DtSimObjectNetInterface * creator(const DtString & name,
57  DtVrfObject * simObject,
58  DtReaderWriterRegistry * parentRegistry,
59  bool publishObject);
60 
61 };
62 
63 #endif

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)