VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtCigiIgControlProcessor.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2014 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: DtCigiIgControlProcessor.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCigi/vrvCigi.h>
16 
17 class CigiCelestialCtrlV3;
18 class CigiCompCtrlV3_3;
19 class CigiIGCtrlV3_3;
20 class CigiShortCompCtrlV3_3;
21 class CigiViewDefV3;
22 class CigiWeatherCtrlV3;
23 
24 namespace makVrv
25 {
26  class DtCigiConnection;
27  class DtComponentSignaler;
28 
33  {
34  public:
37 
39  virtual ~DtCigiIgControlProcessor();
40 
41  protected:
44  virtual void processComponentControl(CigiCompCtrlV3_3& compControl);
45 
48  virtual void processShortComponentControl(CigiShortCompCtrlV3_3& compControl);
49 
53  virtual void processIgControl(const CigiIGCtrlV3_3& igControl);
54 
56  virtual void processCelestialSphereControl(const CigiCelestialCtrlV3& celestCtrl);
57 
61  virtual void processViewDefinition(const CigiViewDefV3& viewDefinition);
62 
65  virtual void processWeatherControl(const CigiWeatherCtrlV3& weatherControl);
66 
67  protected:
70  };
71 }

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)