VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
aimAtPointController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
13 
14 class DtVectorOutputPort;
16 class DtAnalogOutputPort;
18 
23 {
24 
25 public:
26 
29  DtAimAtPointController(const DtString& name,
30  DtVrfObject* owner,
31  DtSimManager* simManager,
32  DtComponentDescriptor* desc = 0,
33  DtReaderWriterRegistry* parentRegistry = 0);
34 
36  virtual ~DtAimAtPointController();
37 
38  virtual bool init();
39 
42  virtual const char* type() const;
43 
44  virtual void tick();
45 
47  static void setAimingPointCallback(DtSimMessage * msg, void * usr);
48  virtual void processSetAimingPoint(DtSimMessage* msg);
49 
53  static DtSimComponent * creator(const DtString& name,
54  DtVrfObject* owner,
55  DtSimManager* simManager,
56  DtComponentDescriptor* desc = 0,
57  DtReaderWriterRegistry* parentRegistry = 0);
58 
59 protected:
60 
62  virtual bool createPorts();
63 
65  virtual bool createPortGroups();
66 
67  virtual DtAimAtPointControllerPSR* createPSR();
68 
69 private:
70 
73 
76  DtAimAtPointController & orig);
77 
80  const DtAimAtPointController & orig);
81 
82 
83 protected:
84 
86 
88 
89 
93 
99 
106 
112 
118 
127 
129 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)