@deeptrekker/api-domain 1.0.20-x4networktable.6 → 1.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1016,52 +1016,44 @@
|
|
|
1016
1016
|
"DeviceModel": {
|
|
1017
1017
|
"description": "Deep Trekker internal device model numbers.",
|
|
1018
1018
|
"enum": [
|
|
1019
|
-
"BRIDGEBOX",
|
|
1020
1019
|
20,
|
|
1021
1020
|
19,
|
|
1022
1021
|
22,
|
|
1023
|
-
5,
|
|
1024
1022
|
240,
|
|
1023
|
+
5,
|
|
1025
1024
|
206,
|
|
1026
1025
|
243,
|
|
1027
1026
|
207,
|
|
1028
1027
|
241,
|
|
1029
|
-
|
|
1030
|
-
32,
|
|
1031
|
-
12,
|
|
1028
|
+
24,
|
|
1032
1029
|
16,
|
|
1033
1030
|
13,
|
|
1034
1031
|
18,
|
|
1035
|
-
|
|
1032
|
+
32,
|
|
1033
|
+
112,
|
|
1036
1034
|
113,
|
|
1037
1035
|
114,
|
|
1038
1036
|
115,
|
|
1039
1037
|
116,
|
|
1038
|
+
117,
|
|
1040
1039
|
118,
|
|
1040
|
+
246,
|
|
1041
1041
|
102,
|
|
1042
1042
|
103,
|
|
1043
|
-
106,
|
|
1044
1043
|
109,
|
|
1044
|
+
106,
|
|
1045
1045
|
107,
|
|
1046
1046
|
108,
|
|
1047
|
+
"BRIDGEBOX",
|
|
1047
1048
|
100,
|
|
1048
1049
|
101,
|
|
1049
|
-
104,
|
|
1050
|
-
105,
|
|
1051
|
-
110,
|
|
1052
|
-
111,
|
|
1053
|
-
200,
|
|
1054
|
-
201,
|
|
1055
|
-
202,
|
|
1056
|
-
203,
|
|
1057
|
-
204,
|
|
1058
|
-
205,
|
|
1059
1050
|
244,
|
|
1051
|
+
202,
|
|
1060
1052
|
245
|
|
1061
1053
|
],
|
|
1062
1054
|
"type": [
|
|
1063
|
-
"
|
|
1064
|
-
"
|
|
1055
|
+
"number",
|
|
1056
|
+
"string"
|
|
1065
1057
|
]
|
|
1066
1058
|
},
|
|
1067
1059
|
"DeviceVersion": {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const API_VERSION = "1.0.20
|
|
1
|
+
export declare const API_VERSION = "1.0.20";
|
|
@@ -4,49 +4,39 @@
|
|
|
4
4
|
* @group Devices
|
|
5
5
|
*/
|
|
6
6
|
export declare enum DeviceModel {
|
|
7
|
-
BridgeBox = "BRIDGEBOX",
|
|
8
7
|
A150Crawler = 20,
|
|
9
8
|
A200Crawler = 19,
|
|
10
9
|
DT645 = 22,
|
|
11
|
-
DTCam = 5,
|
|
12
10
|
TamronHarrierZoomCamera = 240,
|
|
11
|
+
DTCam = 5,
|
|
13
12
|
OcleaCam = 206,
|
|
14
13
|
TamronOcleaZoomCamera = 243,
|
|
15
14
|
JZC18ZoomCamera = 207,
|
|
16
15
|
MiniAuxCamera = 241,
|
|
17
|
-
|
|
18
|
-
X4Cam = 32,// Same as DeviceModel - X4
|
|
19
|
-
DTG3 = 12,
|
|
16
|
+
Photon = 24,
|
|
20
17
|
Onyx = 16,
|
|
21
18
|
Revolution = 13,
|
|
22
19
|
Pivot = 18,
|
|
23
|
-
Photon = 24,
|
|
24
20
|
X4 = 32,
|
|
25
|
-
|
|
26
|
-
|
|
21
|
+
X4PCM = 112,// DNE
|
|
22
|
+
X4PDM = 113,// DNE
|
|
23
|
+
X4Thruster = 114,// DNE
|
|
27
24
|
X4Lights = 115,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
25
|
+
X4BrushedMotor = 116,
|
|
26
|
+
X4SensorPod = 117,// DNE
|
|
27
|
+
X4Grabber = 118,// DNE
|
|
28
|
+
X4OculusSonar = 246,
|
|
31
29
|
RevolutionCameraHead = 102,
|
|
32
30
|
PivotCameraHead = 103,
|
|
33
|
-
A200CameraHead = 106,
|
|
34
31
|
A150CameraHead = 109,
|
|
32
|
+
A200CameraHead = 106,
|
|
35
33
|
ManualReel = 107,
|
|
36
34
|
PoweredReel = 108,
|
|
35
|
+
BridgeBox = "BRIDGEBOX",
|
|
37
36
|
SensorPodPlus = 100,
|
|
38
37
|
SensorPod = 101,
|
|
39
|
-
|
|
40
|
-
DT840Arm = 105,
|
|
41
|
-
RovGps = 110,
|
|
42
|
-
SerialBox = 111,
|
|
43
|
-
WaterlinkedGps = 200,
|
|
44
|
-
Seatrac = 201,
|
|
38
|
+
CeruleanEchosounder = 244,
|
|
45
39
|
DVL = 202,
|
|
46
|
-
PathfindrDVL = 203,
|
|
47
|
-
OculusSonar = 204,
|
|
48
|
-
GeminiSonar = 205,
|
|
49
|
-
Echosounder = 244,
|
|
50
40
|
WATERLINKED_3D_SONAR = 245
|
|
51
41
|
}
|
|
52
42
|
/**
|
|
@@ -79,12 +69,10 @@ export declare enum CpuTemperatureThreshold {
|
|
|
79
69
|
export declare const CAMERA_DEVICE_MODEL_LABELS: {
|
|
80
70
|
readonly 206: "4K UHD Camera";
|
|
81
71
|
readonly 240: "Zoom Camera H";
|
|
82
|
-
readonly 243: "
|
|
72
|
+
readonly 243: "Zoom Camera TO";
|
|
83
73
|
readonly 5: "DT Camera";
|
|
84
74
|
readonly 207: "Zoom Camera JZC";
|
|
85
75
|
readonly 241: "Mini Aux Camera";
|
|
86
|
-
readonly 32: "Stereo Camera";
|
|
87
|
-
readonly 242: "Aegis Camera";
|
|
88
76
|
};
|
|
89
77
|
/**
|
|
90
78
|
* Deep Trekker's Vehicle Device Model Labels
|
|
@@ -99,34 +87,6 @@ export declare const VEHICLE_DEVICE_MODEL_LABELS: {
|
|
|
99
87
|
readonly 18: "PIVOT";
|
|
100
88
|
readonly 24: "PHOTON";
|
|
101
89
|
readonly 16: "ONYX";
|
|
102
|
-
readonly 22: "VAC/MAG Utility Crawler";
|
|
103
|
-
readonly 12: "DTG3";
|
|
104
|
-
};
|
|
105
|
-
/**
|
|
106
|
-
* Deep Trekker's Peripheral Device Model Labels
|
|
107
|
-
* @group Devices
|
|
108
|
-
* @category Peripherals
|
|
109
|
-
*/
|
|
110
|
-
export declare const PERIPHERAL_DEVICE_MODEL_LABELS: {
|
|
111
|
-
readonly 101: "Sensor Pod";
|
|
112
|
-
readonly 100: "Sensor Pod+";
|
|
113
|
-
readonly 117: "Sensor Pod X";
|
|
114
|
-
readonly 110: "ROV GPS";
|
|
115
|
-
readonly 111: "Serial Interface Box";
|
|
116
|
-
readonly 200: "WaterLinked UGPS";
|
|
117
|
-
readonly 201: "SeaTrac USBL";
|
|
118
|
-
readonly 202: "WaterLinked DVL";
|
|
119
|
-
readonly 203: "Pathfindr DVL";
|
|
120
|
-
readonly 204: "Oculus Sonar";
|
|
121
|
-
readonly 205: "Gemini Sonar";
|
|
122
|
-
readonly 244: "Echosounder";
|
|
123
|
-
readonly 245: "Water Linked 3D Sonar";
|
|
124
|
-
readonly 104: "DT840 Hoser";
|
|
125
|
-
readonly 105: "DT840 Manipulator Arm";
|
|
126
|
-
readonly 113: "Power Distribution Module";
|
|
127
|
-
readonly 114: "Thruster";
|
|
128
|
-
readonly 115: "Lights";
|
|
129
|
-
readonly 118: "Grabber";
|
|
130
90
|
};
|
|
131
91
|
/**
|
|
132
92
|
* Deep Trekker's Camera Head Device Model Labels
|
|
@@ -138,7 +98,6 @@ export declare const CAMERA_HEAD_DEVICE_MODEL_LABELS: {
|
|
|
138
98
|
readonly 106: "A-200 Camera Head";
|
|
139
99
|
readonly 102: "REVOLUTION Camera Head";
|
|
140
100
|
readonly 103: "PIVOT Camera Head";
|
|
141
|
-
readonly 116: "SPECTRA Camera Head";
|
|
142
101
|
};
|
|
143
102
|
/**
|
|
144
103
|
* Deep Trekker's Reel Device Model Labels
|
|
@@ -162,32 +121,13 @@ export declare const CAMERA_DEVICE_MODELS: readonly [DeviceModel.TamronHarrierZo
|
|
|
162
121
|
*/
|
|
163
122
|
export declare const DEVICE_MODEL_LABELS: {
|
|
164
123
|
readonly BRIDGEBOX: "BridgeBox";
|
|
165
|
-
readonly 101: "Sensor Pod";
|
|
166
|
-
readonly 100: "Sensor Pod+";
|
|
167
|
-
readonly 117: "Sensor Pod X";
|
|
168
|
-
readonly 110: "ROV GPS";
|
|
169
|
-
readonly 111: "Serial Interface Box";
|
|
170
|
-
readonly 200: "WaterLinked UGPS";
|
|
171
|
-
readonly 201: "SeaTrac USBL";
|
|
172
|
-
readonly 202: "WaterLinked DVL";
|
|
173
|
-
readonly 203: "Pathfindr DVL";
|
|
174
|
-
readonly 204: "Oculus Sonar";
|
|
175
|
-
readonly 205: "Gemini Sonar";
|
|
176
|
-
readonly 244: "Echosounder";
|
|
177
124
|
readonly 245: "Water Linked 3D Sonar";
|
|
178
|
-
readonly 104: "DT840 Hoser";
|
|
179
|
-
readonly 105: "DT840 Manipulator Arm";
|
|
180
|
-
readonly 113: "Power Distribution Module";
|
|
181
|
-
readonly 114: "Thruster";
|
|
182
|
-
readonly 115: "Lights";
|
|
183
|
-
readonly 118: "Grabber";
|
|
184
125
|
readonly 107: "Tether Reel";
|
|
185
126
|
readonly 108: "Powered Tether Reel";
|
|
186
127
|
readonly 109: "A-150 Camera Head";
|
|
187
128
|
readonly 106: "A-200 Camera Head";
|
|
188
129
|
readonly 102: "REVOLUTION Camera Head";
|
|
189
130
|
readonly 103: "PIVOT Camera Head";
|
|
190
|
-
readonly 116: "SPECTRA Camera Head";
|
|
191
131
|
readonly 20: "A-150";
|
|
192
132
|
readonly 19: "A-200";
|
|
193
133
|
readonly 13: "REVOLUTION";
|
|
@@ -195,22 +135,19 @@ export declare const DEVICE_MODEL_LABELS: {
|
|
|
195
135
|
readonly 18: "PIVOT";
|
|
196
136
|
readonly 24: "PHOTON";
|
|
197
137
|
readonly 16: "ONYX";
|
|
198
|
-
readonly 22: "VAC/MAG Utility Crawler";
|
|
199
|
-
readonly 12: "DTG3";
|
|
200
138
|
readonly 206: "4K UHD Camera";
|
|
201
139
|
readonly 240: "Zoom Camera H";
|
|
202
|
-
readonly 243: "
|
|
140
|
+
readonly 243: "Zoom Camera TO";
|
|
203
141
|
readonly 5: "DT Camera";
|
|
204
142
|
readonly 207: "Zoom Camera JZC";
|
|
205
143
|
readonly 241: "Mini Aux Camera";
|
|
206
|
-
readonly 242: "Aegis Camera";
|
|
207
144
|
};
|
|
208
145
|
/**
|
|
209
146
|
* Deep Trekker's Camera Head Device Models
|
|
210
147
|
* @group Devices
|
|
211
148
|
* @category Camera Heads
|
|
212
149
|
*/
|
|
213
|
-
export declare const CAMERA_HEAD_DEVICE_MODELS: readonly [DeviceModel.A150CameraHead, DeviceModel.A200CameraHead, DeviceModel.RevolutionCameraHead, DeviceModel.PivotCameraHead
|
|
150
|
+
export declare const CAMERA_HEAD_DEVICE_MODELS: readonly [DeviceModel.A150CameraHead, DeviceModel.A200CameraHead, DeviceModel.RevolutionCameraHead, DeviceModel.PivotCameraHead];
|
|
214
151
|
/**
|
|
215
152
|
* Deep Trekker's Vehicle Device Models
|
|
216
153
|
* @group Devices
|
|
@@ -229,24 +166,6 @@ export declare const CRAWLER_DEVICE_MODELS: readonly [DeviceModel.A150Crawler, D
|
|
|
229
166
|
* @category Reels
|
|
230
167
|
*/
|
|
231
168
|
export declare const REEL_DEVICE_MODELS: readonly [DeviceModel.ManualReel, DeviceModel.PoweredReel];
|
|
232
|
-
/**
|
|
233
|
-
* Deep Trekker's Sensor Pod Device Models
|
|
234
|
-
* @group Devices
|
|
235
|
-
* @category SensorPods
|
|
236
|
-
*/
|
|
237
|
-
export declare const SENSOR_POD_DEVICE_MODELS: readonly [DeviceModel.SensorPod, DeviceModel.SensorPodPlus, DeviceModel.SensorPodX];
|
|
238
|
-
/**
|
|
239
|
-
* Deep Trekker's Gen4 Peripheral Device Models
|
|
240
|
-
* @group Devices
|
|
241
|
-
* @category Gen4 Peripherals
|
|
242
|
-
*/
|
|
243
|
-
export declare const X4_PERIPHERAL_DEVICE_MODELS: readonly [DeviceModel.X4PDM, DeviceModel.X4Thruster, DeviceModel.X4Lights, DeviceModel.X4GrabberModel];
|
|
244
|
-
/**
|
|
245
|
-
* All External Peripheral Device Models
|
|
246
|
-
* @group Devices
|
|
247
|
-
* @category Peripherals
|
|
248
|
-
*/
|
|
249
|
-
export declare const PERIPHERAL_DEVICE_MODELS: readonly [DeviceModel.RovGps, DeviceModel.SerialBox, DeviceModel.WaterlinkedGps, DeviceModel.Seatrac, DeviceModel.DVL, DeviceModel.PathfindrDVL, DeviceModel.OculusSonar, DeviceModel.GeminiSonar, DeviceModel.Echosounder, DeviceModel.WATERLINKED_3D_SONAR, DeviceModel.SensorPod, DeviceModel.SensorPodPlus, DeviceModel.SensorPodX, DeviceModel.X4PDM, DeviceModel.X4Thruster, DeviceModel.X4Lights, DeviceModel.X4GrabberModel];
|
|
250
169
|
/**
|
|
251
170
|
* Device Version is a base interface for hardware and software version sample payloads.
|
|
252
171
|
* -1 hardware versions and 0.0 software versions refer to not applicable
|
|
@@ -24,18 +24,9 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
24
24
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
25
25
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
26
26
|
};
|
|
27
|
-
var
|
|
28
|
-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
29
|
-
if (ar || !(i in from)) {
|
|
30
|
-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
31
|
-
ar[i] = from[i];
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
35
|
-
};
|
|
36
|
-
var _a, _b, _c, _d, _e, _f;
|
|
27
|
+
var _a, _b, _c, _d, _e;
|
|
37
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
-
exports.
|
|
29
|
+
exports.REEL_DEVICE_MODELS = exports.CRAWLER_DEVICE_MODELS = exports.VEHICLE_DEVICE_MODELS = exports.CAMERA_HEAD_DEVICE_MODELS = exports.DEVICE_MODEL_LABELS = exports.CAMERA_DEVICE_MODELS = exports.REEL_DEVICE_MODEL_LABELS = exports.CAMERA_HEAD_DEVICE_MODEL_LABELS = exports.VEHICLE_DEVICE_MODEL_LABELS = exports.CAMERA_DEVICE_MODEL_LABELS = exports.CpuTemperatureThreshold = exports.BandwidthDegradationThreshold = exports.DeviceModel = void 0;
|
|
39
30
|
/**
|
|
40
31
|
* Deep Trekker internal device model numbers.
|
|
41
32
|
* @category Core
|
|
@@ -43,57 +34,46 @@ exports.PERIPHERAL_DEVICE_MODELS = exports.X4_PERIPHERAL_DEVICE_MODELS = exports
|
|
|
43
34
|
*/
|
|
44
35
|
var DeviceModel;
|
|
45
36
|
(function (DeviceModel) {
|
|
46
|
-
/*Controllers */
|
|
47
|
-
DeviceModel["BridgeBox"] = "BRIDGEBOX";
|
|
48
37
|
/* Crawlers */
|
|
49
38
|
DeviceModel[DeviceModel["A150Crawler"] = 20] = "A150Crawler";
|
|
50
39
|
DeviceModel[DeviceModel["A200Crawler"] = 19] = "A200Crawler";
|
|
51
40
|
DeviceModel[DeviceModel["DT645"] = 22] = "DT645";
|
|
52
|
-
/*
|
|
53
|
-
DeviceModel[DeviceModel["DTCam"] = 5] = "DTCam";
|
|
41
|
+
/*Cameras */
|
|
54
42
|
DeviceModel[DeviceModel["TamronHarrierZoomCamera"] = 240] = "TamronHarrierZoomCamera";
|
|
43
|
+
DeviceModel[DeviceModel["DTCam"] = 5] = "DTCam";
|
|
55
44
|
DeviceModel[DeviceModel["OcleaCam"] = 206] = "OcleaCam";
|
|
56
45
|
DeviceModel[DeviceModel["TamronOcleaZoomCamera"] = 243] = "TamronOcleaZoomCamera";
|
|
57
46
|
DeviceModel[DeviceModel["JZC18ZoomCamera"] = 207] = "JZC18ZoomCamera";
|
|
58
47
|
DeviceModel[DeviceModel["MiniAuxCamera"] = 241] = "MiniAuxCamera";
|
|
59
|
-
|
|
60
|
-
DeviceModel[DeviceModel["
|
|
61
|
-
/* ROV Vehicles */
|
|
62
|
-
DeviceModel[DeviceModel["DTG3"] = 12] = "DTG3";
|
|
48
|
+
/*Rov Vehicles */
|
|
49
|
+
DeviceModel[DeviceModel["Photon"] = 24] = "Photon";
|
|
63
50
|
DeviceModel[DeviceModel["Onyx"] = 16] = "Onyx";
|
|
64
51
|
DeviceModel[DeviceModel["Revolution"] = 13] = "Revolution";
|
|
65
52
|
DeviceModel[DeviceModel["Pivot"] = 18] = "Pivot";
|
|
66
|
-
|
|
67
|
-
/* Gen 4 Series */
|
|
53
|
+
/*Gen 4 Model Numbers */
|
|
68
54
|
DeviceModel[DeviceModel["X4"] = 32] = "X4";
|
|
55
|
+
DeviceModel[DeviceModel["X4PCM"] = 112] = "X4PCM";
|
|
69
56
|
DeviceModel[DeviceModel["X4PDM"] = 113] = "X4PDM";
|
|
70
57
|
DeviceModel[DeviceModel["X4Thruster"] = 114] = "X4Thruster";
|
|
71
58
|
DeviceModel[DeviceModel["X4Lights"] = 115] = "X4Lights";
|
|
72
|
-
DeviceModel[DeviceModel["
|
|
73
|
-
DeviceModel[DeviceModel["
|
|
74
|
-
DeviceModel[DeviceModel["
|
|
59
|
+
DeviceModel[DeviceModel["X4BrushedMotor"] = 116] = "X4BrushedMotor";
|
|
60
|
+
DeviceModel[DeviceModel["X4SensorPod"] = 117] = "X4SensorPod";
|
|
61
|
+
DeviceModel[DeviceModel["X4Grabber"] = 118] = "X4Grabber";
|
|
62
|
+
DeviceModel[DeviceModel["X4OculusSonar"] = 246] = "X4OculusSonar";
|
|
75
63
|
/* Camera Heads */
|
|
76
64
|
DeviceModel[DeviceModel["RevolutionCameraHead"] = 102] = "RevolutionCameraHead";
|
|
77
65
|
DeviceModel[DeviceModel["PivotCameraHead"] = 103] = "PivotCameraHead";
|
|
78
|
-
DeviceModel[DeviceModel["A200CameraHead"] = 106] = "A200CameraHead";
|
|
79
66
|
DeviceModel[DeviceModel["A150CameraHead"] = 109] = "A150CameraHead";
|
|
67
|
+
DeviceModel[DeviceModel["A200CameraHead"] = 106] = "A200CameraHead";
|
|
80
68
|
/* Reels */
|
|
81
69
|
DeviceModel[DeviceModel["ManualReel"] = 107] = "ManualReel";
|
|
82
70
|
DeviceModel[DeviceModel["PoweredReel"] = 108] = "PoweredReel";
|
|
83
|
-
/*
|
|
71
|
+
/*Peripherals */
|
|
72
|
+
DeviceModel["BridgeBox"] = "BRIDGEBOX";
|
|
84
73
|
DeviceModel[DeviceModel["SensorPodPlus"] = 100] = "SensorPodPlus";
|
|
85
74
|
DeviceModel[DeviceModel["SensorPod"] = 101] = "SensorPod";
|
|
86
|
-
DeviceModel[DeviceModel["
|
|
87
|
-
DeviceModel[DeviceModel["DT840Arm"] = 105] = "DT840Arm";
|
|
88
|
-
DeviceModel[DeviceModel["RovGps"] = 110] = "RovGps";
|
|
89
|
-
DeviceModel[DeviceModel["SerialBox"] = 111] = "SerialBox";
|
|
90
|
-
DeviceModel[DeviceModel["WaterlinkedGps"] = 200] = "WaterlinkedGps";
|
|
91
|
-
DeviceModel[DeviceModel["Seatrac"] = 201] = "Seatrac";
|
|
75
|
+
DeviceModel[DeviceModel["CeruleanEchosounder"] = 244] = "CeruleanEchosounder";
|
|
92
76
|
DeviceModel[DeviceModel["DVL"] = 202] = "DVL";
|
|
93
|
-
DeviceModel[DeviceModel["PathfindrDVL"] = 203] = "PathfindrDVL";
|
|
94
|
-
DeviceModel[DeviceModel["OculusSonar"] = 204] = "OculusSonar";
|
|
95
|
-
DeviceModel[DeviceModel["GeminiSonar"] = 205] = "GeminiSonar";
|
|
96
|
-
DeviceModel[DeviceModel["Echosounder"] = 244] = "Echosounder";
|
|
97
77
|
DeviceModel[DeviceModel["WATERLINKED_3D_SONAR"] = 245] = "WATERLINKED_3D_SONAR";
|
|
98
78
|
})(DeviceModel || (exports.DeviceModel = DeviceModel = {}));
|
|
99
79
|
/**
|
|
@@ -128,12 +108,10 @@ var CpuTemperatureThreshold;
|
|
|
128
108
|
exports.CAMERA_DEVICE_MODEL_LABELS = (_a = {},
|
|
129
109
|
_a[DeviceModel.OcleaCam] = "4K UHD Camera",
|
|
130
110
|
_a[DeviceModel.TamronHarrierZoomCamera] = "Zoom Camera H",
|
|
131
|
-
_a[DeviceModel.TamronOcleaZoomCamera] = "
|
|
111
|
+
_a[DeviceModel.TamronOcleaZoomCamera] = "Zoom Camera TO",
|
|
132
112
|
_a[DeviceModel.DTCam] = "DT Camera",
|
|
133
113
|
_a[DeviceModel.JZC18ZoomCamera] = "Zoom Camera JZC",
|
|
134
114
|
_a[DeviceModel.MiniAuxCamera] = "Mini Aux Camera",
|
|
135
|
-
_a[DeviceModel.X4Cam] = "Stereo Camera",
|
|
136
|
-
_a[DeviceModel.AegisCam] = "Aegis Camera",
|
|
137
115
|
_a);
|
|
138
116
|
/**
|
|
139
117
|
* Deep Trekker's Vehicle Device Model Labels
|
|
@@ -148,59 +126,27 @@ exports.VEHICLE_DEVICE_MODEL_LABELS = (_b = {},
|
|
|
148
126
|
_b[DeviceModel.Pivot] = "PIVOT",
|
|
149
127
|
_b[DeviceModel.Photon] = "PHOTON",
|
|
150
128
|
_b[DeviceModel.Onyx] = "ONYX",
|
|
151
|
-
_b[DeviceModel.DT645] = "VAC/MAG Utility Crawler",
|
|
152
|
-
_b[DeviceModel.DTG3] = "DTG3",
|
|
153
129
|
_b);
|
|
154
|
-
/**
|
|
155
|
-
* Deep Trekker's Peripheral Device Model Labels
|
|
156
|
-
* @group Devices
|
|
157
|
-
* @category Peripherals
|
|
158
|
-
*/
|
|
159
|
-
exports.PERIPHERAL_DEVICE_MODEL_LABELS = (_c = {},
|
|
160
|
-
/* Standard Peripherals */
|
|
161
|
-
_c[DeviceModel.SensorPod] = "Sensor Pod",
|
|
162
|
-
_c[DeviceModel.SensorPodPlus] = "Sensor Pod+",
|
|
163
|
-
_c[DeviceModel.SensorPodX] = "Sensor Pod X",
|
|
164
|
-
_c[DeviceModel.RovGps] = "ROV GPS",
|
|
165
|
-
_c[DeviceModel.SerialBox] = "Serial Interface Box",
|
|
166
|
-
_c[DeviceModel.WaterlinkedGps] = "WaterLinked UGPS",
|
|
167
|
-
_c[DeviceModel.Seatrac] = "SeaTrac USBL",
|
|
168
|
-
_c[DeviceModel.DVL] = "WaterLinked DVL",
|
|
169
|
-
_c[DeviceModel.PathfindrDVL] = "Pathfindr DVL",
|
|
170
|
-
_c[DeviceModel.OculusSonar] = "Oculus Sonar",
|
|
171
|
-
_c[DeviceModel.GeminiSonar] = "Gemini Sonar",
|
|
172
|
-
_c[DeviceModel.Echosounder] = "Echosounder",
|
|
173
|
-
_c[DeviceModel.WATERLINKED_3D_SONAR] = "Water Linked 3D Sonar",
|
|
174
|
-
/* Legacy / Special Components */
|
|
175
|
-
_c[DeviceModel.DT840Hoser] = "DT840 Hoser",
|
|
176
|
-
_c[DeviceModel.DT840Arm] = "DT840 Manipulator Arm",
|
|
177
|
-
/* X4 Specific Internal Peripherals */
|
|
178
|
-
_c[DeviceModel.X4PDM] = "Power Distribution Module",
|
|
179
|
-
_c[DeviceModel.X4Thruster] = "Thruster",
|
|
180
|
-
_c[DeviceModel.X4Lights] = "Lights",
|
|
181
|
-
_c[DeviceModel.X4GrabberModel] = "Grabber",
|
|
182
|
-
_c);
|
|
183
130
|
/**
|
|
184
131
|
* Deep Trekker's Camera Head Device Model Labels
|
|
185
132
|
* @group Devices
|
|
186
133
|
* @category Camera Heads
|
|
187
134
|
*/
|
|
188
|
-
exports.CAMERA_HEAD_DEVICE_MODEL_LABELS = (
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
_d);
|
|
135
|
+
exports.CAMERA_HEAD_DEVICE_MODEL_LABELS = (_c = {},
|
|
136
|
+
_c[DeviceModel.A150CameraHead] = "A-150 Camera Head",
|
|
137
|
+
_c[DeviceModel.A200CameraHead] = "A-200 Camera Head",
|
|
138
|
+
_c[DeviceModel.RevolutionCameraHead] = "REVOLUTION Camera Head",
|
|
139
|
+
_c[DeviceModel.PivotCameraHead] = "PIVOT Camera Head",
|
|
140
|
+
_c);
|
|
195
141
|
/**
|
|
196
142
|
* Deep Trekker's Reel Device Model Labels
|
|
197
143
|
* @group Devices
|
|
198
144
|
* @category Reels
|
|
199
145
|
*/
|
|
200
|
-
exports.REEL_DEVICE_MODEL_LABELS = (
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
146
|
+
exports.REEL_DEVICE_MODEL_LABELS = (_d = {},
|
|
147
|
+
_d[DeviceModel.ManualReel] = "Tether Reel",
|
|
148
|
+
_d[DeviceModel.PoweredReel] = "Powered Tether Reel",
|
|
149
|
+
_d);
|
|
204
150
|
/**
|
|
205
151
|
* Deep Trekker's Camera Device Models
|
|
206
152
|
* @group Devices
|
|
@@ -219,7 +165,7 @@ exports.CAMERA_DEVICE_MODELS = [
|
|
|
219
165
|
* @group Devices
|
|
220
166
|
* @category Core
|
|
221
167
|
*/
|
|
222
|
-
exports.DEVICE_MODEL_LABELS = __assign(__assign(__assign(__assign(__assign(
|
|
168
|
+
exports.DEVICE_MODEL_LABELS = __assign(__assign(__assign(__assign(__assign({}, exports.CAMERA_DEVICE_MODEL_LABELS), exports.VEHICLE_DEVICE_MODEL_LABELS), exports.CAMERA_HEAD_DEVICE_MODEL_LABELS), exports.REEL_DEVICE_MODEL_LABELS), (_e = {}, _e[DeviceModel.BridgeBox] = "BridgeBox", _e[DeviceModel.WATERLINKED_3D_SONAR] = "Water Linked 3D Sonar", _e));
|
|
223
169
|
/**
|
|
224
170
|
* Deep Trekker's Camera Head Device Models
|
|
225
171
|
* @group Devices
|
|
@@ -230,7 +176,6 @@ exports.CAMERA_HEAD_DEVICE_MODELS = [
|
|
|
230
176
|
DeviceModel.A200CameraHead,
|
|
231
177
|
DeviceModel.RevolutionCameraHead,
|
|
232
178
|
DeviceModel.PivotCameraHead,
|
|
233
|
-
DeviceModel.X4CameraHead,
|
|
234
179
|
];
|
|
235
180
|
/**
|
|
236
181
|
* Deep Trekker's Vehicle Device Models
|
|
@@ -262,44 +207,6 @@ exports.REEL_DEVICE_MODELS = [
|
|
|
262
207
|
DeviceModel.ManualReel,
|
|
263
208
|
DeviceModel.PoweredReel,
|
|
264
209
|
];
|
|
265
|
-
/**
|
|
266
|
-
* Deep Trekker's Sensor Pod Device Models
|
|
267
|
-
* @group Devices
|
|
268
|
-
* @category SensorPods
|
|
269
|
-
*/
|
|
270
|
-
exports.SENSOR_POD_DEVICE_MODELS = [
|
|
271
|
-
DeviceModel.SensorPod,
|
|
272
|
-
DeviceModel.SensorPodPlus,
|
|
273
|
-
DeviceModel.SensorPodX,
|
|
274
|
-
];
|
|
275
|
-
/**
|
|
276
|
-
* Deep Trekker's Gen4 Peripheral Device Models
|
|
277
|
-
* @group Devices
|
|
278
|
-
* @category Gen4 Peripherals
|
|
279
|
-
*/
|
|
280
|
-
exports.X4_PERIPHERAL_DEVICE_MODELS = [
|
|
281
|
-
DeviceModel.X4PDM,
|
|
282
|
-
DeviceModel.X4Thruster,
|
|
283
|
-
DeviceModel.X4Lights,
|
|
284
|
-
DeviceModel.X4GrabberModel,
|
|
285
|
-
];
|
|
286
|
-
/**
|
|
287
|
-
* All External Peripheral Device Models
|
|
288
|
-
* @group Devices
|
|
289
|
-
* @category Peripherals
|
|
290
|
-
*/
|
|
291
|
-
exports.PERIPHERAL_DEVICE_MODELS = __spreadArray(__spreadArray([
|
|
292
|
-
DeviceModel.RovGps,
|
|
293
|
-
DeviceModel.SerialBox,
|
|
294
|
-
DeviceModel.WaterlinkedGps,
|
|
295
|
-
DeviceModel.Seatrac,
|
|
296
|
-
DeviceModel.DVL,
|
|
297
|
-
DeviceModel.PathfindrDVL,
|
|
298
|
-
DeviceModel.OculusSonar,
|
|
299
|
-
DeviceModel.GeminiSonar,
|
|
300
|
-
DeviceModel.Echosounder,
|
|
301
|
-
DeviceModel.WATERLINKED_3D_SONAR
|
|
302
|
-
], exports.SENSOR_POD_DEVICE_MODELS, true), exports.X4_PERIPHERAL_DEVICE_MODELS, true);
|
|
303
210
|
__exportStar(require("./cameraHeads"), exports);
|
|
304
211
|
__exportStar(require("./cameras"), exports);
|
|
305
212
|
__exportStar(require("./core"), exports);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deeptrekker/api-domain",
|
|
3
|
-
"version": "1.0.20
|
|
3
|
+
"version": "1.0.20",
|
|
4
4
|
"description": "A business domain of types and schemas that the Deep Trekker topside communicates with via an API.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"engines": {
|
|
@@ -37,16 +37,16 @@
|
|
|
37
37
|
"@knodes/typedoc-plugin-code-blocks": "^0.22.7",
|
|
38
38
|
"@types/lodash": "^4.14.182",
|
|
39
39
|
"@types/node": "^22.0.0",
|
|
40
|
+
"@typescript-eslint/eslint-plugin": "^6.1.0",
|
|
41
|
+
"@typescript-eslint/parser": "^6.1.0",
|
|
40
42
|
"@zamiell/typedoc-plugin-not-exported": "^0.2.0",
|
|
43
|
+
"eslint": "^8.45.0",
|
|
44
|
+
"eslint-config-prettier": "^8.8.0",
|
|
45
|
+
"eslint-plugin-unused-imports": "^3.0.0",
|
|
41
46
|
"prettier": "3.0.3",
|
|
42
47
|
"rimraf": "^3.0.2",
|
|
43
48
|
"semver-compare-cli": "^2.0.0",
|
|
44
49
|
"ts-json-schema-generator": "2.4.0",
|
|
45
|
-
"eslint": "^8.45.0",
|
|
46
|
-
"@typescript-eslint/eslint-plugin": "^6.1.0",
|
|
47
|
-
"@typescript-eslint/parser": "^6.1.0",
|
|
48
|
-
"eslint-plugin-unused-imports": "^3.0.0",
|
|
49
|
-
"eslint-config-prettier": "^8.8.0",
|
|
50
50
|
"ts-node": "^10.8.1",
|
|
51
51
|
"tslib": "^2.4.0",
|
|
52
52
|
"typedoc": "^0.28.9",
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
"mkdirp": "^1.0.4",
|
|
63
63
|
"ts-pattern": "^4.3.0",
|
|
64
64
|
"ts-toolbelt": "^9.6.0",
|
|
65
|
-
"type-zoo": "^3.4.1"
|
|
65
|
+
"type-zoo": "^3.4.1",
|
|
66
|
+
"yarn": "^1.22.22"
|
|
66
67
|
}
|
|
67
68
|
}
|