WebLVC 1.7d API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
noRelAggregatePublisher.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/aggregatePublisherDIS.h>
16 
17 class DtExerciseConn;
18 
22 class DT_DLL_DISBROKER DtNoRelAggregatePublisher : public DtAggregatePublisher
23 {
24 public:
25 
27  DtNoRelAggregatePublisher( DtAggregateStateRepository *stateRepToUse,
28  DtExerciseConn* conn, const DtObjectId& id = DtObjectId::nullId() );
29 
31  DtNoRelAggregatePublisher( DtExerciseConn* conn, const DtObjectId& id = DtObjectId::nullId() );
32 
35  DtNoRelAggregatePublisher( const DtEntityType& type, DtExerciseConn* conn,
36  const DtObjectId& id = DtObjectId::defaultId() );
37 
40  DtNoRelAggregatePublisher( const DtEntityType& type, DtExerciseConn* conn,
41  DtDeadReckonTypes algorithm, DtForceType forceId, const DtObjectId& id = DtObjectId::defaultId() );
42 
44  virtual ~DtNoRelAggregatePublisher();
45 
47  virtual void tick();
48 
49 private:
50 
52  DtNoRelAggregatePublisher( const DtNoRelAggregatePublisher& orig );
53 
55  DtNoRelAggregatePublisher& operator = ( const DtNoRelAggregatePublisher& orig );
56 
57 
58 };
59 
60 #endif
#define DT_DLL_DISBROKER
Definition: brokers/disBroker/disBroker/dllExport.h:20

Document ID: Generated on Wed Jun 21 15:05:44 EDT 2023 from SVN revision 256253
Copyright © 2005-2023 MAK Technologies. All Rights Reserved (www.mak.com)