VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
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 const char* type() const;
39 
41  virtual void tick();
42 
44  virtual bool init();
45 
49  static DtSimComponent * creator(const DtString& name,
50  DtVrfObject* owner,
51  DtSimManager* simManager,
52  DtComponentDescriptor* desc = 0,
53  DtReaderWriterRegistry* parentRegistry = 0);
54 
56  virtual bool createPortGroups();
57 
60 
61  static void setLocationCompleteCallback(DtVrfObject*, void* usr);
62  virtual void processSetLocationComplete();
64 
65 private:
68 
71 
75 
76 protected:
77 
80 
84 };
85 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)