mavsdk-types 1.0.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 (107) hide show
  1. package/README.md +24 -0
  2. package/action/ActionServiceClientPb.ts +985 -0
  3. package/action/action_pb.d.ts +875 -0
  4. package/action/action_pb.js +7317 -0
  5. package/action_server/Action_serverServiceClientPb.ts +408 -0
  6. package/action_server/action_server_pb.d.ts +571 -0
  7. package/action_server/action_server_pb.js +4624 -0
  8. package/calibration/CalibrationServiceClientPb.ts +192 -0
  9. package/calibration/calibration_pb.d.ts +306 -0
  10. package/calibration/calibration_pb.js +2501 -0
  11. package/camera/CameraServiceClientPb.ts +838 -0
  12. package/camera/camera_pb.d.ts +1260 -0
  13. package/camera/camera_pb.js +10338 -0
  14. package/camera_server/Camera_serverServiceClientPb.ts +818 -0
  15. package/camera_server/camera_server_pb.d.ts +1180 -0
  16. package/camera_server/camera_server_pb.js +9586 -0
  17. package/component_information/Component_informationServiceClientPb.ts +104 -0
  18. package/component_information/component_information_pb.d.ts +179 -0
  19. package/component_information/component_information_pb.js +1445 -0
  20. package/component_information_server/Component_information_serverServiceClientPb.ts +104 -0
  21. package/component_information_server/component_information_server_pb.d.ts +183 -0
  22. package/component_information_server/component_information_server_pb.js +1439 -0
  23. package/core/CoreServiceClientPb.ts +104 -0
  24. package/core/core_pb.d.ts +88 -0
  25. package/core/core_pb.js +748 -0
  26. package/failure/FailureServiceClientPb.ts +82 -0
  27. package/failure/failure_pb.d.ts +111 -0
  28. package/failure/failure_pb.js +646 -0
  29. package/follow_me/Follow_meServiceClientPb.ts +340 -0
  30. package/follow_me/follow_me_pb.d.ts +369 -0
  31. package/follow_me/follow_me_pb.js +2990 -0
  32. package/ftp/FtpServiceClientPb.ts +384 -0
  33. package/ftp/ftp_pb.d.ts +449 -0
  34. package/ftp/ftp_pb.js +3674 -0
  35. package/ftp_server/Ftp_serverServiceClientPb.ts +82 -0
  36. package/ftp_server/ftp_server_pb.d.ts +72 -0
  37. package/ftp_server/ftp_server_pb.js +545 -0
  38. package/geofence/GeofenceServiceClientPb.ts +125 -0
  39. package/geofence/geofence_pb.d.ts +216 -0
  40. package/geofence/geofence_pb.js +1737 -0
  41. package/gimbal/GimbalServiceClientPb.ts +362 -0
  42. package/gimbal/gimbal_pb.d.ts +398 -0
  43. package/gimbal/gimbal_pb.js +3233 -0
  44. package/gripper/GripperServiceClientPb.ts +125 -0
  45. package/gripper/gripper_pb.d.ts +116 -0
  46. package/gripper/gripper_pb.js +880 -0
  47. package/info/InfoServiceClientPb.ts +254 -0
  48. package/info/info_pb.d.ts +377 -0
  49. package/info/info_pb.js +3035 -0
  50. package/log_files/Log_filesServiceClientPb.ts +147 -0
  51. package/log_files/log_files_pb.d.ts +206 -0
  52. package/log_files/log_files_pb.js +1667 -0
  53. package/manual_control/Manual_controlServiceClientPb.ts +168 -0
  54. package/manual_control/manual_control_pb.d.ts +157 -0
  55. package/manual_control/manual_control_pb.js +1232 -0
  56. package/mavsdk_options_pb.d.ts +10 -0
  57. package/mavsdk_options_pb.js +141 -0
  58. package/mission/MissionServiceClientPb.ts +578 -0
  59. package/mission/mission_pb.d.ts +749 -0
  60. package/mission/mission_pb.js +6095 -0
  61. package/mission_raw/Mission_rawServiceClientPb.ts +599 -0
  62. package/mission_raw/mission_raw_pb.d.ts +691 -0
  63. package/mission_raw/mission_raw_pb.js +5766 -0
  64. package/mission_raw_server/Mission_raw_serverServiceClientPb.ts +148 -0
  65. package/mission_raw_server/mission_raw_server_pb.d.ts +285 -0
  66. package/mission_raw_server/mission_raw_server_pb.js +2269 -0
  67. package/mocap/MocapServiceClientPb.ts +168 -0
  68. package/mocap/mocap_pb.d.ts +445 -0
  69. package/mocap/mocap_pb.js +3637 -0
  70. package/offboard/OffboardServiceClientPb.ts +598 -0
  71. package/offboard/offboard_pb.d.ts +813 -0
  72. package/offboard/offboard_pb.js +6771 -0
  73. package/package.json +15 -0
  74. package/param/ParamServiceClientPb.ts +383 -0
  75. package/param/param_pb.d.ts +469 -0
  76. package/param/param_pb.js +3849 -0
  77. package/param_server/Param_serverServiceClientPb.ts +406 -0
  78. package/param_server/param_server_pb.d.ts +523 -0
  79. package/param_server/param_server_pb.js +4371 -0
  80. package/rtk/RtkServiceClientPb.ts +82 -0
  81. package/rtk/rtk_pb.d.ts +93 -0
  82. package/rtk/rtk_pb.js +719 -0
  83. package/server_utility/Server_utilityServiceClientPb.ts +82 -0
  84. package/server_utility/server_utility_pb.d.ts +87 -0
  85. package/server_utility/server_utility_pb.js +591 -0
  86. package/shell/ShellServiceClientPb.ts +104 -0
  87. package/shell/shell_pb.d.ts +106 -0
  88. package/shell/shell_pb.js +822 -0
  89. package/telemetry/TelemetryServiceClientPb.ts +1862 -0
  90. package/telemetry/telemetry_pb.d.ts +3201 -0
  91. package/telemetry/telemetry_pb.js +26682 -0
  92. package/telemetry_server/Telemetry_serverServiceClientPb.ts +684 -0
  93. package/telemetry_server/telemetry_server_pb.d.ts +1562 -0
  94. package/telemetry_server/telemetry_server_pb.js +12735 -0
  95. package/tracking_server/Tracking_serverServiceClientPb.ts +363 -0
  96. package/tracking_server/tracking_server_pb.d.ts +407 -0
  97. package/tracking_server/tracking_server_pb.js +3366 -0
  98. package/transponder/TransponderServiceClientPb.ts +104 -0
  99. package/transponder/transponder_pb.d.ts +196 -0
  100. package/transponder/transponder_pb.js +1360 -0
  101. package/tsconfig.json +9 -0
  102. package/tune/TuneServiceClientPb.ts +82 -0
  103. package/tune/tune_pb.d.ts +122 -0
  104. package/tune/tune_pb.js +804 -0
  105. package/winch/WinchServiceClientPb.ts +491 -0
  106. package/winch/winch_pb.d.ts +593 -0
  107. package/winch/winch_pb.js +4801 -0
@@ -0,0 +1,523 @@
1
+ import * as jspb from 'google-protobuf'
2
+
3
+ import * as mavsdk_options_pb from '../mavsdk_options_pb';
4
+
5
+
6
+ export class RetrieveParamIntRequest extends jspb.Message {
7
+ getName(): string;
8
+ setName(value: string): RetrieveParamIntRequest;
9
+
10
+ serializeBinary(): Uint8Array;
11
+ toObject(includeInstance?: boolean): RetrieveParamIntRequest.AsObject;
12
+ static toObject(includeInstance: boolean, msg: RetrieveParamIntRequest): RetrieveParamIntRequest.AsObject;
13
+ static serializeBinaryToWriter(message: RetrieveParamIntRequest, writer: jspb.BinaryWriter): void;
14
+ static deserializeBinary(bytes: Uint8Array): RetrieveParamIntRequest;
15
+ static deserializeBinaryFromReader(message: RetrieveParamIntRequest, reader: jspb.BinaryReader): RetrieveParamIntRequest;
16
+ }
17
+
18
+ export namespace RetrieveParamIntRequest {
19
+ export type AsObject = {
20
+ name: string,
21
+ }
22
+ }
23
+
24
+ export class RetrieveParamIntResponse extends jspb.Message {
25
+ getParamServerResult(): ParamServerResult | undefined;
26
+ setParamServerResult(value?: ParamServerResult): RetrieveParamIntResponse;
27
+ hasParamServerResult(): boolean;
28
+ clearParamServerResult(): RetrieveParamIntResponse;
29
+
30
+ getValue(): number;
31
+ setValue(value: number): RetrieveParamIntResponse;
32
+
33
+ serializeBinary(): Uint8Array;
34
+ toObject(includeInstance?: boolean): RetrieveParamIntResponse.AsObject;
35
+ static toObject(includeInstance: boolean, msg: RetrieveParamIntResponse): RetrieveParamIntResponse.AsObject;
36
+ static serializeBinaryToWriter(message: RetrieveParamIntResponse, writer: jspb.BinaryWriter): void;
37
+ static deserializeBinary(bytes: Uint8Array): RetrieveParamIntResponse;
38
+ static deserializeBinaryFromReader(message: RetrieveParamIntResponse, reader: jspb.BinaryReader): RetrieveParamIntResponse;
39
+ }
40
+
41
+ export namespace RetrieveParamIntResponse {
42
+ export type AsObject = {
43
+ paramServerResult?: ParamServerResult.AsObject,
44
+ value: number,
45
+ }
46
+ }
47
+
48
+ export class ProvideParamIntRequest extends jspb.Message {
49
+ getName(): string;
50
+ setName(value: string): ProvideParamIntRequest;
51
+
52
+ getValue(): number;
53
+ setValue(value: number): ProvideParamIntRequest;
54
+
55
+ serializeBinary(): Uint8Array;
56
+ toObject(includeInstance?: boolean): ProvideParamIntRequest.AsObject;
57
+ static toObject(includeInstance: boolean, msg: ProvideParamIntRequest): ProvideParamIntRequest.AsObject;
58
+ static serializeBinaryToWriter(message: ProvideParamIntRequest, writer: jspb.BinaryWriter): void;
59
+ static deserializeBinary(bytes: Uint8Array): ProvideParamIntRequest;
60
+ static deserializeBinaryFromReader(message: ProvideParamIntRequest, reader: jspb.BinaryReader): ProvideParamIntRequest;
61
+ }
62
+
63
+ export namespace ProvideParamIntRequest {
64
+ export type AsObject = {
65
+ name: string,
66
+ value: number,
67
+ }
68
+ }
69
+
70
+ export class ProvideParamIntResponse extends jspb.Message {
71
+ getParamServerResult(): ParamServerResult | undefined;
72
+ setParamServerResult(value?: ParamServerResult): ProvideParamIntResponse;
73
+ hasParamServerResult(): boolean;
74
+ clearParamServerResult(): ProvideParamIntResponse;
75
+
76
+ serializeBinary(): Uint8Array;
77
+ toObject(includeInstance?: boolean): ProvideParamIntResponse.AsObject;
78
+ static toObject(includeInstance: boolean, msg: ProvideParamIntResponse): ProvideParamIntResponse.AsObject;
79
+ static serializeBinaryToWriter(message: ProvideParamIntResponse, writer: jspb.BinaryWriter): void;
80
+ static deserializeBinary(bytes: Uint8Array): ProvideParamIntResponse;
81
+ static deserializeBinaryFromReader(message: ProvideParamIntResponse, reader: jspb.BinaryReader): ProvideParamIntResponse;
82
+ }
83
+
84
+ export namespace ProvideParamIntResponse {
85
+ export type AsObject = {
86
+ paramServerResult?: ParamServerResult.AsObject,
87
+ }
88
+ }
89
+
90
+ export class RetrieveParamFloatRequest extends jspb.Message {
91
+ getName(): string;
92
+ setName(value: string): RetrieveParamFloatRequest;
93
+
94
+ serializeBinary(): Uint8Array;
95
+ toObject(includeInstance?: boolean): RetrieveParamFloatRequest.AsObject;
96
+ static toObject(includeInstance: boolean, msg: RetrieveParamFloatRequest): RetrieveParamFloatRequest.AsObject;
97
+ static serializeBinaryToWriter(message: RetrieveParamFloatRequest, writer: jspb.BinaryWriter): void;
98
+ static deserializeBinary(bytes: Uint8Array): RetrieveParamFloatRequest;
99
+ static deserializeBinaryFromReader(message: RetrieveParamFloatRequest, reader: jspb.BinaryReader): RetrieveParamFloatRequest;
100
+ }
101
+
102
+ export namespace RetrieveParamFloatRequest {
103
+ export type AsObject = {
104
+ name: string,
105
+ }
106
+ }
107
+
108
+ export class RetrieveParamFloatResponse extends jspb.Message {
109
+ getParamServerResult(): ParamServerResult | undefined;
110
+ setParamServerResult(value?: ParamServerResult): RetrieveParamFloatResponse;
111
+ hasParamServerResult(): boolean;
112
+ clearParamServerResult(): RetrieveParamFloatResponse;
113
+
114
+ getValue(): number;
115
+ setValue(value: number): RetrieveParamFloatResponse;
116
+
117
+ serializeBinary(): Uint8Array;
118
+ toObject(includeInstance?: boolean): RetrieveParamFloatResponse.AsObject;
119
+ static toObject(includeInstance: boolean, msg: RetrieveParamFloatResponse): RetrieveParamFloatResponse.AsObject;
120
+ static serializeBinaryToWriter(message: RetrieveParamFloatResponse, writer: jspb.BinaryWriter): void;
121
+ static deserializeBinary(bytes: Uint8Array): RetrieveParamFloatResponse;
122
+ static deserializeBinaryFromReader(message: RetrieveParamFloatResponse, reader: jspb.BinaryReader): RetrieveParamFloatResponse;
123
+ }
124
+
125
+ export namespace RetrieveParamFloatResponse {
126
+ export type AsObject = {
127
+ paramServerResult?: ParamServerResult.AsObject,
128
+ value: number,
129
+ }
130
+ }
131
+
132
+ export class ProvideParamFloatRequest extends jspb.Message {
133
+ getName(): string;
134
+ setName(value: string): ProvideParamFloatRequest;
135
+
136
+ getValue(): number;
137
+ setValue(value: number): ProvideParamFloatRequest;
138
+
139
+ serializeBinary(): Uint8Array;
140
+ toObject(includeInstance?: boolean): ProvideParamFloatRequest.AsObject;
141
+ static toObject(includeInstance: boolean, msg: ProvideParamFloatRequest): ProvideParamFloatRequest.AsObject;
142
+ static serializeBinaryToWriter(message: ProvideParamFloatRequest, writer: jspb.BinaryWriter): void;
143
+ static deserializeBinary(bytes: Uint8Array): ProvideParamFloatRequest;
144
+ static deserializeBinaryFromReader(message: ProvideParamFloatRequest, reader: jspb.BinaryReader): ProvideParamFloatRequest;
145
+ }
146
+
147
+ export namespace ProvideParamFloatRequest {
148
+ export type AsObject = {
149
+ name: string,
150
+ value: number,
151
+ }
152
+ }
153
+
154
+ export class ProvideParamFloatResponse extends jspb.Message {
155
+ getParamServerResult(): ParamServerResult | undefined;
156
+ setParamServerResult(value?: ParamServerResult): ProvideParamFloatResponse;
157
+ hasParamServerResult(): boolean;
158
+ clearParamServerResult(): ProvideParamFloatResponse;
159
+
160
+ serializeBinary(): Uint8Array;
161
+ toObject(includeInstance?: boolean): ProvideParamFloatResponse.AsObject;
162
+ static toObject(includeInstance: boolean, msg: ProvideParamFloatResponse): ProvideParamFloatResponse.AsObject;
163
+ static serializeBinaryToWriter(message: ProvideParamFloatResponse, writer: jspb.BinaryWriter): void;
164
+ static deserializeBinary(bytes: Uint8Array): ProvideParamFloatResponse;
165
+ static deserializeBinaryFromReader(message: ProvideParamFloatResponse, reader: jspb.BinaryReader): ProvideParamFloatResponse;
166
+ }
167
+
168
+ export namespace ProvideParamFloatResponse {
169
+ export type AsObject = {
170
+ paramServerResult?: ParamServerResult.AsObject,
171
+ }
172
+ }
173
+
174
+ export class RetrieveParamCustomRequest extends jspb.Message {
175
+ getName(): string;
176
+ setName(value: string): RetrieveParamCustomRequest;
177
+
178
+ serializeBinary(): Uint8Array;
179
+ toObject(includeInstance?: boolean): RetrieveParamCustomRequest.AsObject;
180
+ static toObject(includeInstance: boolean, msg: RetrieveParamCustomRequest): RetrieveParamCustomRequest.AsObject;
181
+ static serializeBinaryToWriter(message: RetrieveParamCustomRequest, writer: jspb.BinaryWriter): void;
182
+ static deserializeBinary(bytes: Uint8Array): RetrieveParamCustomRequest;
183
+ static deserializeBinaryFromReader(message: RetrieveParamCustomRequest, reader: jspb.BinaryReader): RetrieveParamCustomRequest;
184
+ }
185
+
186
+ export namespace RetrieveParamCustomRequest {
187
+ export type AsObject = {
188
+ name: string,
189
+ }
190
+ }
191
+
192
+ export class RetrieveParamCustomResponse extends jspb.Message {
193
+ getParamServerResult(): ParamServerResult | undefined;
194
+ setParamServerResult(value?: ParamServerResult): RetrieveParamCustomResponse;
195
+ hasParamServerResult(): boolean;
196
+ clearParamServerResult(): RetrieveParamCustomResponse;
197
+
198
+ getValue(): string;
199
+ setValue(value: string): RetrieveParamCustomResponse;
200
+
201
+ serializeBinary(): Uint8Array;
202
+ toObject(includeInstance?: boolean): RetrieveParamCustomResponse.AsObject;
203
+ static toObject(includeInstance: boolean, msg: RetrieveParamCustomResponse): RetrieveParamCustomResponse.AsObject;
204
+ static serializeBinaryToWriter(message: RetrieveParamCustomResponse, writer: jspb.BinaryWriter): void;
205
+ static deserializeBinary(bytes: Uint8Array): RetrieveParamCustomResponse;
206
+ static deserializeBinaryFromReader(message: RetrieveParamCustomResponse, reader: jspb.BinaryReader): RetrieveParamCustomResponse;
207
+ }
208
+
209
+ export namespace RetrieveParamCustomResponse {
210
+ export type AsObject = {
211
+ paramServerResult?: ParamServerResult.AsObject,
212
+ value: string,
213
+ }
214
+ }
215
+
216
+ export class ProvideParamCustomRequest extends jspb.Message {
217
+ getName(): string;
218
+ setName(value: string): ProvideParamCustomRequest;
219
+
220
+ getValue(): string;
221
+ setValue(value: string): ProvideParamCustomRequest;
222
+
223
+ serializeBinary(): Uint8Array;
224
+ toObject(includeInstance?: boolean): ProvideParamCustomRequest.AsObject;
225
+ static toObject(includeInstance: boolean, msg: ProvideParamCustomRequest): ProvideParamCustomRequest.AsObject;
226
+ static serializeBinaryToWriter(message: ProvideParamCustomRequest, writer: jspb.BinaryWriter): void;
227
+ static deserializeBinary(bytes: Uint8Array): ProvideParamCustomRequest;
228
+ static deserializeBinaryFromReader(message: ProvideParamCustomRequest, reader: jspb.BinaryReader): ProvideParamCustomRequest;
229
+ }
230
+
231
+ export namespace ProvideParamCustomRequest {
232
+ export type AsObject = {
233
+ name: string,
234
+ value: string,
235
+ }
236
+ }
237
+
238
+ export class ProvideParamCustomResponse extends jspb.Message {
239
+ getParamServerResult(): ParamServerResult | undefined;
240
+ setParamServerResult(value?: ParamServerResult): ProvideParamCustomResponse;
241
+ hasParamServerResult(): boolean;
242
+ clearParamServerResult(): ProvideParamCustomResponse;
243
+
244
+ serializeBinary(): Uint8Array;
245
+ toObject(includeInstance?: boolean): ProvideParamCustomResponse.AsObject;
246
+ static toObject(includeInstance: boolean, msg: ProvideParamCustomResponse): ProvideParamCustomResponse.AsObject;
247
+ static serializeBinaryToWriter(message: ProvideParamCustomResponse, writer: jspb.BinaryWriter): void;
248
+ static deserializeBinary(bytes: Uint8Array): ProvideParamCustomResponse;
249
+ static deserializeBinaryFromReader(message: ProvideParamCustomResponse, reader: jspb.BinaryReader): ProvideParamCustomResponse;
250
+ }
251
+
252
+ export namespace ProvideParamCustomResponse {
253
+ export type AsObject = {
254
+ paramServerResult?: ParamServerResult.AsObject,
255
+ }
256
+ }
257
+
258
+ export class RetrieveAllParamsRequest extends jspb.Message {
259
+ serializeBinary(): Uint8Array;
260
+ toObject(includeInstance?: boolean): RetrieveAllParamsRequest.AsObject;
261
+ static toObject(includeInstance: boolean, msg: RetrieveAllParamsRequest): RetrieveAllParamsRequest.AsObject;
262
+ static serializeBinaryToWriter(message: RetrieveAllParamsRequest, writer: jspb.BinaryWriter): void;
263
+ static deserializeBinary(bytes: Uint8Array): RetrieveAllParamsRequest;
264
+ static deserializeBinaryFromReader(message: RetrieveAllParamsRequest, reader: jspb.BinaryReader): RetrieveAllParamsRequest;
265
+ }
266
+
267
+ export namespace RetrieveAllParamsRequest {
268
+ export type AsObject = {
269
+ }
270
+ }
271
+
272
+ export class RetrieveAllParamsResponse extends jspb.Message {
273
+ getParams(): AllParams | undefined;
274
+ setParams(value?: AllParams): RetrieveAllParamsResponse;
275
+ hasParams(): boolean;
276
+ clearParams(): RetrieveAllParamsResponse;
277
+
278
+ serializeBinary(): Uint8Array;
279
+ toObject(includeInstance?: boolean): RetrieveAllParamsResponse.AsObject;
280
+ static toObject(includeInstance: boolean, msg: RetrieveAllParamsResponse): RetrieveAllParamsResponse.AsObject;
281
+ static serializeBinaryToWriter(message: RetrieveAllParamsResponse, writer: jspb.BinaryWriter): void;
282
+ static deserializeBinary(bytes: Uint8Array): RetrieveAllParamsResponse;
283
+ static deserializeBinaryFromReader(message: RetrieveAllParamsResponse, reader: jspb.BinaryReader): RetrieveAllParamsResponse;
284
+ }
285
+
286
+ export namespace RetrieveAllParamsResponse {
287
+ export type AsObject = {
288
+ params?: AllParams.AsObject,
289
+ }
290
+ }
291
+
292
+ export class SubscribeChangedParamIntRequest extends jspb.Message {
293
+ serializeBinary(): Uint8Array;
294
+ toObject(includeInstance?: boolean): SubscribeChangedParamIntRequest.AsObject;
295
+ static toObject(includeInstance: boolean, msg: SubscribeChangedParamIntRequest): SubscribeChangedParamIntRequest.AsObject;
296
+ static serializeBinaryToWriter(message: SubscribeChangedParamIntRequest, writer: jspb.BinaryWriter): void;
297
+ static deserializeBinary(bytes: Uint8Array): SubscribeChangedParamIntRequest;
298
+ static deserializeBinaryFromReader(message: SubscribeChangedParamIntRequest, reader: jspb.BinaryReader): SubscribeChangedParamIntRequest;
299
+ }
300
+
301
+ export namespace SubscribeChangedParamIntRequest {
302
+ export type AsObject = {
303
+ }
304
+ }
305
+
306
+ export class ChangedParamIntResponse extends jspb.Message {
307
+ getParam(): IntParam | undefined;
308
+ setParam(value?: IntParam): ChangedParamIntResponse;
309
+ hasParam(): boolean;
310
+ clearParam(): ChangedParamIntResponse;
311
+
312
+ serializeBinary(): Uint8Array;
313
+ toObject(includeInstance?: boolean): ChangedParamIntResponse.AsObject;
314
+ static toObject(includeInstance: boolean, msg: ChangedParamIntResponse): ChangedParamIntResponse.AsObject;
315
+ static serializeBinaryToWriter(message: ChangedParamIntResponse, writer: jspb.BinaryWriter): void;
316
+ static deserializeBinary(bytes: Uint8Array): ChangedParamIntResponse;
317
+ static deserializeBinaryFromReader(message: ChangedParamIntResponse, reader: jspb.BinaryReader): ChangedParamIntResponse;
318
+ }
319
+
320
+ export namespace ChangedParamIntResponse {
321
+ export type AsObject = {
322
+ param?: IntParam.AsObject,
323
+ }
324
+ }
325
+
326
+ export class SubscribeChangedParamFloatRequest extends jspb.Message {
327
+ serializeBinary(): Uint8Array;
328
+ toObject(includeInstance?: boolean): SubscribeChangedParamFloatRequest.AsObject;
329
+ static toObject(includeInstance: boolean, msg: SubscribeChangedParamFloatRequest): SubscribeChangedParamFloatRequest.AsObject;
330
+ static serializeBinaryToWriter(message: SubscribeChangedParamFloatRequest, writer: jspb.BinaryWriter): void;
331
+ static deserializeBinary(bytes: Uint8Array): SubscribeChangedParamFloatRequest;
332
+ static deserializeBinaryFromReader(message: SubscribeChangedParamFloatRequest, reader: jspb.BinaryReader): SubscribeChangedParamFloatRequest;
333
+ }
334
+
335
+ export namespace SubscribeChangedParamFloatRequest {
336
+ export type AsObject = {
337
+ }
338
+ }
339
+
340
+ export class ChangedParamFloatResponse extends jspb.Message {
341
+ getParam(): FloatParam | undefined;
342
+ setParam(value?: FloatParam): ChangedParamFloatResponse;
343
+ hasParam(): boolean;
344
+ clearParam(): ChangedParamFloatResponse;
345
+
346
+ serializeBinary(): Uint8Array;
347
+ toObject(includeInstance?: boolean): ChangedParamFloatResponse.AsObject;
348
+ static toObject(includeInstance: boolean, msg: ChangedParamFloatResponse): ChangedParamFloatResponse.AsObject;
349
+ static serializeBinaryToWriter(message: ChangedParamFloatResponse, writer: jspb.BinaryWriter): void;
350
+ static deserializeBinary(bytes: Uint8Array): ChangedParamFloatResponse;
351
+ static deserializeBinaryFromReader(message: ChangedParamFloatResponse, reader: jspb.BinaryReader): ChangedParamFloatResponse;
352
+ }
353
+
354
+ export namespace ChangedParamFloatResponse {
355
+ export type AsObject = {
356
+ param?: FloatParam.AsObject,
357
+ }
358
+ }
359
+
360
+ export class SubscribeChangedParamCustomRequest extends jspb.Message {
361
+ serializeBinary(): Uint8Array;
362
+ toObject(includeInstance?: boolean): SubscribeChangedParamCustomRequest.AsObject;
363
+ static toObject(includeInstance: boolean, msg: SubscribeChangedParamCustomRequest): SubscribeChangedParamCustomRequest.AsObject;
364
+ static serializeBinaryToWriter(message: SubscribeChangedParamCustomRequest, writer: jspb.BinaryWriter): void;
365
+ static deserializeBinary(bytes: Uint8Array): SubscribeChangedParamCustomRequest;
366
+ static deserializeBinaryFromReader(message: SubscribeChangedParamCustomRequest, reader: jspb.BinaryReader): SubscribeChangedParamCustomRequest;
367
+ }
368
+
369
+ export namespace SubscribeChangedParamCustomRequest {
370
+ export type AsObject = {
371
+ }
372
+ }
373
+
374
+ export class ChangedParamCustomResponse extends jspb.Message {
375
+ getParam(): CustomParam | undefined;
376
+ setParam(value?: CustomParam): ChangedParamCustomResponse;
377
+ hasParam(): boolean;
378
+ clearParam(): ChangedParamCustomResponse;
379
+
380
+ serializeBinary(): Uint8Array;
381
+ toObject(includeInstance?: boolean): ChangedParamCustomResponse.AsObject;
382
+ static toObject(includeInstance: boolean, msg: ChangedParamCustomResponse): ChangedParamCustomResponse.AsObject;
383
+ static serializeBinaryToWriter(message: ChangedParamCustomResponse, writer: jspb.BinaryWriter): void;
384
+ static deserializeBinary(bytes: Uint8Array): ChangedParamCustomResponse;
385
+ static deserializeBinaryFromReader(message: ChangedParamCustomResponse, reader: jspb.BinaryReader): ChangedParamCustomResponse;
386
+ }
387
+
388
+ export namespace ChangedParamCustomResponse {
389
+ export type AsObject = {
390
+ param?: CustomParam.AsObject,
391
+ }
392
+ }
393
+
394
+ export class IntParam extends jspb.Message {
395
+ getName(): string;
396
+ setName(value: string): IntParam;
397
+
398
+ getValue(): number;
399
+ setValue(value: number): IntParam;
400
+
401
+ serializeBinary(): Uint8Array;
402
+ toObject(includeInstance?: boolean): IntParam.AsObject;
403
+ static toObject(includeInstance: boolean, msg: IntParam): IntParam.AsObject;
404
+ static serializeBinaryToWriter(message: IntParam, writer: jspb.BinaryWriter): void;
405
+ static deserializeBinary(bytes: Uint8Array): IntParam;
406
+ static deserializeBinaryFromReader(message: IntParam, reader: jspb.BinaryReader): IntParam;
407
+ }
408
+
409
+ export namespace IntParam {
410
+ export type AsObject = {
411
+ name: string,
412
+ value: number,
413
+ }
414
+ }
415
+
416
+ export class FloatParam extends jspb.Message {
417
+ getName(): string;
418
+ setName(value: string): FloatParam;
419
+
420
+ getValue(): number;
421
+ setValue(value: number): FloatParam;
422
+
423
+ serializeBinary(): Uint8Array;
424
+ toObject(includeInstance?: boolean): FloatParam.AsObject;
425
+ static toObject(includeInstance: boolean, msg: FloatParam): FloatParam.AsObject;
426
+ static serializeBinaryToWriter(message: FloatParam, writer: jspb.BinaryWriter): void;
427
+ static deserializeBinary(bytes: Uint8Array): FloatParam;
428
+ static deserializeBinaryFromReader(message: FloatParam, reader: jspb.BinaryReader): FloatParam;
429
+ }
430
+
431
+ export namespace FloatParam {
432
+ export type AsObject = {
433
+ name: string,
434
+ value: number,
435
+ }
436
+ }
437
+
438
+ export class CustomParam extends jspb.Message {
439
+ getName(): string;
440
+ setName(value: string): CustomParam;
441
+
442
+ getValue(): string;
443
+ setValue(value: string): CustomParam;
444
+
445
+ serializeBinary(): Uint8Array;
446
+ toObject(includeInstance?: boolean): CustomParam.AsObject;
447
+ static toObject(includeInstance: boolean, msg: CustomParam): CustomParam.AsObject;
448
+ static serializeBinaryToWriter(message: CustomParam, writer: jspb.BinaryWriter): void;
449
+ static deserializeBinary(bytes: Uint8Array): CustomParam;
450
+ static deserializeBinaryFromReader(message: CustomParam, reader: jspb.BinaryReader): CustomParam;
451
+ }
452
+
453
+ export namespace CustomParam {
454
+ export type AsObject = {
455
+ name: string,
456
+ value: string,
457
+ }
458
+ }
459
+
460
+ export class AllParams extends jspb.Message {
461
+ getIntParamsList(): Array<IntParam>;
462
+ setIntParamsList(value: Array<IntParam>): AllParams;
463
+ clearIntParamsList(): AllParams;
464
+ addIntParams(value?: IntParam, index?: number): IntParam;
465
+
466
+ getFloatParamsList(): Array<FloatParam>;
467
+ setFloatParamsList(value: Array<FloatParam>): AllParams;
468
+ clearFloatParamsList(): AllParams;
469
+ addFloatParams(value?: FloatParam, index?: number): FloatParam;
470
+
471
+ getCustomParamsList(): Array<CustomParam>;
472
+ setCustomParamsList(value: Array<CustomParam>): AllParams;
473
+ clearCustomParamsList(): AllParams;
474
+ addCustomParams(value?: CustomParam, index?: number): CustomParam;
475
+
476
+ serializeBinary(): Uint8Array;
477
+ toObject(includeInstance?: boolean): AllParams.AsObject;
478
+ static toObject(includeInstance: boolean, msg: AllParams): AllParams.AsObject;
479
+ static serializeBinaryToWriter(message: AllParams, writer: jspb.BinaryWriter): void;
480
+ static deserializeBinary(bytes: Uint8Array): AllParams;
481
+ static deserializeBinaryFromReader(message: AllParams, reader: jspb.BinaryReader): AllParams;
482
+ }
483
+
484
+ export namespace AllParams {
485
+ export type AsObject = {
486
+ intParamsList: Array<IntParam.AsObject>,
487
+ floatParamsList: Array<FloatParam.AsObject>,
488
+ customParamsList: Array<CustomParam.AsObject>,
489
+ }
490
+ }
491
+
492
+ export class ParamServerResult extends jspb.Message {
493
+ getResult(): ParamServerResult.Result;
494
+ setResult(value: ParamServerResult.Result): ParamServerResult;
495
+
496
+ getResultStr(): string;
497
+ setResultStr(value: string): ParamServerResult;
498
+
499
+ serializeBinary(): Uint8Array;
500
+ toObject(includeInstance?: boolean): ParamServerResult.AsObject;
501
+ static toObject(includeInstance: boolean, msg: ParamServerResult): ParamServerResult.AsObject;
502
+ static serializeBinaryToWriter(message: ParamServerResult, writer: jspb.BinaryWriter): void;
503
+ static deserializeBinary(bytes: Uint8Array): ParamServerResult;
504
+ static deserializeBinaryFromReader(message: ParamServerResult, reader: jspb.BinaryReader): ParamServerResult;
505
+ }
506
+
507
+ export namespace ParamServerResult {
508
+ export type AsObject = {
509
+ result: ParamServerResult.Result,
510
+ resultStr: string,
511
+ }
512
+
513
+ export enum Result {
514
+ RESULT_UNKNOWN = 0,
515
+ RESULT_SUCCESS = 1,
516
+ RESULT_NOT_FOUND = 2,
517
+ RESULT_WRONG_TYPE = 3,
518
+ RESULT_PARAM_NAME_TOO_LONG = 4,
519
+ RESULT_NO_SYSTEM = 5,
520
+ RESULT_PARAM_VALUE_TOO_LONG = 6,
521
+ }
522
+ }
523
+