VR-Forces 4.1 Class Documentation
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 
14 #include "vrfobjcore/cntrlCmpnt.h"
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 DtString 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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)