@@ -252,49 +252,40 @@ export enum Template {
252252 INVALID = 0 ,
253253
254254 /**
255- * additional track required components:
256- * * location
257- * * mil_view
255+ * Refers to any detected object.
256+ * Requires setting the location, and mil_view components.
258257 *
259258 * @generated from enum value: TEMPLATE_TRACK = 1;
260259 */
261260 TRACK = 1 ,
262261
263262 /**
264- * additional SPI required components:
265- * * location
266- * * mil_view
267- * * produced_by
263+ * Refers to any sensors detected at a specific location.
264+ * Requires setting location, and mil_view.
268265 *
269266 * @generated from enum value: TEMPLATE_SENSOR_POINT_OF_INTEREST = 2;
270267 */
271268 SENSOR_POINT_OF_INTEREST = 2 ,
272269
273270 /**
274- * additional asset required components:
275- * * location
276- * * mil_view
277- * * ontology
271+ * Refers to a taskable entity under the control of friendly forces.
272+ * Requires setting location, and mil_view, and ontology.
278273 *
279274 * @generated from enum value: TEMPLATE_ASSET = 3;
280275 */
281276 ASSET = 3 ,
282277
283278 /**
284- * additional geo required components:
285- * * geo_shape
286- * * geo_details
279+ * Refers to shapes or points of interest drawn on the map.
280+ * Requires setting geo_shape and geo_details.
287281 *
288282 * @generated from enum value: TEMPLATE_GEO = 4;
289283 */
290284 GEO = 4 ,
291285
292286 /**
293- * additional SOI required components:
294- * * signal
295- * * location field should be populated if there is a fix.
296- * * mil_view
297- * * ontology
287+ * Refers to signal detection with characteristics such as emitter notation, frequency, or lines of bearing.
288+ * Requires setting signal, and mil_view, and ontology. Requies setting location, if the signal.fixed component is populated.
298289 *
299290 * @generated from enum value: TEMPLATE_SIGNAL_OF_INTEREST = 5;
300291 */
0 commit comments