VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
remoteEngineeringObjectNetInterface.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 
16 
19  DtRemoteExtendedPropertiesNetInterface<DtVrfRemoteEnvironmentalNetInterface, DtControlObjectRepository>
20 {
21 protected:
22 
25 
26 public:
27 
30  DtVrfObject * simObject,
31  DtReaderWriterRegistry * parentRegistry = 0,
32  bool publishObject = true);
33 
37  DtReaderWriterRegistry * parentRegistry = 0);
38 
42 
45 
47  virtual void initializeNetWithProperties();
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 protected:
59  static void propertyUpdatedCallback(void*);
60  virtual void processPropertyUpdated();
61 };
62 
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 DtRemoteExtendedPropertiesNetInterface & operator=(const DtRemoteExtendedPropertiesNetInterface< BaseNetInterface, BaseStateRepository > &orig)
assignment operator
Definition: remoteExtendedPropertiesNetInterface.h:61
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
static DtSimObjectNetInterface * creator(const DtString &name, DtVrfObject *simObject, DtReaderWriterRegistry *parentRegistry, bool publishObject)
Definition: remoteExtendedPropertiesNetInterface.h:109
Implements the DtRemoteExtendedPropertiesNetInterface class template.
Definition: remoteExtendedPropertiesNetInterface.h:32
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:37
Defines the local net interface for engineering object control objects.
Definition: remoteEngineeringObjectNetInterface.h:18
virtual void initializeNetWithProperties()=0
Initializes network state rep with state and parameter properties.

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)