VR-Exchange 2.6 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
noRelEntityPublisher.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2016 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtDIS
13 
14 #include <disBroker/dllExport.h>
15 #include <vl/entityPublisherDIS.h>
16 
19 class DT_DLL_DISBROKER DtNoRelEntityPublisher : public DtEntityPublisher
20 {
21 public:
22 
23  DtNoRelEntityPublisher( DtEntityStateRepository* stateRepToUse, DtExerciseConn* conn, const DtObjectId& id = DtObjectId::defaultId() );
24 
25  DtNoRelEntityPublisher( const DtEntityType& type, DtExerciseConn* conn, const DtObjectId& id = DtObjectId::defaultId() );
26 
27  DtNoRelEntityPublisher( DtExerciseConn* conn, const DtObjectId& id = DtObjectId::defaultId() );
28 
29  DtNoRelEntityPublisher( const DtEntityType& type, DtExerciseConn* conn, DtDeadReckonTypes algorithm, DtForceType forceId,
30  const DtEntityType& guise = guiseSameAsType(), const DtObjectId& id = DtObjectId::defaultId() );
31 
32  virtual ~DtNoRelEntityPublisher();
33 
37  virtual void tick();
38 
39 private:
40 
42  DtNoRelEntityPublisher( const DtNoRelEntityPublisher& orig );
43 
45  DtNoRelEntityPublisher& operator = ( const DtNoRelEntityPublisher& orig );
46 
47 };
48 
49 #endif // DtDIS

Document ID: Generated on Wed Jan 30 18:15:18 EST 2019 from SVN revision 195534
Copyright © 2005-2019 VT MÄK. All Rights Reserved (www.mak.com)