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