VR-Forces 4.2 Class Documentation
propulsionNoiseGenerator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #include "vrfobjcore/simCmpnt.h"
15 
17 {
18 private:
21 
24 
27  const DtPropulsionNoiseGenerator& orig);
28 
29 public:
30 
34  DtVrfObject* owner,
35  DtSimManager* simManager,
36  DtComponentDescriptor* desc = 0,
37  DtReaderWriterRegistry* parentRegistry = 0);
38 
39 
42  virtual DtString type() const;
43 
44  virtual void preFirstTickInit();
45  virtual void tick();
46  virtual bool createAndInitPropulsionNoiseSystem();
47 
48  static DtSimComponent* creator(const DtString& name,
49  DtVrfObject* owner,
50  DtSimManager* simManager,
51  DtComponentDescriptor* desc = 0,
52  DtReaderWriterRegistry* parentRegistry = 0);
53 
54 protected:
56 };

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)