VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
genericPropertiesAggregateStateRepository.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
8 #if DtHLA
9 
11 #include <vrfExtObjects/extAggregateStateRepository.h>
12 #include <vrfutil/rwProperties.h>
13 #include <vrfExtObjects/genericAttributeStateRepositoryHLA.h>
14 #include <vector>
15 
16 class DtMtlParameterDb;
17 
21  public makVrfVrlinkExtToolkit::DtGenericAttributeStateRepository<DtExtAggregateStateRepository>
22 {
23 
24 public:
25 
28 
31 
34 
38 
40  virtual DtStateRepository* clone(bool copy = false) const;
41 
44  virtual int compare(const DtExtAggregateStateRepository* rhs);
45 
46  const DtRwProperties& stateProperties() const
47  {
48  return myStateProperties;
49  }
50 
51  const DtRwProperties& parameterProperties() const
52  {
53  return myParameterProperties;
54  }
55 
57  virtual void setParameterDatabase(DtMtlParameterDb*);
58 
59 public:
60 
62 
64  virtual void updateExtensions();
65 
67  virtual void updateProperties();
68 
69 protected:
74 };
75 
76 #endif

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)