VR-Forces 4.2 Class Documentation
cruiseMisLaunchCtlr.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 Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)