@anduril-industries/lattice-sdk 1.2.0

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.
Files changed (105) hide show
  1. package/.github/CODEOWNERS +1 -0
  2. package/.github/workflows/commit-lint.yml +21 -0
  3. package/.github/workflows/release.yml +36 -0
  4. package/LICENSE.md +188 -0
  5. package/README.md +30 -0
  6. package/SECURITY.md +5 -0
  7. package/package.json +21 -0
  8. package/src/anduril/entitymanager/v1/classification.pub_pb.d.ts +142 -0
  9. package/src/anduril/entitymanager/v1/classification.pub_pb.js +47 -0
  10. package/src/anduril/entitymanager/v1/contact_details.pub_pb.d.ts +32 -0
  11. package/src/anduril/entitymanager/v1/contact_details.pub_pb.js +19 -0
  12. package/src/anduril/entitymanager/v1/correlations.pub_pb.d.ts +189 -0
  13. package/src/anduril/entitymanager/v1/correlations.pub_pb.js +55 -0
  14. package/src/anduril/entitymanager/v1/dimensions.pub_pb.d.ts +30 -0
  15. package/src/anduril/entitymanager/v1/dimensions.pub_pb.js +19 -0
  16. package/src/anduril/entitymanager/v1/entity.pub_pb.d.ts +1043 -0
  17. package/src/anduril/entitymanager/v1/entity.pub_pb.js +211 -0
  18. package/src/anduril/entitymanager/v1/entity_manager_grpcapi.pub_pb.d.ts +493 -0
  19. package/src/anduril/entitymanager/v1/entity_manager_grpcapi.pub_pb.js +143 -0
  20. package/src/anduril/entitymanager/v1/filter.pub_pb.d.ts +735 -0
  21. package/src/anduril/entitymanager/v1/filter.pub_pb.js +182 -0
  22. package/src/anduril/entitymanager/v1/filter_dynamic.pub_pb.d.ts +116 -0
  23. package/src/anduril/entitymanager/v1/filter_dynamic.pub_pb.js +34 -0
  24. package/src/anduril/entitymanager/v1/geoentity.pub_pb.d.ts +325 -0
  25. package/src/anduril/entitymanager/v1/geoentity.pub_pb.js +91 -0
  26. package/src/anduril/entitymanager/v1/group.pub_pb.d.ts +26 -0
  27. package/src/anduril/entitymanager/v1/group.pub_pb.js +19 -0
  28. package/src/anduril/entitymanager/v1/health_status.pub_pb.d.ts +344 -0
  29. package/src/anduril/entitymanager/v1/health_status.pub_pb.js +90 -0
  30. package/src/anduril/entitymanager/v1/location.pub_pb.d.ts +278 -0
  31. package/src/anduril/entitymanager/v1/location.pub_pb.js +56 -0
  32. package/src/anduril/entitymanager/v1/media.pub_pb.d.ts +97 -0
  33. package/src/anduril/entitymanager/v1/media.pub_pb.js +39 -0
  34. package/src/anduril/entitymanager/v1/notification.pub_pb.d.ts +50 -0
  35. package/src/anduril/entitymanager/v1/notification.pub_pb.js +20 -0
  36. package/src/anduril/entitymanager/v1/ontology.pub_pb.d.ts +76 -0
  37. package/src/anduril/entitymanager/v1/ontology.pub_pb.js +29 -0
  38. package/src/anduril/entitymanager/v1/options.pub_pb.d.ts +17 -0
  39. package/src/anduril/entitymanager/v1/options.pub_pb.js +19 -0
  40. package/src/anduril/entitymanager/v1/orbit.pub_pb.d.ts +31 -0
  41. package/src/anduril/entitymanager/v1/orbit.pub_pb.js +20 -0
  42. package/src/anduril/entitymanager/v1/payloads.pub_pb.d.ts +143 -0
  43. package/src/anduril/entitymanager/v1/payloads.pub_pb.js +49 -0
  44. package/src/anduril/entitymanager/v1/power.pub_pb.d.ts +230 -0
  45. package/src/anduril/entitymanager/v1/power.pub_pb.js +58 -0
  46. package/src/anduril/entitymanager/v1/rate_limit.pub_pb.d.ts +38 -0
  47. package/src/anduril/entitymanager/v1/rate_limit.pub_pb.js +19 -0
  48. package/src/anduril/entitymanager/v1/relationship.pub_pb.d.ts +184 -0
  49. package/src/anduril/entitymanager/v1/relationship.pub_pb.js +63 -0
  50. package/src/anduril/entitymanager/v1/route_details.pub_pb.d.ts +38 -0
  51. package/src/anduril/entitymanager/v1/route_details.pub_pb.js +20 -0
  52. package/src/anduril/entitymanager/v1/schedule.pub_pb.d.ts +124 -0
  53. package/src/anduril/entitymanager/v1/schedule.pub_pb.js +47 -0
  54. package/src/anduril/entitymanager/v1/sensors.pub_pb.d.ts +434 -0
  55. package/src/anduril/entitymanager/v1/sensors.pub_pb.js +104 -0
  56. package/src/anduril/entitymanager/v1/signal.pub_pb.d.ts +432 -0
  57. package/src/anduril/entitymanager/v1/signal.pub_pb.js +98 -0
  58. package/src/anduril/entitymanager/v1/supplies.pub_pb.d.ts +102 -0
  59. package/src/anduril/entitymanager/v1/supplies.pub_pb.js +29 -0
  60. package/src/anduril/entitymanager/v1/target_priority.pub_pb.d.ts +130 -0
  61. package/src/anduril/entitymanager/v1/target_priority.pub_pb.js +41 -0
  62. package/src/anduril/entitymanager/v1/transponder_codes.pub_pb.d.ts +163 -0
  63. package/src/anduril/entitymanager/v1/transponder_codes.pub_pb.js +48 -0
  64. package/src/anduril/entitymanager/v1/types.pub_pb.d.ts +391 -0
  65. package/src/anduril/entitymanager/v1/types.pub_pb.js +81 -0
  66. package/src/anduril/ontology/v1/type.pub_pb.d.ts +693 -0
  67. package/src/anduril/ontology/v1/type.pub_pb.js +65 -0
  68. package/src/anduril/taskmanager/v1/generic_spec.pub_pb.d.ts +33 -0
  69. package/src/anduril/taskmanager/v1/generic_spec.pub_pb.js +20 -0
  70. package/src/anduril/taskmanager/v1/task.pub_pb.d.ts +873 -0
  71. package/src/anduril/taskmanager/v1/task.pub_pb.js +192 -0
  72. package/src/anduril/taskmanager/v1/task_api.pub_pb.d.ts +81 -0
  73. package/src/anduril/taskmanager/v1/task_api.pub_pb.js +34 -0
  74. package/src/anduril/taskmanager/v1/task_manager_grpcapi.pub_pb.d.ts +551 -0
  75. package/src/anduril/taskmanager/v1/task_manager_grpcapi.pub_pb.js +143 -0
  76. package/src/anduril/tasks/ad/desertguardian/common/v1/common_tasks.pub_pb.d.ts +112 -0
  77. package/src/anduril/tasks/ad/desertguardian/common/v1/common_tasks.pub_pb.js +52 -0
  78. package/src/anduril/tasks/ad/desertguardian/rf/v1/rf_tasks.pub_pb.d.ts +143 -0
  79. package/src/anduril/tasks/ad/desertguardian/rf/v1/rf_tasks.pub_pb.js +69 -0
  80. package/src/anduril/tasks/jadc2/thirdparty/v1/power.pub_pb.d.ts +55 -0
  81. package/src/anduril/tasks/jadc2/thirdparty/v1/power.pub_pb.js +31 -0
  82. package/src/anduril/tasks/jadc2/thirdparty/v1/transit.pub_pb.d.ts +88 -0
  83. package/src/anduril/tasks/jadc2/thirdparty/v1/transit.pub_pb.js +35 -0
  84. package/src/anduril/tasks/v2/catalog.pub_pb.d.ts +53 -0
  85. package/src/anduril/tasks/v2/catalog.pub_pb.js +26 -0
  86. package/src/anduril/tasks/v2/common.pub_pb.d.ts +184 -0
  87. package/src/anduril/tasks/v2/common.pub_pb.js +67 -0
  88. package/src/anduril/tasks/v2/objective.pub_pb.d.ts +83 -0
  89. package/src/anduril/tasks/v2/objective.pub_pb.js +27 -0
  90. package/src/anduril/tasks/v2/shared/isr.pub_pb.d.ts +714 -0
  91. package/src/anduril/tasks/v2/shared/isr.pub_pb.js +181 -0
  92. package/src/anduril/tasks/v2/shared/maneuver.pub_pb.d.ts +182 -0
  93. package/src/anduril/tasks/v2/shared/maneuver.pub_pb.js +75 -0
  94. package/src/anduril/tasks/v2/shared/strike.pub_pb.d.ts +210 -0
  95. package/src/anduril/tasks/v2/shared/strike.pub_pb.js +57 -0
  96. package/src/anduril/type/attribution.pub_pb.d.ts +37 -0
  97. package/src/anduril/type/attribution.pub_pb.js +19 -0
  98. package/src/anduril/type/color.pub_pb.d.ts +61 -0
  99. package/src/anduril/type/color.pub_pb.js +20 -0
  100. package/src/anduril/type/coords.pub_pb.d.ts +730 -0
  101. package/src/anduril/type/coords.pub_pb.js +180 -0
  102. package/src/anduril/type/geometry.pub_pb.d.ts +68 -0
  103. package/src/anduril/type/geometry.pub_pb.js +20 -0
  104. package/src/anduril/type/orbit.pub_pb.d.ts +306 -0
  105. package/src/anduril/type/orbit.pub_pb.js +65 -0
@@ -0,0 +1,434 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/sensors.pub.proto (package anduril.entitymanager.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
6
+ import type { Message } from "@bufbuild/protobuf";
7
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
8
+ import type { Pose, Position } from "./location.pub_pb.js";
9
+ import type { FrequencyRange } from "./signal.pub_pb.js";
10
+
11
+ /**
12
+ * Describes the file anduril/entitymanager/v1/sensors.pub.proto.
13
+ */
14
+ export declare const file_anduril_entitymanager_v1_sensors_pub: GenFile;
15
+
16
+ /**
17
+ * List of sensors available for an entity.
18
+ *
19
+ * @generated from message anduril.entitymanager.v1.Sensors
20
+ */
21
+ export declare type Sensors = Message<"anduril.entitymanager.v1.Sensors"> & {
22
+ /**
23
+ * @generated from field: repeated anduril.entitymanager.v1.Sensor sensors = 1;
24
+ */
25
+ sensors: Sensor[];
26
+ };
27
+
28
+ /**
29
+ * Describes the message anduril.entitymanager.v1.Sensors.
30
+ * Use `create(SensorsSchema)` to create a new message.
31
+ */
32
+ export declare const SensorsSchema: GenMessage<Sensors>;
33
+
34
+ /**
35
+ * Individual sensor configuration.
36
+ *
37
+ * @generated from message anduril.entitymanager.v1.Sensor
38
+ */
39
+ export declare type Sensor = Message<"anduril.entitymanager.v1.Sensor"> & {
40
+ /**
41
+ * This generally is used to indicate a specific type at a more detailed granularity. E.g. COMInt or LWIR
42
+ *
43
+ * @generated from field: string sensor_id = 1;
44
+ */
45
+ sensorId: string;
46
+
47
+ /**
48
+ * @generated from field: anduril.entitymanager.v1.OperationalState operational_state = 3;
49
+ */
50
+ operationalState: OperationalState;
51
+
52
+ /**
53
+ * The type of sensor
54
+ *
55
+ * @generated from field: anduril.entitymanager.v1.SensorType sensor_type = 5;
56
+ */
57
+ sensorType: SensorType;
58
+
59
+ /**
60
+ * A human readable description of the sensor
61
+ *
62
+ * @generated from field: string sensor_description = 6;
63
+ */
64
+ sensorDescription: string;
65
+
66
+ /**
67
+ * RF configuration details of the sensor
68
+ *
69
+ * @generated from field: anduril.entitymanager.v1.RFConfiguration rf_configuraton = 7;
70
+ */
71
+ rfConfiguraton?: RFConfiguration;
72
+
73
+ /**
74
+ * Time of the latest detection from the sensor
75
+ *
76
+ * @generated from field: google.protobuf.Timestamp last_detection_timestamp = 8;
77
+ */
78
+ lastDetectionTimestamp?: Timestamp;
79
+
80
+ /**
81
+ * Multiple fields of view for a single sensor component
82
+ *
83
+ * @generated from field: repeated anduril.entitymanager.v1.FieldOfView fields_of_view = 9;
84
+ */
85
+ fieldsOfView: FieldOfView[];
86
+ };
87
+
88
+ /**
89
+ * Describes the message anduril.entitymanager.v1.Sensor.
90
+ * Use `create(SensorSchema)` to create a new message.
91
+ */
92
+ export declare const SensorSchema: GenMessage<Sensor>;
93
+
94
+ /**
95
+ * Sensor Field Of View closely resembling fov.proto SensorFieldOfView.
96
+ *
97
+ * @generated from message anduril.entitymanager.v1.FieldOfView
98
+ */
99
+ export declare type FieldOfView = Message<"anduril.entitymanager.v1.FieldOfView"> & {
100
+ /**
101
+ * The Id for one instance of a FieldOfView, persisted across multiple updates to provide continuity during
102
+ * smoothing. This is relevant for sensors where the dwell schedule is on the order of
103
+ * milliseconds, making multiple FOVs a requirement for proper display of search beams.
104
+ *
105
+ * @generated from field: int32 fov_id = 1;
106
+ */
107
+ fovId: number;
108
+
109
+ /**
110
+ * The Id of the mount the sensor is on.
111
+ *
112
+ * @generated from field: string mount_id = 2;
113
+ */
114
+ mountId: string;
115
+
116
+ /**
117
+ * The field of view the sensor projected onto the ground.
118
+ *
119
+ * @generated from field: anduril.entitymanager.v1.ProjectedFrustum projected_frustum = 3;
120
+ */
121
+ projectedFrustum?: ProjectedFrustum;
122
+
123
+ /**
124
+ * Center ray of the frustum projected onto the ground.
125
+ *
126
+ * @generated from field: anduril.entitymanager.v1.Position projected_center_ray = 4;
127
+ */
128
+ projectedCenterRay?: Position;
129
+
130
+ /**
131
+ * The origin and direction of the center ray for this sensor relative to the ENU frame. A ray which is aligned with
132
+ * the positive X axis in the sensor frame will be transformed into the ray along the sensor direction in the ENU
133
+ * frame when transformed by the quaternion contained in this pose.
134
+ *
135
+ * @generated from field: anduril.entitymanager.v1.Pose center_ray_pose = 5;
136
+ */
137
+ centerRayPose?: Pose;
138
+
139
+ /**
140
+ * Horizontal field of view in radians.
141
+ *
142
+ * @generated from field: float horizontal_fov = 6;
143
+ */
144
+ horizontalFov: number;
145
+
146
+ /**
147
+ * Vertical field of view in radians.
148
+ *
149
+ * @generated from field: float vertical_fov = 7;
150
+ */
151
+ verticalFov: number;
152
+
153
+ /**
154
+ * Sensor range in meters.
155
+ *
156
+ * @generated from field: google.protobuf.FloatValue range = 8;
157
+ */
158
+ range?: number;
159
+
160
+ /**
161
+ * The mode that this sensor is currently in, used to display for context in the UI. Some sensors can emit multiple
162
+ * sensor field of views with different modes, for example a radar can simultaneously search broadly and perform
163
+ * tighter bounded tracking.
164
+ *
165
+ * @generated from field: anduril.entitymanager.v1.SensorMode mode = 9;
166
+ */
167
+ mode: SensorMode;
168
+ };
169
+
170
+ /**
171
+ * Describes the message anduril.entitymanager.v1.FieldOfView.
172
+ * Use `create(FieldOfViewSchema)` to create a new message.
173
+ */
174
+ export declare const FieldOfViewSchema: GenMessage<FieldOfView>;
175
+
176
+ /**
177
+ * Represents a frustum in which which all four corner points project onto the ground. All points in this message
178
+ * are optional, if the projection to the ground fails then they will not be populated.
179
+ *
180
+ * @generated from message anduril.entitymanager.v1.ProjectedFrustum
181
+ */
182
+ export declare type ProjectedFrustum = Message<"anduril.entitymanager.v1.ProjectedFrustum"> & {
183
+ /**
184
+ * Upper left point of the frustum.
185
+ *
186
+ * @generated from field: anduril.entitymanager.v1.Position upper_left = 1;
187
+ */
188
+ upperLeft?: Position;
189
+
190
+ /**
191
+ * Upper right point of the frustum.
192
+ *
193
+ * @generated from field: anduril.entitymanager.v1.Position upper_right = 2;
194
+ */
195
+ upperRight?: Position;
196
+
197
+ /**
198
+ * Bottom right point of the frustum.
199
+ *
200
+ * @generated from field: anduril.entitymanager.v1.Position bottom_right = 3;
201
+ */
202
+ bottomRight?: Position;
203
+
204
+ /**
205
+ * Bottom left point of the frustum.
206
+ *
207
+ * @generated from field: anduril.entitymanager.v1.Position bottom_left = 4;
208
+ */
209
+ bottomLeft?: Position;
210
+ };
211
+
212
+ /**
213
+ * Describes the message anduril.entitymanager.v1.ProjectedFrustum.
214
+ * Use `create(ProjectedFrustumSchema)` to create a new message.
215
+ */
216
+ export declare const ProjectedFrustumSchema: GenMessage<ProjectedFrustum>;
217
+
218
+ /**
219
+ * Represents RF configurations supported on this sensor.
220
+ *
221
+ * @generated from message anduril.entitymanager.v1.RFConfiguration
222
+ */
223
+ export declare type RFConfiguration = Message<"anduril.entitymanager.v1.RFConfiguration"> & {
224
+ /**
225
+ * Frequency ranges that are available for this sensor.
226
+ *
227
+ * @generated from field: repeated anduril.entitymanager.v1.FrequencyRange frequency_range_hz = 3;
228
+ */
229
+ frequencyRangeHz: FrequencyRange[];
230
+
231
+ /**
232
+ * Bandwidth ranges that are available for this sensor.
233
+ *
234
+ * @generated from field: repeated anduril.entitymanager.v1.BandwidthRange bandwidth_range_hz = 4;
235
+ */
236
+ bandwidthRangeHz: BandwidthRange[];
237
+ };
238
+
239
+ /**
240
+ * Describes the message anduril.entitymanager.v1.RFConfiguration.
241
+ * Use `create(RFConfigurationSchema)` to create a new message.
242
+ */
243
+ export declare const RFConfigurationSchema: GenMessage<RFConfiguration>;
244
+
245
+ /**
246
+ * A component that describes the min and max bandwidths of a sensor
247
+ *
248
+ * @generated from message anduril.entitymanager.v1.BandwidthRange
249
+ */
250
+ export declare type BandwidthRange = Message<"anduril.entitymanager.v1.BandwidthRange"> & {
251
+ /**
252
+ * @generated from field: anduril.entitymanager.v1.Bandwidth minimum_bandwidth = 1;
253
+ */
254
+ minimumBandwidth?: Bandwidth;
255
+
256
+ /**
257
+ * @generated from field: anduril.entitymanager.v1.Bandwidth maximum_bandwidth = 2;
258
+ */
259
+ maximumBandwidth?: Bandwidth;
260
+ };
261
+
262
+ /**
263
+ * Describes the message anduril.entitymanager.v1.BandwidthRange.
264
+ * Use `create(BandwidthRangeSchema)` to create a new message.
265
+ */
266
+ export declare const BandwidthRangeSchema: GenMessage<BandwidthRange>;
267
+
268
+ /**
269
+ * Describes the bandwidth of a signal
270
+ *
271
+ * @generated from message anduril.entitymanager.v1.Bandwidth
272
+ */
273
+ export declare type Bandwidth = Message<"anduril.entitymanager.v1.Bandwidth"> & {
274
+ /**
275
+ * @generated from field: google.protobuf.DoubleValue bandwidth_hz = 1;
276
+ */
277
+ bandwidthHz?: number;
278
+ };
279
+
280
+ /**
281
+ * Describes the message anduril.entitymanager.v1.Bandwidth.
282
+ * Use `create(BandwidthSchema)` to create a new message.
283
+ */
284
+ export declare const BandwidthSchema: GenMessage<Bandwidth>;
285
+
286
+ /**
287
+ * Describes the current operational state of a system.
288
+ *
289
+ * @generated from enum anduril.entitymanager.v1.OperationalState
290
+ */
291
+ export enum OperationalState {
292
+ /**
293
+ * @generated from enum value: OPERATIONAL_STATE_INVALID = 0;
294
+ */
295
+ INVALID = 0,
296
+
297
+ /**
298
+ * sensor exists but is deliberately turned off
299
+ *
300
+ * @generated from enum value: OPERATIONAL_STATE_OFF = 1;
301
+ */
302
+ OFF = 1,
303
+
304
+ /**
305
+ * sensor is not operational but some reason other than being "Off" (e.g., equipment malfunction)
306
+ *
307
+ * @generated from enum value: OPERATIONAL_STATE_NON_OPERATIONAL = 2;
308
+ */
309
+ NON_OPERATIONAL = 2,
310
+
311
+ /**
312
+ * sensor is receiving information but in some reduced status (e.g., off calibration)
313
+ *
314
+ * @generated from enum value: OPERATIONAL_STATE_DEGRADED = 3;
315
+ */
316
+ DEGRADED = 3,
317
+
318
+ /**
319
+ * fully functional
320
+ *
321
+ * @generated from enum value: OPERATIONAL_STATE_OPERATIONAL = 4;
322
+ */
323
+ OPERATIONAL = 4,
324
+
325
+ /**
326
+ * sensor is being actively denied
327
+ *
328
+ * @generated from enum value: OPERATIONAL_STATE_DENIED = 5;
329
+ */
330
+ DENIED = 5,
331
+ }
332
+
333
+ /**
334
+ * Describes the enum anduril.entitymanager.v1.OperationalState.
335
+ */
336
+ export declare const OperationalStateSchema: GenEnum<OperationalState>;
337
+
338
+ /**
339
+ * Enumerates the possible sensor modes which were active for this sensor field of view.
340
+ *
341
+ * @generated from enum anduril.entitymanager.v1.SensorMode
342
+ */
343
+ export enum SensorMode {
344
+ /**
345
+ * @generated from enum value: SENSOR_MODE_INVALID = 0;
346
+ */
347
+ INVALID = 0,
348
+
349
+ /**
350
+ * @generated from enum value: SENSOR_MODE_SEARCH = 1;
351
+ */
352
+ SEARCH = 1,
353
+
354
+ /**
355
+ * @generated from enum value: SENSOR_MODE_TRACK = 2;
356
+ */
357
+ TRACK = 2,
358
+
359
+ /**
360
+ * @generated from enum value: SENSOR_MODE_WEAPON_SUPPORT = 3;
361
+ */
362
+ WEAPON_SUPPORT = 3,
363
+
364
+ /**
365
+ * @generated from enum value: SENSOR_MODE_AUTO = 4;
366
+ */
367
+ AUTO = 4,
368
+
369
+ /**
370
+ * @generated from enum value: SENSOR_MODE_MUTE = 5;
371
+ */
372
+ MUTE = 5,
373
+ }
374
+
375
+ /**
376
+ * Describes the enum anduril.entitymanager.v1.SensorMode.
377
+ */
378
+ export declare const SensorModeSchema: GenEnum<SensorMode>;
379
+
380
+ /**
381
+ * @generated from enum anduril.entitymanager.v1.SensorType
382
+ */
383
+ export enum SensorType {
384
+ /**
385
+ * @generated from enum value: SENSOR_TYPE_INVALID = 0;
386
+ */
387
+ INVALID = 0,
388
+
389
+ /**
390
+ * @generated from enum value: SENSOR_TYPE_RADAR = 1;
391
+ */
392
+ RADAR = 1,
393
+
394
+ /**
395
+ * @generated from enum value: SENSOR_TYPE_CAMERA = 2;
396
+ */
397
+ CAMERA = 2,
398
+
399
+ /**
400
+ * @generated from enum value: SENSOR_TYPE_TRANSPONDER = 3;
401
+ */
402
+ TRANSPONDER = 3,
403
+
404
+ /**
405
+ * @generated from enum value: SENSOR_TYPE_RF = 4;
406
+ */
407
+ RF = 4,
408
+
409
+ /**
410
+ * @generated from enum value: SENSOR_TYPE_GPS = 5;
411
+ */
412
+ GPS = 5,
413
+
414
+ /**
415
+ * @generated from enum value: SENSOR_TYPE_PTU_POS = 6;
416
+ */
417
+ PTU_POS = 6,
418
+
419
+ /**
420
+ * @generated from enum value: SENSOR_TYPE_PERIMETER = 8;
421
+ */
422
+ PERIMETER = 8,
423
+
424
+ /**
425
+ * @generated from enum value: SENSOR_TYPE_SONAR = 9;
426
+ */
427
+ SONAR = 9,
428
+ }
429
+
430
+ /**
431
+ * Describes the enum anduril.entitymanager.v1.SensorType.
432
+ */
433
+ export declare const SensorTypeSchema: GenEnum<SensorType>;
434
+
@@ -0,0 +1,104 @@
1
+ // @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
2
+ // @generated from file anduril/entitymanager/v1/sensors.pub.proto (package anduril.entitymanager.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
6
+ import { file_anduril_entitymanager_v1_location_pub } from "./location.pub_pb.js";
7
+ import { file_anduril_entitymanager_v1_signal_pub } from "./signal.pub_pb.js";
8
+ import { file_google_protobuf_timestamp, file_google_protobuf_wrappers } from "@bufbuild/protobuf/wkt";
9
+
10
+ /**
11
+ * Describes the file anduril/entitymanager/v1/sensors.pub.proto.
12
+ */
13
+ export const file_anduril_entitymanager_v1_sensors_pub = /*@__PURE__*/
14
+ fileDesc("CiphbmR1cmlsL2VudGl0eW1hbmFnZXIvdjEvc2Vuc29ycy5wdWIucHJvdG8SGGFuZHVyaWwuZW50aXR5bWFuYWdlci52MSI8CgdTZW5zb3JzEjEKB3NlbnNvcnMYASADKAsyIC5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuU2Vuc29yIoADCgZTZW5zb3ISEQoJc2Vuc29yX2lkGAEgASgJEkUKEW9wZXJhdGlvbmFsX3N0YXRlGAMgASgOMiouYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLk9wZXJhdGlvbmFsU3RhdGUSOQoLc2Vuc29yX3R5cGUYBSABKA4yJC5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuU2Vuc29yVHlwZRIaChJzZW5zb3JfZGVzY3JpcHRpb24YBiABKAkSQgoPcmZfY29uZmlndXJhdG9uGAcgASgLMikuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlJGQ29uZmlndXJhdGlvbhI8ChhsYXN0X2RldGVjdGlvbl90aW1lc3RhbXAYCCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEj0KDmZpZWxkc19vZl92aWV3GAkgAygLMiUuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkZpZWxkT2ZWaWV3SgQIBBAFIv8CCgtGaWVsZE9mVmlldxIOCgZmb3ZfaWQYASABKAUSEAoIbW91bnRfaWQYAiABKAkSRQoRcHJvamVjdGVkX2ZydXN0dW0YAyABKAsyKi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuUHJvamVjdGVkRnJ1c3R1bRJAChRwcm9qZWN0ZWRfY2VudGVyX3JheRgEIAEoCzIiLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5Qb3NpdGlvbhI3Cg9jZW50ZXJfcmF5X3Bvc2UYBSABKAsyHi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuUG9zZRIWCg5ob3Jpem9udGFsX2ZvdhgGIAEoAhIUCgx2ZXJ0aWNhbF9mb3YYByABKAISKgoFcmFuZ2UYCCABKAsyGy5nb29nbGUucHJvdG9idWYuRmxvYXRWYWx1ZRIyCgRtb2RlGAkgASgOMiQuYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLlNlbnNvck1vZGUi9gEKEFByb2plY3RlZEZydXN0dW0SNgoKdXBwZXJfbGVmdBgBIAEoCzIiLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5Qb3NpdGlvbhI3Cgt1cHBlcl9yaWdodBgCIAEoCzIiLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5Qb3NpdGlvbhI4Cgxib3R0b21fcmlnaHQYAyABKAsyIi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuUG9zaXRpb24SNwoLYm90dG9tX2xlZnQYBCABKAsyIi5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuUG9zaXRpb24iqQEKD1JGQ29uZmlndXJhdGlvbhJEChJmcmVxdWVuY3lfcmFuZ2VfaHoYAyADKAsyKC5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuRnJlcXVlbmN5UmFuZ2USRAoSYmFuZHdpZHRoX3JhbmdlX2h6GAQgAygLMiguYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxLkJhbmR3aWR0aFJhbmdlSgQIARACSgQIAhADIpABCg5CYW5kd2lkdGhSYW5nZRI+ChFtaW5pbXVtX2JhbmR3aWR0aBgBIAEoCzIjLmFuZHVyaWwuZW50aXR5bWFuYWdlci52MS5CYW5kd2lkdGgSPgoRbWF4aW11bV9iYW5kd2lkdGgYAiABKAsyIy5hbmR1cmlsLmVudGl0eW1hbmFnZXIudjEuQmFuZHdpZHRoIj8KCUJhbmR3aWR0aBIyCgxiYW5kd2lkdGhfaHoYASABKAsyHC5nb29nbGUucHJvdG9idWYuRG91YmxlVmFsdWUq1AEKEE9wZXJhdGlvbmFsU3RhdGUSHQoZT1BFUkFUSU9OQUxfU1RBVEVfSU5WQUxJRBAAEhkKFU9QRVJBVElPTkFMX1NUQVRFX09GRhABEiUKIU9QRVJBVElPTkFMX1NUQVRFX05PTl9PUEVSQVRJT05BTBACEh4KGk9QRVJBVElPTkFMX1NUQVRFX0RFR1JBREVEEAMSIQodT1BFUkFUSU9OQUxfU1RBVEVfT1BFUkFUSU9OQUwQBBIcChhPUEVSQVRJT05BTF9TVEFURV9ERU5JRUQQBSqgAQoKU2Vuc29yTW9kZRIXChNTRU5TT1JfTU9ERV9JTlZBTElEEAASFgoSU0VOU09SX01PREVfU0VBUkNIEAESFQoRU0VOU09SX01PREVfVFJBQ0sQAhIeChpTRU5TT1JfTU9ERV9XRUFQT05fU1VQUE9SVBADEhQKEFNFTlNPUl9NT0RFX0FVVE8QBBIUChBTRU5TT1JfTU9ERV9NVVRFEAUq6wEKClNlbnNvclR5cGUSFwoTU0VOU09SX1RZUEVfSU5WQUxJRBAAEhUKEVNFTlNPUl9UWVBFX1JBREFSEAESFgoSU0VOU09SX1RZUEVfQ0FNRVJBEAISGwoXU0VOU09SX1RZUEVfVFJBTlNQT05ERVIQAxISCg5TRU5TT1JfVFlQRV9SRhAEEhMKD1NFTlNPUl9UWVBFX0dQUxAFEhcKE1NFTlNPUl9UWVBFX1BUVV9QT1MQBhIZChVTRU5TT1JfVFlQRV9QRVJJTUVURVIQCBIVChFTRU5TT1JfVFlQRV9TT05BUhAJIgQIBxAHQoACChxjb20uYW5kdXJpbC5lbnRpdHltYW5hZ2VyLnYxQg9TZW5zb3JzUHViUHJvdG9QAVpNZ2hlLmFuZHVyaWwuZGV2L2FuZHVyaWwvYW5kdXJpbGFwaXMtZ28vYW5kdXJpbC9lbnRpdHltYW5hZ2VyL3YxO2VudGl0eW1hbmFnZXKiAgNBRViqAhhBbmR1cmlsLkVudGl0eW1hbmFnZXIuVjHKAhhBbmR1cmlsXEVudGl0eW1hbmFnZXJcVjHiAiRBbmR1cmlsXEVudGl0eW1hbmFnZXJcVjFcR1BCTWV0YWRhdGHqAhpBbmR1cmlsOjpFbnRpdHltYW5hZ2VyOjpWMWIGcHJvdG8z", [file_anduril_entitymanager_v1_location_pub, file_anduril_entitymanager_v1_signal_pub, file_google_protobuf_timestamp, file_google_protobuf_wrappers]);
15
+
16
+ /**
17
+ * Describes the message anduril.entitymanager.v1.Sensors.
18
+ * Use `create(SensorsSchema)` to create a new message.
19
+ */
20
+ export const SensorsSchema = /*@__PURE__*/
21
+ messageDesc(file_anduril_entitymanager_v1_sensors_pub, 0);
22
+
23
+ /**
24
+ * Describes the message anduril.entitymanager.v1.Sensor.
25
+ * Use `create(SensorSchema)` to create a new message.
26
+ */
27
+ export const SensorSchema = /*@__PURE__*/
28
+ messageDesc(file_anduril_entitymanager_v1_sensors_pub, 1);
29
+
30
+ /**
31
+ * Describes the message anduril.entitymanager.v1.FieldOfView.
32
+ * Use `create(FieldOfViewSchema)` to create a new message.
33
+ */
34
+ export const FieldOfViewSchema = /*@__PURE__*/
35
+ messageDesc(file_anduril_entitymanager_v1_sensors_pub, 2);
36
+
37
+ /**
38
+ * Describes the message anduril.entitymanager.v1.ProjectedFrustum.
39
+ * Use `create(ProjectedFrustumSchema)` to create a new message.
40
+ */
41
+ export const ProjectedFrustumSchema = /*@__PURE__*/
42
+ messageDesc(file_anduril_entitymanager_v1_sensors_pub, 3);
43
+
44
+ /**
45
+ * Describes the message anduril.entitymanager.v1.RFConfiguration.
46
+ * Use `create(RFConfigurationSchema)` to create a new message.
47
+ */
48
+ export const RFConfigurationSchema = /*@__PURE__*/
49
+ messageDesc(file_anduril_entitymanager_v1_sensors_pub, 4);
50
+
51
+ /**
52
+ * Describes the message anduril.entitymanager.v1.BandwidthRange.
53
+ * Use `create(BandwidthRangeSchema)` to create a new message.
54
+ */
55
+ export const BandwidthRangeSchema = /*@__PURE__*/
56
+ messageDesc(file_anduril_entitymanager_v1_sensors_pub, 5);
57
+
58
+ /**
59
+ * Describes the message anduril.entitymanager.v1.Bandwidth.
60
+ * Use `create(BandwidthSchema)` to create a new message.
61
+ */
62
+ export const BandwidthSchema = /*@__PURE__*/
63
+ messageDesc(file_anduril_entitymanager_v1_sensors_pub, 6);
64
+
65
+ /**
66
+ * Describes the enum anduril.entitymanager.v1.OperationalState.
67
+ */
68
+ export const OperationalStateSchema = /*@__PURE__*/
69
+ enumDesc(file_anduril_entitymanager_v1_sensors_pub, 0);
70
+
71
+ /**
72
+ * Describes the current operational state of a system.
73
+ *
74
+ * @generated from enum anduril.entitymanager.v1.OperationalState
75
+ */
76
+ export const OperationalState = /*@__PURE__*/
77
+ tsEnum(OperationalStateSchema);
78
+
79
+ /**
80
+ * Describes the enum anduril.entitymanager.v1.SensorMode.
81
+ */
82
+ export const SensorModeSchema = /*@__PURE__*/
83
+ enumDesc(file_anduril_entitymanager_v1_sensors_pub, 1);
84
+
85
+ /**
86
+ * Enumerates the possible sensor modes which were active for this sensor field of view.
87
+ *
88
+ * @generated from enum anduril.entitymanager.v1.SensorMode
89
+ */
90
+ export const SensorMode = /*@__PURE__*/
91
+ tsEnum(SensorModeSchema);
92
+
93
+ /**
94
+ * Describes the enum anduril.entitymanager.v1.SensorType.
95
+ */
96
+ export const SensorTypeSchema = /*@__PURE__*/
97
+ enumDesc(file_anduril_entitymanager_v1_sensors_pub, 2);
98
+
99
+ /**
100
+ * @generated from enum anduril.entitymanager.v1.SensorType
101
+ */
102
+ export const SensorType = /*@__PURE__*/
103
+ tsEnum(SensorTypeSchema);
104
+