VR-Vantage 3.1.1 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
nitfTaskElement.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 
12 
13 namespace makVrv
14 {
15 class DtVideoFrameBuffer;
16 }
17 
18 namespace makRadarFx
19 {
20  class DtRadarFxDriver;
21 extern const char* DtNitfImageTaskElementName;
22 
24 {
25  public:
29 
31  virtual ~DtNitfImageTaskElement();
32 
34  void setFromRecord(const makArchives::DtImageTaskRecord& config);
35 
36  protected:
39 
41  void handleProcessFrame(makVrv::DtVideoFrameBuffer* frame);
42 
43  private:
46 
49 
52 
53  protected:
54  double myRotation;
56  int myFormat;
57 
59 };
60 
62 {
63  public:
66 
69 
72 
73  protected:
75  virtual makVrv::DtImageTaskElement* create(makVrv::DtDe& de,
76  makVrv::DtProcessImageTask* owningTask);
77 };
78 }
Record for a sensor definition.
Definition: DtImageTaskRecord.h:20
Contains the DtProcessImageTask class declaration.
int myFormat
Definition: nitfTaskElement.h:56
DtRadarFxDriver is the main class that controls the processing flow of the RadarFX Server...
Definition: rfxDriver.h:28
Definition: nitfTaskElement.h:61
DtVideoStreamManager is a singleton class that manages DtVideoStreams in VR-Vantage.
Definition: DtVideoStreamManager.h:35
The DtImageTaskElement is an abstract base class for all image task elements.
Definition: DtImageTaskElement.h:25
DtRadarFxDriver * myDriver
Definition: nitfTaskElement.h:58
bool myUseSimulationTime
Definition: nitfTaskElement.h:55
const char * DtNitfImageTaskElementName
#define DT_DLL_RFXSERVER
Definition: include/radarFxServer/export.h:15
DtImageTaskElementCreator is the common base class for all image task element creators.
Definition: DtImageTaskElement.h:95
DtProcessImageTask creates and manages all the process image pipeline elements.
Definition: DtProcessImageTask.h:35
Contains declarations needed to initialize the freeImage library.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:72
Definition: nitfTaskElement.h:23
double myRotation
Definition: nitfTaskElement.h:54
The image as initially captured from the camera is placed into a DtVideoFrameBuffer.
Definition: DtVideoFrameBuffer.h:20


Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)