VR-Forces 4.2 Class Documentation
updateRepositoryActuator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 #include "vrfobjcore/actCmpnt.h"
15 
17 
21 {
22 
23 public:
24 
28  DtSimManager* simManager,
29  DtComponentDescriptor* desc = 0,
30  DtReaderWriterRegistry* parentRegistry = 0);
31 
32 
34  virtual ~DtUpdateRepositoryActuator();
35 
38  virtual DtString type() const;
39 
41  virtual void tick();
42 
46  static DtSimComponent * creator(const DtString& name,
47  DtVrfObject* owner,
48  DtSimManager* simManager,
49  DtComponentDescriptor* desc = 0,
50  DtReaderWriterRegistry* parentRegistry = 0);
51 
53  virtual bool createPortGroups();
54 
55 private:
58 
61 
65 
66 protected:
67 
70 
74 };
75 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)