VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fascamController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include "vlutil/vlString.h"
14 
17 {
18 public:
20  DtFascamController(const DtString & name, DtVrfObject* owner,
21  DtSimManager * simManager, DtComponentDescriptor* desc = NULL,
22  DtReaderWriterRegistry * parentRegistry = 0);
23 
25  virtual ~DtFascamController();
26 
28  virtual bool init();
29 
30 private:
33 
36 
37 public:
38 
39  virtual DtString type() const;
40 
42  static DtSimComponent* creator(const DtString & name, DtVrfObject* owner,
43  DtSimManager * simManager, DtComponentDescriptor* desc,
44  DtReaderWriterRegistry * parentRegistry);
45 
47  virtual void clearTask();
48 
49 protected:
50 
54  virtual void moveInRange(const DtLocalVertexList& vertices,
55  double range, double objectRadius);
56 
57 };
58 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)