VR-Vantage 2.6 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rfxImageMessage.h
Go to the documentation of this file.
1 // ******************************************************************************
2 // ** Copyright (c) 2016 MAK Technologies, Inc.
3 // ** All rights reserved.
4 // ******************************************************************************
5 
9 
10 #pragma once
11 
12 #include "export.h"
13 #include "rfxMessage.h"
14 
15 #include <matrix/vlVector.h>
16 #include <matrix/vlTaitBryan.h>
17 
18 #include <string>
19 
20 namespace makRadarFx
21 {
26 
28 {
29  DtImageSize() {x = 512; y = 512;}
30  DtImageSize(int imgX, int imgY) { x = imgX; y = imgY;}
31 
32  int x;
33  int y;
34 };
35 
38 {
39  public:
42  virtual ~DtImageRequest();
43 
44  protected:
45 
46 };
47 
48 
51 
54 {
55  public:
56 
59  virtual ~DtImageResponse();
60 
61  protected:
62 
63 };
64 }
65 
DtImageRequest defines a request for an image from the RadarFX Server.
Definition: rfxImageMessage.h:37
Definition: rfxImageMessage.h:22
DtBaseMessage is the base class for all messages that can be sent between the server and the client...
Definition: rfxMessage.h:25
DtImageRotation
Definition: rfxImageMessage.h:23
int y
Definition: rfxImageMessage.h:33
DtSarResponse is the returned image data by the server.
Definition: rfxImageMessage.h:53
Definition: rfxImageMessage.h:24
DtImageDataType
Definition: rfxImageMessage.h:25
int x
Definition: rfxImageMessage.h:32
DtImageError
Definition: rfxImageMessage.h:49
Definition: rfxImageMessage.h:25
Definition: rfxImageMessage.h:50
DtImageFormat
Definition: rfxImageMessage.h:22
x y t t *t x y t t t x y t t t x *y t *t t x *y t *t t x y t t t x y t t t x *y t *t t x *y t *t *t x y *z t t *t t x *y *z t *t *t t x y z t t t t x *y z t *t t t x * y(z *w))
Definition: rfxImageMessage.h:22
DtImageSize()
Definition: rfxImageMessage.h:29
#define RFX_DLL_SHARED
Definition: include/radarFxShared/export.h:15
Definition: rfxImageMessage.h:49
Definition: rfxImageMessage.h:25
Definition: rfxImageMessage.h:49
Definition: rfxImageMessage.h:25
DtImageSize(int imgX, int imgY)
Definition: rfxImageMessage.h:30
Defines the base class for all messages that can be sent between the server and the client...
Definition: rfxImageMessage.h:23
Definition: rfxImageMessage.h:49
DtImageWarning
Definition: rfxImageMessage.h:50
x y t t *t x y t t t x y t t t x *y t *t t x *y t *t t x y t t t x y t t t x(y+z)
Definition: rfxImageMessage.h:24
Definition: rfxImageMessage.h:50
DtImageReturnMethod
Definition: rfxImageMessage.h:24
Definition: rfxImageMessage.h:22
Definition: rfxImageMessage.h:22
Definition: rfxImageMessage.h:23
Definition: rfxImageMessage.h:27
Definition: rfxImageMessage.h:22
Definition: rfxImageMessage.h:49
Definition: rfxImageMessage.h:49


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