VR-Forces 4.2 Class Documentation
integratedLaserGuidedLauncherController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 
16 
21 
27 {
28 private:
35 
36 public:
37 
41  DtSimManager* simManager, DtComponentDescriptor* compDesc = 0,
42  DtReaderWriterRegistry* parentRegistry = 0);
43 
46 
49  virtual DtString type() const;
50 
52  //Initialize weapon component interface.
53  virtual bool init();
54 
56  virtual void tick();
57 
59  virtual bool fireMunition(DtReflectedDesignator* target);
60 
64  static DtSimComponent * creator(const DtString& name,
65  DtVrfObject* owner,
66  DtSimManager* simManager,
67  DtComponentDescriptor* desc = 0,
68  DtReaderWriterRegistry* parentRegistry = 0);
69 
70 protected:
71 
72  virtual bool createPorts();
73 
74 protected:
75 
77 
79 
81 
83 
84 };

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)