VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
airVehicleWeaponHoldController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 
9 
11 
12 #pragma once
13 
15 
18 
34 {
35 private:
42 public:
49  DtSimManager* simManager, DtComponentDescriptor* desc=0,
50  DtReaderWriterRegistry *parentRegistry=0);
51 
54 
56  virtual bool init();
57 
60  virtual const char* type() const;
61 
63  virtual void tick();
64 
68  static DtSimComponent* creator(const DtString& name, DtVrfObject* owner,
69  DtSimManager* simManager, DtComponentDescriptor* desc=0,
70  DtReaderWriterRegistry* parentRegistry=0);
71 
72 protected:
74  virtual bool createPortGroups();
75 
77  virtual bool createPorts();
78 
86 
90 };
91 

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)