VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
engineeringObjectSetController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 
12 #pragma once
13 
15 
22 {
23 
24 public:
25 
29  DtVrfObject* owner,
30  DtSimManager* simManager,
31  DtComponentDescriptor* desc = 0,
32  DtReaderWriterRegistry* parentRegistry = 0);
33 
36 
38  virtual bool init();
39 
40 public:
41 
47  static void setEngagementResultsCallback(DtSimMessage * msg, void * usr);
48 
49  static void setTrueAggregateTaskNotifyCallback(
50  const DtSimTask & task, const DtSimComponent &notifier, void* usr);
51 
57  static void setStatePropertiesCallback(DtSimMessage * msg, void * usr);
58 
64  static void setFormationCallback(DtSimMessage * msg, void * usr);
65 
69  static DtSimComponent * creator(const DtString& name,
70  DtVrfObject* owner,
71  DtSimManager* simManager,
72  DtComponentDescriptor* desc = 0,
73  DtReaderWriterRegistry* parentRegistry = 0);
74 
75 private:
79 
82 
86 
87 
88 protected:
89 
92  virtual void addSetDataCallbacks();
93 
97 
101  virtual void processSetStateProperties(DtSimMessage * msg);
102 
103 protected:
104 
106 
107 };
108 
109 

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)