@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.
- package/.github/CODEOWNERS +1 -0
- package/.github/workflows/commit-lint.yml +21 -0
- package/.github/workflows/release.yml +36 -0
- package/LICENSE.md +188 -0
- package/README.md +30 -0
- package/SECURITY.md +5 -0
- package/package.json +21 -0
- package/src/anduril/entitymanager/v1/classification.pub_pb.d.ts +142 -0
- package/src/anduril/entitymanager/v1/classification.pub_pb.js +47 -0
- package/src/anduril/entitymanager/v1/contact_details.pub_pb.d.ts +32 -0
- package/src/anduril/entitymanager/v1/contact_details.pub_pb.js +19 -0
- package/src/anduril/entitymanager/v1/correlations.pub_pb.d.ts +189 -0
- package/src/anduril/entitymanager/v1/correlations.pub_pb.js +55 -0
- package/src/anduril/entitymanager/v1/dimensions.pub_pb.d.ts +30 -0
- package/src/anduril/entitymanager/v1/dimensions.pub_pb.js +19 -0
- package/src/anduril/entitymanager/v1/entity.pub_pb.d.ts +1043 -0
- package/src/anduril/entitymanager/v1/entity.pub_pb.js +211 -0
- package/src/anduril/entitymanager/v1/entity_manager_grpcapi.pub_pb.d.ts +493 -0
- package/src/anduril/entitymanager/v1/entity_manager_grpcapi.pub_pb.js +143 -0
- package/src/anduril/entitymanager/v1/filter.pub_pb.d.ts +735 -0
- package/src/anduril/entitymanager/v1/filter.pub_pb.js +182 -0
- package/src/anduril/entitymanager/v1/filter_dynamic.pub_pb.d.ts +116 -0
- package/src/anduril/entitymanager/v1/filter_dynamic.pub_pb.js +34 -0
- package/src/anduril/entitymanager/v1/geoentity.pub_pb.d.ts +325 -0
- package/src/anduril/entitymanager/v1/geoentity.pub_pb.js +91 -0
- package/src/anduril/entitymanager/v1/group.pub_pb.d.ts +26 -0
- package/src/anduril/entitymanager/v1/group.pub_pb.js +19 -0
- package/src/anduril/entitymanager/v1/health_status.pub_pb.d.ts +344 -0
- package/src/anduril/entitymanager/v1/health_status.pub_pb.js +90 -0
- package/src/anduril/entitymanager/v1/location.pub_pb.d.ts +278 -0
- package/src/anduril/entitymanager/v1/location.pub_pb.js +56 -0
- package/src/anduril/entitymanager/v1/media.pub_pb.d.ts +97 -0
- package/src/anduril/entitymanager/v1/media.pub_pb.js +39 -0
- package/src/anduril/entitymanager/v1/notification.pub_pb.d.ts +50 -0
- package/src/anduril/entitymanager/v1/notification.pub_pb.js +20 -0
- package/src/anduril/entitymanager/v1/ontology.pub_pb.d.ts +76 -0
- package/src/anduril/entitymanager/v1/ontology.pub_pb.js +29 -0
- package/src/anduril/entitymanager/v1/options.pub_pb.d.ts +17 -0
- package/src/anduril/entitymanager/v1/options.pub_pb.js +19 -0
- package/src/anduril/entitymanager/v1/orbit.pub_pb.d.ts +31 -0
- package/src/anduril/entitymanager/v1/orbit.pub_pb.js +20 -0
- package/src/anduril/entitymanager/v1/payloads.pub_pb.d.ts +143 -0
- package/src/anduril/entitymanager/v1/payloads.pub_pb.js +49 -0
- package/src/anduril/entitymanager/v1/power.pub_pb.d.ts +230 -0
- package/src/anduril/entitymanager/v1/power.pub_pb.js +58 -0
- package/src/anduril/entitymanager/v1/rate_limit.pub_pb.d.ts +38 -0
- package/src/anduril/entitymanager/v1/rate_limit.pub_pb.js +19 -0
- package/src/anduril/entitymanager/v1/relationship.pub_pb.d.ts +184 -0
- package/src/anduril/entitymanager/v1/relationship.pub_pb.js +63 -0
- package/src/anduril/entitymanager/v1/route_details.pub_pb.d.ts +38 -0
- package/src/anduril/entitymanager/v1/route_details.pub_pb.js +20 -0
- package/src/anduril/entitymanager/v1/schedule.pub_pb.d.ts +124 -0
- package/src/anduril/entitymanager/v1/schedule.pub_pb.js +47 -0
- package/src/anduril/entitymanager/v1/sensors.pub_pb.d.ts +434 -0
- package/src/anduril/entitymanager/v1/sensors.pub_pb.js +104 -0
- package/src/anduril/entitymanager/v1/signal.pub_pb.d.ts +432 -0
- package/src/anduril/entitymanager/v1/signal.pub_pb.js +98 -0
- package/src/anduril/entitymanager/v1/supplies.pub_pb.d.ts +102 -0
- package/src/anduril/entitymanager/v1/supplies.pub_pb.js +29 -0
- package/src/anduril/entitymanager/v1/target_priority.pub_pb.d.ts +130 -0
- package/src/anduril/entitymanager/v1/target_priority.pub_pb.js +41 -0
- package/src/anduril/entitymanager/v1/transponder_codes.pub_pb.d.ts +163 -0
- package/src/anduril/entitymanager/v1/transponder_codes.pub_pb.js +48 -0
- package/src/anduril/entitymanager/v1/types.pub_pb.d.ts +391 -0
- package/src/anduril/entitymanager/v1/types.pub_pb.js +81 -0
- package/src/anduril/ontology/v1/type.pub_pb.d.ts +693 -0
- package/src/anduril/ontology/v1/type.pub_pb.js +65 -0
- package/src/anduril/taskmanager/v1/generic_spec.pub_pb.d.ts +33 -0
- package/src/anduril/taskmanager/v1/generic_spec.pub_pb.js +20 -0
- package/src/anduril/taskmanager/v1/task.pub_pb.d.ts +873 -0
- package/src/anduril/taskmanager/v1/task.pub_pb.js +192 -0
- package/src/anduril/taskmanager/v1/task_api.pub_pb.d.ts +81 -0
- package/src/anduril/taskmanager/v1/task_api.pub_pb.js +34 -0
- package/src/anduril/taskmanager/v1/task_manager_grpcapi.pub_pb.d.ts +551 -0
- package/src/anduril/taskmanager/v1/task_manager_grpcapi.pub_pb.js +143 -0
- package/src/anduril/tasks/ad/desertguardian/common/v1/common_tasks.pub_pb.d.ts +112 -0
- package/src/anduril/tasks/ad/desertguardian/common/v1/common_tasks.pub_pb.js +52 -0
- package/src/anduril/tasks/ad/desertguardian/rf/v1/rf_tasks.pub_pb.d.ts +143 -0
- package/src/anduril/tasks/ad/desertguardian/rf/v1/rf_tasks.pub_pb.js +69 -0
- package/src/anduril/tasks/jadc2/thirdparty/v1/power.pub_pb.d.ts +55 -0
- package/src/anduril/tasks/jadc2/thirdparty/v1/power.pub_pb.js +31 -0
- package/src/anduril/tasks/jadc2/thirdparty/v1/transit.pub_pb.d.ts +88 -0
- package/src/anduril/tasks/jadc2/thirdparty/v1/transit.pub_pb.js +35 -0
- package/src/anduril/tasks/v2/catalog.pub_pb.d.ts +53 -0
- package/src/anduril/tasks/v2/catalog.pub_pb.js +26 -0
- package/src/anduril/tasks/v2/common.pub_pb.d.ts +184 -0
- package/src/anduril/tasks/v2/common.pub_pb.js +67 -0
- package/src/anduril/tasks/v2/objective.pub_pb.d.ts +83 -0
- package/src/anduril/tasks/v2/objective.pub_pb.js +27 -0
- package/src/anduril/tasks/v2/shared/isr.pub_pb.d.ts +714 -0
- package/src/anduril/tasks/v2/shared/isr.pub_pb.js +181 -0
- package/src/anduril/tasks/v2/shared/maneuver.pub_pb.d.ts +182 -0
- package/src/anduril/tasks/v2/shared/maneuver.pub_pb.js +75 -0
- package/src/anduril/tasks/v2/shared/strike.pub_pb.d.ts +210 -0
- package/src/anduril/tasks/v2/shared/strike.pub_pb.js +57 -0
- package/src/anduril/type/attribution.pub_pb.d.ts +37 -0
- package/src/anduril/type/attribution.pub_pb.js +19 -0
- package/src/anduril/type/color.pub_pb.d.ts +61 -0
- package/src/anduril/type/color.pub_pb.js +20 -0
- package/src/anduril/type/coords.pub_pb.d.ts +730 -0
- package/src/anduril/type/coords.pub_pb.js +180 -0
- package/src/anduril/type/geometry.pub_pb.d.ts +68 -0
- package/src/anduril/type/geometry.pub_pb.js +20 -0
- package/src/anduril/type/orbit.pub_pb.d.ts +306 -0
- package/src/anduril/type/orbit.pub_pb.js +65 -0
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file anduril/type/coords.pub.proto (package anduril.type, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file anduril/type/coords.pub.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_anduril_type_coords_pub = /*@__PURE__*/
|
|
11
|
+
fileDesc("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");
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Describes the message anduril.type.ThetaPhi.
|
|
15
|
+
* Use `create(ThetaPhiSchema)` to create a new message.
|
|
16
|
+
*/
|
|
17
|
+
export const ThetaPhiSchema = /*@__PURE__*/
|
|
18
|
+
messageDesc(file_anduril_type_coords_pub, 0);
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* Describes the message anduril.type.LLA.
|
|
22
|
+
* Use `create(LLASchema)` to create a new message.
|
|
23
|
+
*/
|
|
24
|
+
export const LLASchema = /*@__PURE__*/
|
|
25
|
+
messageDesc(file_anduril_type_coords_pub, 1);
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Describes the enum anduril.type.LLA.AltitudeReference.
|
|
29
|
+
*/
|
|
30
|
+
export const LLA_AltitudeReferenceSchema = /*@__PURE__*/
|
|
31
|
+
enumDesc(file_anduril_type_coords_pub, 1, 0);
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* What altitude of zero refers to.
|
|
35
|
+
*
|
|
36
|
+
* @generated from enum anduril.type.LLA.AltitudeReference
|
|
37
|
+
*/
|
|
38
|
+
export const LLA_AltitudeReference = /*@__PURE__*/
|
|
39
|
+
tsEnum(LLA_AltitudeReferenceSchema);
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Describes the message anduril.type.ENU.
|
|
43
|
+
* Use `create(ENUSchema)` to create a new message.
|
|
44
|
+
*/
|
|
45
|
+
export const ENUSchema = /*@__PURE__*/
|
|
46
|
+
messageDesc(file_anduril_type_coords_pub, 2);
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Describes the message anduril.type.ECI.
|
|
50
|
+
* Use `create(ECISchema)` to create a new message.
|
|
51
|
+
*/
|
|
52
|
+
export const ECISchema = /*@__PURE__*/
|
|
53
|
+
messageDesc(file_anduril_type_coords_pub, 3);
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* Describes the message anduril.type.Vec2.
|
|
57
|
+
* Use `create(Vec2Schema)` to create a new message.
|
|
58
|
+
*/
|
|
59
|
+
export const Vec2Schema = /*@__PURE__*/
|
|
60
|
+
messageDesc(file_anduril_type_coords_pub, 4);
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* Describes the message anduril.type.Vec2f.
|
|
64
|
+
* Use `create(Vec2fSchema)` to create a new message.
|
|
65
|
+
*/
|
|
66
|
+
export const Vec2fSchema = /*@__PURE__*/
|
|
67
|
+
messageDesc(file_anduril_type_coords_pub, 5);
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Describes the message anduril.type.Vec3.
|
|
71
|
+
* Use `create(Vec3Schema)` to create a new message.
|
|
72
|
+
*/
|
|
73
|
+
export const Vec3Schema = /*@__PURE__*/
|
|
74
|
+
messageDesc(file_anduril_type_coords_pub, 6);
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Describes the message anduril.type.Vec3f.
|
|
78
|
+
* Use `create(Vec3fSchema)` to create a new message.
|
|
79
|
+
*/
|
|
80
|
+
export const Vec3fSchema = /*@__PURE__*/
|
|
81
|
+
messageDesc(file_anduril_type_coords_pub, 7);
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* Describes the message anduril.type.Quaternion.
|
|
85
|
+
* Use `create(QuaternionSchema)` to create a new message.
|
|
86
|
+
*/
|
|
87
|
+
export const QuaternionSchema = /*@__PURE__*/
|
|
88
|
+
messageDesc(file_anduril_type_coords_pub, 8);
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* Describes the message anduril.type.YawPitch.
|
|
92
|
+
* Use `create(YawPitchSchema)` to create a new message.
|
|
93
|
+
*/
|
|
94
|
+
export const YawPitchSchema = /*@__PURE__*/
|
|
95
|
+
messageDesc(file_anduril_type_coords_pub, 9);
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* Describes the message anduril.type.YPR.
|
|
99
|
+
* Use `create(YPRSchema)` to create a new message.
|
|
100
|
+
*/
|
|
101
|
+
export const YPRSchema = /*@__PURE__*/
|
|
102
|
+
messageDesc(file_anduril_type_coords_pub, 10);
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* Describes the message anduril.type.Pose.
|
|
106
|
+
* Use `create(PoseSchema)` to create a new message.
|
|
107
|
+
*/
|
|
108
|
+
export const PoseSchema = /*@__PURE__*/
|
|
109
|
+
messageDesc(file_anduril_type_coords_pub, 11);
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* Describes the message anduril.type.LLAPolygon.
|
|
113
|
+
* Use `create(LLAPolygonSchema)` to create a new message.
|
|
114
|
+
*/
|
|
115
|
+
export const LLAPolygonSchema = /*@__PURE__*/
|
|
116
|
+
messageDesc(file_anduril_type_coords_pub, 12);
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* Describes the message anduril.type.AERPolygon.
|
|
120
|
+
* Use `create(AERPolygonSchema)` to create a new message.
|
|
121
|
+
*/
|
|
122
|
+
export const AERPolygonSchema = /*@__PURE__*/
|
|
123
|
+
messageDesc(file_anduril_type_coords_pub, 13);
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* Describes the message anduril.type.LLAPath.
|
|
127
|
+
* Use `create(LLAPathSchema)` to create a new message.
|
|
128
|
+
*/
|
|
129
|
+
export const LLAPathSchema = /*@__PURE__*/
|
|
130
|
+
messageDesc(file_anduril_type_coords_pub, 14);
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* Describes the message anduril.type.Spherical.
|
|
134
|
+
* Use `create(SphericalSchema)` to create a new message.
|
|
135
|
+
*/
|
|
136
|
+
export const SphericalSchema = /*@__PURE__*/
|
|
137
|
+
messageDesc(file_anduril_type_coords_pub, 15);
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* Describes the message anduril.type.DoubleRange.
|
|
141
|
+
* Use `create(DoubleRangeSchema)` to create a new message.
|
|
142
|
+
*/
|
|
143
|
+
export const DoubleRangeSchema = /*@__PURE__*/
|
|
144
|
+
messageDesc(file_anduril_type_coords_pub, 16);
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* Describes the message anduril.type.Uint64Range.
|
|
148
|
+
* Use `create(Uint64RangeSchema)` to create a new message.
|
|
149
|
+
*/
|
|
150
|
+
export const Uint64RangeSchema = /*@__PURE__*/
|
|
151
|
+
messageDesc(file_anduril_type_coords_pub, 17);
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* Describes the message anduril.type.TMat4f.
|
|
155
|
+
* Use `create(TMat4fSchema)` to create a new message.
|
|
156
|
+
*/
|
|
157
|
+
export const TMat4fSchema = /*@__PURE__*/
|
|
158
|
+
messageDesc(file_anduril_type_coords_pub, 18);
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* Describes the message anduril.type.TMat3.
|
|
162
|
+
* Use `create(TMat3Schema)` to create a new message.
|
|
163
|
+
*/
|
|
164
|
+
export const TMat3Schema = /*@__PURE__*/
|
|
165
|
+
messageDesc(file_anduril_type_coords_pub, 19);
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* Describes the message anduril.type.TMat2.
|
|
169
|
+
* Use `create(TMat2Schema)` to create a new message.
|
|
170
|
+
*/
|
|
171
|
+
export const TMat2Schema = /*@__PURE__*/
|
|
172
|
+
messageDesc(file_anduril_type_coords_pub, 20);
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* Describes the message anduril.type.RigidTransform.
|
|
176
|
+
* Use `create(RigidTransformSchema)` to create a new message.
|
|
177
|
+
*/
|
|
178
|
+
export const RigidTransformSchema = /*@__PURE__*/
|
|
179
|
+
messageDesc(file_anduril_type_coords_pub, 21);
|
|
180
|
+
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file anduril/type/geometry.pub.proto (package anduril.type, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
+
import type { LLA } from "./coords.pub_pb.js";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file anduril/type/geometry.pub.proto.
|
|
11
|
+
*/
|
|
12
|
+
export declare const file_anduril_type_geometry_pub: GenFile;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* A 2d grid with binary values for each grid cell.
|
|
16
|
+
*
|
|
17
|
+
* @generated from message anduril.type.Grid
|
|
18
|
+
*/
|
|
19
|
+
export declare type Grid = Message<"anduril.type.Grid"> & {
|
|
20
|
+
/**
|
|
21
|
+
* The bottom left extent of the 2d grid. This represents the
|
|
22
|
+
* farthest corner on the grid cell, not the center of the
|
|
23
|
+
* grid cell.
|
|
24
|
+
*
|
|
25
|
+
* @generated from field: anduril.type.LLA bottom_left_pos = 1;
|
|
26
|
+
*/
|
|
27
|
+
bottomLeftPos?: LLA;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* The top right extent of the 2d grid. This represents the
|
|
31
|
+
* farthest corner on the grid cell, not the center of the
|
|
32
|
+
* grid cell.
|
|
33
|
+
*
|
|
34
|
+
* @generated from field: anduril.type.LLA top_right_pos = 2;
|
|
35
|
+
*/
|
|
36
|
+
topRightPos?: LLA;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* The width of the grid in number of cells.
|
|
40
|
+
*
|
|
41
|
+
* @generated from field: uint32 grid_width = 3;
|
|
42
|
+
*/
|
|
43
|
+
gridWidth: number;
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* The height of the grid in number of cells.
|
|
47
|
+
*
|
|
48
|
+
* @generated from field: uint32 grid_height = 4;
|
|
49
|
+
*/
|
|
50
|
+
gridHeight: number;
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* Stores the cell values. Each byte contains 8 bits representing
|
|
54
|
+
* binary values of cells. Cells are unravelled in row-major order,
|
|
55
|
+
* with the first cell located at the top-left corner of the grid.
|
|
56
|
+
* In a single byte, the smallest bit represents the left most cell.
|
|
57
|
+
*
|
|
58
|
+
* @generated from field: bytes cell_values = 5;
|
|
59
|
+
*/
|
|
60
|
+
cellValues: Uint8Array;
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* Describes the message anduril.type.Grid.
|
|
65
|
+
* Use `create(GridSchema)` to create a new message.
|
|
66
|
+
*/
|
|
67
|
+
export declare const GridSchema: GenMessage<Grid>;
|
|
68
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file anduril/type/geometry.pub.proto (package anduril.type, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import { file_anduril_type_coords_pub } from "./coords.pub_pb.js";
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file anduril/type/geometry.pub.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_anduril_type_geometry_pub = /*@__PURE__*/
|
|
12
|
+
fileDesc("Ch9hbmR1cmlsL3R5cGUvZ2VvbWV0cnkucHViLnByb3RvEgxhbmR1cmlsLnR5cGUimgEKBEdyaWQSKgoPYm90dG9tX2xlZnRfcG9zGAEgASgLMhEuYW5kdXJpbC50eXBlLkxMQRIoCg10b3BfcmlnaHRfcG9zGAIgASgLMhEuYW5kdXJpbC50eXBlLkxMQRISCgpncmlkX3dpZHRoGAMgASgNEhMKC2dyaWRfaGVpZ2h0GAQgASgNEhMKC2NlbGxfdmFsdWVzGAUgASgMQrEBChBjb20uYW5kdXJpbC50eXBlQhBHZW9tZXRyeVB1YlByb3RvUAFaOmdoZS5hbmR1cmlsLmRldi9hbmR1cmlsL2FuZHVyaWxhcGlzLWdvL2FuZHVyaWwvdHlwZTthdHlwZXOiAgNBVFiqAgxBbmR1cmlsLlR5cGXKAgxBbmR1cmlsXFR5cGXiAhhBbmR1cmlsXFR5cGVcR1BCTWV0YWRhdGHqAg1BbmR1cmlsOjpUeXBlYgZwcm90bzM", [file_anduril_type_coords_pub]);
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Describes the message anduril.type.Grid.
|
|
16
|
+
* Use `create(GridSchema)` to create a new message.
|
|
17
|
+
*/
|
|
18
|
+
export const GridSchema = /*@__PURE__*/
|
|
19
|
+
messageDesc(file_anduril_type_geometry_pub, 0);
|
|
20
|
+
|
|
@@ -0,0 +1,306 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file anduril/type/orbit.pub.proto (package anduril.type, 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
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file anduril/type/orbit.pub.proto.
|
|
11
|
+
*/
|
|
12
|
+
export declare const file_anduril_type_orbit_pub: GenFile;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Orbit Mean Elements data, analogous to the Orbit Mean Elements Message in CCSDS 502.0-B-3
|
|
16
|
+
*
|
|
17
|
+
* @generated from message anduril.type.OrbitMeanElements
|
|
18
|
+
*/
|
|
19
|
+
export declare type OrbitMeanElements = Message<"anduril.type.OrbitMeanElements"> & {
|
|
20
|
+
/**
|
|
21
|
+
* @generated from field: anduril.type.OrbitMeanElementsMetadata metadata = 1;
|
|
22
|
+
*/
|
|
23
|
+
metadata?: OrbitMeanElementsMetadata;
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* @generated from field: anduril.type.MeanKeplerianElements mean_keplerian_elements = 2;
|
|
27
|
+
*/
|
|
28
|
+
meanKeplerianElements?: MeanKeplerianElements;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @generated from field: anduril.type.TleParameters tle_parameters = 3;
|
|
32
|
+
*/
|
|
33
|
+
tleParameters?: TleParameters;
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Describes the message anduril.type.OrbitMeanElements.
|
|
38
|
+
* Use `create(OrbitMeanElementsSchema)` to create a new message.
|
|
39
|
+
*/
|
|
40
|
+
export declare const OrbitMeanElementsSchema: GenMessage<OrbitMeanElements>;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @generated from message anduril.type.OrbitMeanElementsMetadata
|
|
44
|
+
*/
|
|
45
|
+
export declare type OrbitMeanElementsMetadata = Message<"anduril.type.OrbitMeanElementsMetadata"> & {
|
|
46
|
+
/**
|
|
47
|
+
* Creation date/time in UTC
|
|
48
|
+
*
|
|
49
|
+
* @generated from field: google.protobuf.Timestamp creation_date = 1;
|
|
50
|
+
*/
|
|
51
|
+
creationDate?: Timestamp;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Creating agency or operator
|
|
55
|
+
*
|
|
56
|
+
* @generated from field: google.protobuf.StringValue originator = 2;
|
|
57
|
+
*/
|
|
58
|
+
originator?: string;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* ID that uniquely identifies a message from a given originator.
|
|
62
|
+
*
|
|
63
|
+
* @generated from field: google.protobuf.StringValue message_id = 3;
|
|
64
|
+
*/
|
|
65
|
+
messageId?: string;
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* Reference frame, assumed to be Earth-centered
|
|
69
|
+
*
|
|
70
|
+
* @generated from field: anduril.type.EciReferenceFrame ref_frame = 4;
|
|
71
|
+
*/
|
|
72
|
+
refFrame: EciReferenceFrame;
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Reference frame epoch in UTC - mandatory only if not intrinsic to frame definition
|
|
76
|
+
*
|
|
77
|
+
* @generated from field: google.protobuf.Timestamp ref_frame_epoch = 5;
|
|
78
|
+
*/
|
|
79
|
+
refFrameEpoch?: Timestamp;
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* @generated from field: anduril.type.MeanElementTheory mean_element_theory = 6;
|
|
83
|
+
*/
|
|
84
|
+
meanElementTheory: MeanElementTheory;
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Describes the message anduril.type.OrbitMeanElementsMetadata.
|
|
89
|
+
* Use `create(OrbitMeanElementsMetadataSchema)` to create a new message.
|
|
90
|
+
*/
|
|
91
|
+
export declare const OrbitMeanElementsMetadataSchema: GenMessage<OrbitMeanElementsMetadata>;
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* @generated from message anduril.type.MeanKeplerianElements
|
|
95
|
+
*/
|
|
96
|
+
export declare type MeanKeplerianElements = Message<"anduril.type.MeanKeplerianElements"> & {
|
|
97
|
+
/**
|
|
98
|
+
* UTC time of validity
|
|
99
|
+
*
|
|
100
|
+
* @generated from field: google.protobuf.Timestamp epoch = 1;
|
|
101
|
+
*/
|
|
102
|
+
epoch?: Timestamp;
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* @generated from oneof anduril.type.MeanKeplerianElements.line2_field8
|
|
106
|
+
*/
|
|
107
|
+
line2Field8: {
|
|
108
|
+
/**
|
|
109
|
+
* Preferred: semi major axis in kilometers
|
|
110
|
+
*
|
|
111
|
+
* @generated from field: double semi_major_axis_km = 2;
|
|
112
|
+
*/
|
|
113
|
+
value: number;
|
|
114
|
+
case: "semiMajorAxisKm";
|
|
115
|
+
} | {
|
|
116
|
+
/**
|
|
117
|
+
* If using SGP/SGP4, provide the Keplerian Mean Motion in revolutions per day
|
|
118
|
+
*
|
|
119
|
+
* @generated from field: double mean_motion = 3;
|
|
120
|
+
*/
|
|
121
|
+
value: number;
|
|
122
|
+
case: "meanMotion";
|
|
123
|
+
} | { case: undefined; value?: undefined };
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* @generated from field: double eccentricity = 4;
|
|
127
|
+
*/
|
|
128
|
+
eccentricity: number;
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* Angle of inclination in deg
|
|
132
|
+
*
|
|
133
|
+
* @generated from field: double inclination_deg = 5;
|
|
134
|
+
*/
|
|
135
|
+
inclinationDeg: number;
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* Right ascension of the ascending node in deg
|
|
139
|
+
*
|
|
140
|
+
* @generated from field: double ra_of_asc_node_deg = 6;
|
|
141
|
+
*/
|
|
142
|
+
raOfAscNodeDeg: number;
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* Argument of pericenter in deg
|
|
146
|
+
*
|
|
147
|
+
* @generated from field: double arg_of_pericenter_deg = 7;
|
|
148
|
+
*/
|
|
149
|
+
argOfPericenterDeg: number;
|
|
150
|
+
|
|
151
|
+
/**
|
|
152
|
+
* Mean anomaly in deg
|
|
153
|
+
*
|
|
154
|
+
* @generated from field: double mean_anomaly_deg = 8;
|
|
155
|
+
*/
|
|
156
|
+
meanAnomalyDeg: number;
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* Optional: gravitational coefficient (Gravitational Constant x central mass) in kg^3 / s^2
|
|
160
|
+
*
|
|
161
|
+
* @generated from field: google.protobuf.DoubleValue gm = 9;
|
|
162
|
+
*/
|
|
163
|
+
gm?: number;
|
|
164
|
+
};
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* Describes the message anduril.type.MeanKeplerianElements.
|
|
168
|
+
* Use `create(MeanKeplerianElementsSchema)` to create a new message.
|
|
169
|
+
*/
|
|
170
|
+
export declare const MeanKeplerianElementsSchema: GenMessage<MeanKeplerianElements>;
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* @generated from message anduril.type.TleParameters
|
|
174
|
+
*/
|
|
175
|
+
export declare type TleParameters = Message<"anduril.type.TleParameters"> & {
|
|
176
|
+
/**
|
|
177
|
+
* Integer specifying TLE ephemeris type
|
|
178
|
+
*
|
|
179
|
+
* @generated from field: google.protobuf.UInt32Value ephemeris_type = 1;
|
|
180
|
+
*/
|
|
181
|
+
ephemerisType?: number;
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* User-defined free-text message classification/caveats of this TLE
|
|
185
|
+
*
|
|
186
|
+
* @generated from field: google.protobuf.StringValue classification_type = 2;
|
|
187
|
+
*/
|
|
188
|
+
classificationType?: string;
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* Norad catalog number: integer up to nine digits.
|
|
192
|
+
*
|
|
193
|
+
* @generated from field: google.protobuf.UInt32Value norad_cat_id = 3;
|
|
194
|
+
*/
|
|
195
|
+
noradCatId?: number;
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* @generated from field: google.protobuf.UInt32Value element_set_no = 4;
|
|
199
|
+
*/
|
|
200
|
+
elementSetNo?: number;
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* Optional: revolution number
|
|
204
|
+
*
|
|
205
|
+
* @generated from field: google.protobuf.UInt32Value rev_at_epoch = 5;
|
|
206
|
+
*/
|
|
207
|
+
revAtEpoch?: number;
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* Drag-like ballistic coefficient, required for SGP4 and SGP4-XP mean element models
|
|
211
|
+
*
|
|
212
|
+
* @generated from oneof anduril.type.TleParameters.line1_field11
|
|
213
|
+
*/
|
|
214
|
+
line1Field11: {
|
|
215
|
+
/**
|
|
216
|
+
* Drag parameter for SGP-4 in units 1 / Earth radii
|
|
217
|
+
*
|
|
218
|
+
* @generated from field: double bstar = 6;
|
|
219
|
+
*/
|
|
220
|
+
value: number;
|
|
221
|
+
case: "bstar";
|
|
222
|
+
} | {
|
|
223
|
+
/**
|
|
224
|
+
* Drag parameter for SGP4-XP in units m^2 / kg
|
|
225
|
+
*
|
|
226
|
+
* @generated from field: double bterm = 7;
|
|
227
|
+
*/
|
|
228
|
+
value: number;
|
|
229
|
+
case: "bterm";
|
|
230
|
+
} | { case: undefined; value?: undefined };
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* First time derivative of mean motion in rev / day^2
|
|
234
|
+
*
|
|
235
|
+
* @generated from field: google.protobuf.DoubleValue mean_motion_dot = 8;
|
|
236
|
+
*/
|
|
237
|
+
meanMotionDot?: number;
|
|
238
|
+
|
|
239
|
+
/**
|
|
240
|
+
* @generated from oneof anduril.type.TleParameters.line1_field10
|
|
241
|
+
*/
|
|
242
|
+
line1Field10: {
|
|
243
|
+
/**
|
|
244
|
+
* Second time derivative of mean motion in rev / day^3. For use with SGP or PPT3.
|
|
245
|
+
*
|
|
246
|
+
* @generated from field: double mean_motion_ddot = 9;
|
|
247
|
+
*/
|
|
248
|
+
value: number;
|
|
249
|
+
case: "meanMotionDdot";
|
|
250
|
+
} | {
|
|
251
|
+
/**
|
|
252
|
+
* Solar radiation pressure coefficient A_gamma / m in m^2 / kg. For use with SGP4-XP.
|
|
253
|
+
*
|
|
254
|
+
* @generated from field: double agom = 10;
|
|
255
|
+
*/
|
|
256
|
+
value: number;
|
|
257
|
+
case: "agom";
|
|
258
|
+
} | { case: undefined; value?: undefined };
|
|
259
|
+
};
|
|
260
|
+
|
|
261
|
+
/**
|
|
262
|
+
* Describes the message anduril.type.TleParameters.
|
|
263
|
+
* Use `create(TleParametersSchema)` to create a new message.
|
|
264
|
+
*/
|
|
265
|
+
export declare const TleParametersSchema: GenMessage<TleParameters>;
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* @generated from enum anduril.type.MeanElementTheory
|
|
269
|
+
*/
|
|
270
|
+
export enum MeanElementTheory {
|
|
271
|
+
/**
|
|
272
|
+
* @generated from enum value: MEAN_ELEMENT_THEORY_INVALID = 0;
|
|
273
|
+
*/
|
|
274
|
+
INVALID = 0,
|
|
275
|
+
|
|
276
|
+
/**
|
|
277
|
+
* @generated from enum value: MEAN_ELEMENT_THEORY_SGP4 = 1;
|
|
278
|
+
*/
|
|
279
|
+
SGP4 = 1,
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
/**
|
|
283
|
+
* Describes the enum anduril.type.MeanElementTheory.
|
|
284
|
+
*/
|
|
285
|
+
export declare const MeanElementTheorySchema: GenEnum<MeanElementTheory>;
|
|
286
|
+
|
|
287
|
+
/**
|
|
288
|
+
* @generated from enum anduril.type.EciReferenceFrame
|
|
289
|
+
*/
|
|
290
|
+
export enum EciReferenceFrame {
|
|
291
|
+
/**
|
|
292
|
+
* @generated from enum value: ECI_REFERENCE_FRAME_INVALID = 0;
|
|
293
|
+
*/
|
|
294
|
+
INVALID = 0,
|
|
295
|
+
|
|
296
|
+
/**
|
|
297
|
+
* @generated from enum value: ECI_REFERENCE_FRAME_TEME = 1;
|
|
298
|
+
*/
|
|
299
|
+
TEME = 1,
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
/**
|
|
303
|
+
* Describes the enum anduril.type.EciReferenceFrame.
|
|
304
|
+
*/
|
|
305
|
+
export declare const EciReferenceFrameSchema: GenEnum<EciReferenceFrame>;
|
|
306
|
+
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.0 with parameter "import_extension=js"
|
|
2
|
+
// @generated from file anduril/type/orbit.pub.proto (package anduril.type, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import { file_google_protobuf_timestamp, file_google_protobuf_wrappers } from "@bufbuild/protobuf/wkt";
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file anduril/type/orbit.pub.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_anduril_type_orbit_pub = /*@__PURE__*/
|
|
12
|
+
fileDesc("ChxhbmR1cmlsL3R5cGUvb3JiaXQucHViLnByb3RvEgxhbmR1cmlsLnR5cGUiyQEKEU9yYml0TWVhbkVsZW1lbnRzEjkKCG1ldGFkYXRhGAEgASgLMicuYW5kdXJpbC50eXBlLk9yYml0TWVhbkVsZW1lbnRzTWV0YWRhdGESRAoXbWVhbl9rZXBsZXJpYW5fZWxlbWVudHMYAiABKAsyIy5hbmR1cmlsLnR5cGUuTWVhbktlcGxlcmlhbkVsZW1lbnRzEjMKDnRsZV9wYXJhbWV0ZXJzGAMgASgLMhsuYW5kdXJpbC50eXBlLlRsZVBhcmFtZXRlcnMi2QIKGU9yYml0TWVhbkVsZW1lbnRzTWV0YWRhdGESMQoNY3JlYXRpb25fZGF0ZRgBIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASMAoKb3JpZ2luYXRvchgCIAEoCzIcLmdvb2dsZS5wcm90b2J1Zi5TdHJpbmdWYWx1ZRIwCgptZXNzYWdlX2lkGAMgASgLMhwuZ29vZ2xlLnByb3RvYnVmLlN0cmluZ1ZhbHVlEjIKCXJlZl9mcmFtZRgEIAEoDjIfLmFuZHVyaWwudHlwZS5FY2lSZWZlcmVuY2VGcmFtZRIzCg9yZWZfZnJhbWVfZXBvY2gYBSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjwKE21lYW5fZWxlbWVudF90aGVvcnkYBiABKA4yHy5hbmR1cmlsLnR5cGUuTWVhbkVsZW1lbnRUaGVvcnkitQIKFU1lYW5LZXBsZXJpYW5FbGVtZW50cxIpCgVlcG9jaBgBIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASHAoSc2VtaV9tYWpvcl9heGlzX2ttGAIgASgBSAASFQoLbWVhbl9tb3Rpb24YAyABKAFIABIUCgxlY2NlbnRyaWNpdHkYBCABKAESFwoPaW5jbGluYXRpb25fZGVnGAUgASgBEhoKEnJhX29mX2FzY19ub2RlX2RlZxgGIAEoARIdChVhcmdfb2ZfcGVyaWNlbnRlcl9kZWcYByABKAESGAoQbWVhbl9hbm9tYWx5X2RlZxgIIAEoARIoCgJnbRgJIAEoCzIcLmdvb2dsZS5wcm90b2J1Zi5Eb3VibGVWYWx1ZUIOCgxsaW5lMl9maWVsZDgixQMKDVRsZVBhcmFtZXRlcnMSNAoOZXBoZW1lcmlzX3R5cGUYASABKAsyHC5nb29nbGUucHJvdG9idWYuVUludDMyVmFsdWUSOQoTY2xhc3NpZmljYXRpb25fdHlwZRgCIAEoCzIcLmdvb2dsZS5wcm90b2J1Zi5TdHJpbmdWYWx1ZRIyCgxub3JhZF9jYXRfaWQYAyABKAsyHC5nb29nbGUucHJvdG9idWYuVUludDMyVmFsdWUSNAoOZWxlbWVudF9zZXRfbm8YBCABKAsyHC5nb29nbGUucHJvdG9idWYuVUludDMyVmFsdWUSMgoMcmV2X2F0X2Vwb2NoGAUgASgLMhwuZ29vZ2xlLnByb3RvYnVmLlVJbnQzMlZhbHVlEg8KBWJzdGFyGAYgASgBSAASDwoFYnRlcm0YByABKAFIABI1Cg9tZWFuX21vdGlvbl9kb3QYCCABKAsyHC5nb29nbGUucHJvdG9idWYuRG91YmxlVmFsdWUSGgoQbWVhbl9tb3Rpb25fZGRvdBgJIAEoAUgBEg4KBGFnb20YCiABKAFIAUIPCg1saW5lMV9maWVsZDExQg8KDWxpbmUxX2ZpZWxkMTAqUgoRTWVhbkVsZW1lbnRUaGVvcnkSHwobTUVBTl9FTEVNRU5UX1RIRU9SWV9JTlZBTElEEAASHAoYTUVBTl9FTEVNRU5UX1RIRU9SWV9TR1A0EAEqUgoRRWNpUmVmZXJlbmNlRnJhbWUSHwobRUNJX1JFRkVSRU5DRV9GUkFNRV9JTlZBTElEEAASHAoYRUNJX1JFRkVSRU5DRV9GUkFNRV9URU1FEAFCrgEKEGNvbS5hbmR1cmlsLnR5cGVCDU9yYml0UHViUHJvdG9QAVo6Z2hlLmFuZHVyaWwuZGV2L2FuZHVyaWwvYW5kdXJpbGFwaXMtZ28vYW5kdXJpbC90eXBlO2F0eXBlc6ICA0FUWKoCDEFuZHVyaWwuVHlwZcoCDEFuZHVyaWxcVHlwZeICGEFuZHVyaWxcVHlwZVxHUEJNZXRhZGF0YeoCDUFuZHVyaWw6OlR5cGViBnByb3RvMw", [file_google_protobuf_timestamp, file_google_protobuf_wrappers]);
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Describes the message anduril.type.OrbitMeanElements.
|
|
16
|
+
* Use `create(OrbitMeanElementsSchema)` to create a new message.
|
|
17
|
+
*/
|
|
18
|
+
export const OrbitMeanElementsSchema = /*@__PURE__*/
|
|
19
|
+
messageDesc(file_anduril_type_orbit_pub, 0);
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Describes the message anduril.type.OrbitMeanElementsMetadata.
|
|
23
|
+
* Use `create(OrbitMeanElementsMetadataSchema)` to create a new message.
|
|
24
|
+
*/
|
|
25
|
+
export const OrbitMeanElementsMetadataSchema = /*@__PURE__*/
|
|
26
|
+
messageDesc(file_anduril_type_orbit_pub, 1);
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Describes the message anduril.type.MeanKeplerianElements.
|
|
30
|
+
* Use `create(MeanKeplerianElementsSchema)` to create a new message.
|
|
31
|
+
*/
|
|
32
|
+
export const MeanKeplerianElementsSchema = /*@__PURE__*/
|
|
33
|
+
messageDesc(file_anduril_type_orbit_pub, 2);
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* Describes the message anduril.type.TleParameters.
|
|
37
|
+
* Use `create(TleParametersSchema)` to create a new message.
|
|
38
|
+
*/
|
|
39
|
+
export const TleParametersSchema = /*@__PURE__*/
|
|
40
|
+
messageDesc(file_anduril_type_orbit_pub, 3);
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Describes the enum anduril.type.MeanElementTheory.
|
|
44
|
+
*/
|
|
45
|
+
export const MeanElementTheorySchema = /*@__PURE__*/
|
|
46
|
+
enumDesc(file_anduril_type_orbit_pub, 0);
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @generated from enum anduril.type.MeanElementTheory
|
|
50
|
+
*/
|
|
51
|
+
export const MeanElementTheory = /*@__PURE__*/
|
|
52
|
+
tsEnum(MeanElementTheorySchema);
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Describes the enum anduril.type.EciReferenceFrame.
|
|
56
|
+
*/
|
|
57
|
+
export const EciReferenceFrameSchema = /*@__PURE__*/
|
|
58
|
+
enumDesc(file_anduril_type_orbit_pub, 1);
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @generated from enum anduril.type.EciReferenceFrame
|
|
62
|
+
*/
|
|
63
|
+
export const EciReferenceFrame = /*@__PURE__*/
|
|
64
|
+
tsEnum(EciReferenceFrameSchema);
|
|
65
|
+
|