RadarFX API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
rfxSarCaptureProcess.h
Go to the documentation of this file.
1 /*********************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************************/
5 
6 #pragma once
7 
8 #include <radarFxServer/export.h>
9 
11 
12 
13 namespace makVrv
14 {
15  class DtDe;
16  class DtVideoStream;
17  class DtObserver;
18  class DtVideoFrameBuffer;
19  class DtSensor;
20 }
21 
22 namespace makRadarFx
23 {
24  class DtSarRequest;
25  struct DtObserverState;
26 
29  {
30  public:
31 
34  DtSarCaptureProcess(makVrv::DtDe& de, DtImageRequest* request);
35  virtual ~DtSarCaptureProcess();
36 
38  virtual void processFrame(makVrv::DtVideoFrameBuffer* frame);
39 
41  virtual bool isReadyToProcess();
42 
43  protected:
44 
47  {
49  float myCrossrange;
50  float myDownrange;
51  float myPower;
52  DtVector32 myOwnshipVelocity;
53  };
54 
55  protected:
56 
57  //Called in the constructor so it is not virtual!!
58  DtImageCaptureConfig* createCaptureConfiguration(DtImageRequest* msg);
59 
62  virtual void configureSensor(const std::string& sensorName);
63 
65  virtual void respondError(std::string errorMsg, DtImageError err);
66 
67  protected:
68 
69  };
70 
73  {
74 
75  public:
76 
78  DtSarCaptureProcessCreator(makVrv::DtDe& de);
80 
82  virtual DtBaseProcess* create(DtBaseMessage* message);
83 
84  private:
85  makVrv::DtDe& myDe;
86  };
87 
88 
89 }

Document ID: 1.0
Copyright © 2017 VT MAK Inc. All Rights Reserved (www.mak.com)