VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cruiseMissileLaunchController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 
16 
31 
34 {
35 private:
42 
43 public:
44 
48  DtSimManager* simManager, DtComponentDescriptor* compDesc = 0,
49  DtReaderWriterRegistry* parentRegistry = 0);
50 
53 
56  virtual DtString type() const;
57 
61  virtual void tick();
62 
66  static DtSimComponent * creator(const DtString& name,
67  DtVrfObject* owner,
68  DtSimManager* simManager,
69  DtComponentDescriptor* desc = 0,
70  DtReaderWriterRegistry* parentRegistry = 0);
71 
72 protected:
74  virtual void registerTaskMsgCallbacks();
75 
77  virtual void setMunitionWarheadData(DtVrfObject* munition,
78  DtEventId& eventId);
79 
82  virtual DtIfPlan createMunitionPlan(const DtString& missileName);
83 
85 };
86 

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)