VR-Vantage 3.1 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 


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