VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
moppEnableController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include "vlutil/vlString.h"
14 
17 
21 {
22 public:
24  DtMoppEnableController(const DtString & name, DtVrfObject* owner,
25  DtSimManager * simManager, DtComponentDescriptor* desc = NULL,
26  DtReaderWriterRegistry * parentRegistry = 0);
27 
29  virtual ~DtMoppEnableController();
30 
31 private:
34 
37 
38 public:
39  virtual const char* type() const;
40 
42  virtual bool postAddComponentsInit();
43 
50  static void setMoppLevelCallback(DtSimMessage * msg, void * usr);
51 
53  static DtSimComponent* creator(const DtString & name, DtVrfObject* owner,
54  DtSimManager * simManager, DtComponentDescriptor* desc,
55  DtReaderWriterRegistry * parentRegistry);
56 
57 };
58 

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)