skyeye-sdk-js 1.4.7 → 1.4.9
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/dist/src/RequestFactory.d.ts +1 -1
- package/dist/src/RequestFactory.js +2 -1
- package/dist/src/SkyEyeClient.d.ts +2 -2
- package/dist/src/SkyEyeClient.js +4 -4
- package/dist/src/proto/protoc.sh +32 -32
- package/dist/src/proto/skyeye_rpc_grpc_pb.js +88 -88
- package/dist/src/proto/skyeye_rpc_pb.js +328 -328
- package/package.json +1 -1
- package/src/RequestFactory.ts +3 -2
- package/src/SkyEyeClient.ts +4 -4
- package/src/exception/SkyEyeSDKException.js +31 -31
- package/src/models/Board.js +18 -18
- package/src/models/Cpu.js +66 -66
- package/src/models/CpuInterface.js +2 -2
- package/src/models/Device.js +27 -27
- package/src/models/DeviceInterface.js +2 -2
- package/src/models/DeviceState.js +8 -8
- package/src/models/FaultInjectItem.js +17 -17
- package/src/models/FaultInjectItemInterface.js +2 -2
- package/src/models/FaultInjectType.js +25 -25
- package/src/models/GlobalVarType.js +9 -9
- package/src/models/InstructionItem.js +9 -9
- package/src/models/Node.js +2 -2
- package/src/models/Register.js +33 -33
- package/src/models/RegisterInterface.js +2 -2
- package/src/proto/protoc.sh +32 -32
- package/src/proto/skyeye_rpc_grpc_pb.js +88 -88
- package/src/proto/skyeye_rpc_pb.js +328 -328
- package/src/proto bc_240328/protoc.sh +32 -32
- package/src/proto bc_240328/skyeye_rpc_grpc_pb.js +77 -77
- package/src/proto bc_240328/skyeye_rpc_pb.js +328 -328
- package/src/requests/BaseRequest.js +19 -19
- package/src/requests/GetRunningStatusRequest.js +10 -10
- package/src/response/BaseResponse.js +27 -27
- package/src/response/GetAllDeviceInfoResponse.js +29 -29
- package/src/response/GetCpuListResponse.js +36 -36
- package/src/response/GetCpuRegisterInfoResponse.js +29 -29
- package/src/response/GetCurrentPCResponse.js +7 -7
- package/src/response/GetDeviceListResponse.js +29 -29
- package/src/response/GetDeviceTreeResponse.js +29 -29
- package/src/response/GetDisassembleInfoResponse.js +27 -27
- package/src/response/GetFaultInjectListResponse.js +40 -40
- package/src/response/GetRamAddrInfoResponse.js +27 -27
- package/src/response/GetRunningStateResponse.js +43 -43
- package/src/utils/ParseBoardUtils.js +111 -111
- package/dist/GrpcUtil.d.ts +0 -9
- package/dist/GrpcUtil.js +0 -55
- package/dist/JsonRequest.d.ts +0 -10
- package/dist/JsonRequest.js +0 -29
- package/dist/JsonResponse.d.ts +0 -12
- package/dist/JsonResponse.js +0 -36
- package/dist/RequestFactory.d.ts +0 -35
- package/dist/RequestFactory.js +0 -257
- package/dist/exception/SkyEyeSDKException.d.ts +0 -3
- package/dist/exception/SkyEyeSDKException.js +0 -13
- package/dist/models/Board.d.ts +0 -9
- package/dist/models/Board.js +0 -15
- package/dist/models/Cpu.d.ts +0 -14
- package/dist/models/Cpu.js +0 -47
- package/dist/models/CpuInterface.d.ts +0 -13
- package/dist/models/CpuInterface.js +0 -2
- package/dist/models/Device.d.ts +0 -38
- package/dist/models/Device.js +0 -26
- package/dist/models/DeviceInterface.d.ts +0 -12
- package/dist/models/DeviceInterface.js +0 -2
- package/dist/models/DeviceState.d.ts +0 -4
- package/dist/models/DeviceState.js +0 -8
- package/dist/models/FaultInjectItem.d.ts +0 -11
- package/dist/models/FaultInjectItem.js +0 -16
- package/dist/models/FaultInjectItemInterface.d.ts +0 -9
- package/dist/models/FaultInjectItemInterface.js +0 -2
- package/dist/models/FaultInjectType.d.ts +0 -11
- package/dist/models/FaultInjectType.js +0 -25
- package/dist/models/GlobalVarType.d.ts +0 -5
- package/dist/models/GlobalVarType.js +0 -9
- package/dist/models/InstructionItem.d.ts +0 -5
- package/dist/models/InstructionItem.js +0 -6
- package/dist/models/Node.d.ts +0 -4
- package/dist/models/Node.js +0 -2
- package/dist/models/Register.d.ts +0 -38
- package/dist/models/Register.js +0 -32
- package/dist/models/RegisterInterface.d.ts +0 -10
- package/dist/models/RegisterInterface.js +0 -2
- package/dist/src/proto copy/skyeye_rpc.proto +0 -11
- package/dist/src/proto copy/skyeye_rpc_grpc_pb.d.ts +0 -40
- package/dist/src/proto copy/skyeye_rpc_grpc_pb.js +0 -44
- package/dist/src/proto copy/skyeye_rpc_pb.d.ts +0 -47
- package/dist/src/proto copy/skyeye_rpc_pb.js +0 -322
- package/dist/utils/ParseBoardUtils.d.ts +0 -6
- package/dist/utils/ParseBoardUtils.js +0 -108
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BaseRequest = void 0;
|
|
4
|
-
var BaseRequest = /** @class */ (function () {
|
|
5
|
-
function BaseRequest(name) {
|
|
6
|
-
this.request = {
|
|
7
|
-
name: name,
|
|
8
|
-
args: null
|
|
9
|
-
};
|
|
10
|
-
}
|
|
11
|
-
BaseRequest.prototype.toJSONString = function () {
|
|
12
|
-
return JSON.stringify({ request: this.request });
|
|
13
|
-
};
|
|
14
|
-
BaseRequest.prototype.setArgs = function (args) {
|
|
15
|
-
this.request.args = args;
|
|
16
|
-
};
|
|
17
|
-
return BaseRequest;
|
|
18
|
-
}());
|
|
19
|
-
exports.BaseRequest = BaseRequest;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BaseRequest = void 0;
|
|
4
|
+
var BaseRequest = /** @class */ (function () {
|
|
5
|
+
function BaseRequest(name) {
|
|
6
|
+
this.request = {
|
|
7
|
+
name: name,
|
|
8
|
+
args: null
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
BaseRequest.prototype.toJSONString = function () {
|
|
12
|
+
return JSON.stringify({ request: this.request });
|
|
13
|
+
};
|
|
14
|
+
BaseRequest.prototype.setArgs = function (args) {
|
|
15
|
+
this.request.args = args;
|
|
16
|
+
};
|
|
17
|
+
return BaseRequest;
|
|
18
|
+
}());
|
|
19
|
+
exports.BaseRequest = BaseRequest;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetRunningStatusRequest = void 0;
|
|
4
|
-
const skyeye_rpc_pb_1 = require("../proto/skyeye_rpc_pb");
|
|
5
|
-
class GetRunningStatusRequest extends skyeye_rpc_pb_1.JSONRequest {
|
|
6
|
-
GetRunningStatusRequest() {
|
|
7
|
-
const callFuncName = "SE_get_running_status";
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
exports.GetRunningStatusRequest = GetRunningStatusRequest;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetRunningStatusRequest = void 0;
|
|
4
|
+
const skyeye_rpc_pb_1 = require("../proto/skyeye_rpc_pb");
|
|
5
|
+
class GetRunningStatusRequest extends skyeye_rpc_pb_1.JSONRequest {
|
|
6
|
+
GetRunningStatusRequest() {
|
|
7
|
+
const callFuncName = "SE_get_running_status";
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.GetRunningStatusRequest = GetRunningStatusRequest;
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.BaseResponse = void 0;
|
|
19
|
-
var skyeye_rpc_pb_1 = require("../proto/skyeye_rpc_pb");
|
|
20
|
-
var BaseResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(BaseResponse, _super);
|
|
22
|
-
function BaseResponse() {
|
|
23
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
24
|
-
}
|
|
25
|
-
return BaseResponse;
|
|
26
|
-
}(skyeye_rpc_pb_1.JSONResponse));
|
|
27
|
-
exports.BaseResponse = BaseResponse;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.BaseResponse = void 0;
|
|
19
|
+
var skyeye_rpc_pb_1 = require("../proto/skyeye_rpc_pb");
|
|
20
|
+
var BaseResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(BaseResponse, _super);
|
|
22
|
+
function BaseResponse() {
|
|
23
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
24
|
+
}
|
|
25
|
+
return BaseResponse;
|
|
26
|
+
}(skyeye_rpc_pb_1.JSONResponse));
|
|
27
|
+
exports.BaseResponse = BaseResponse;
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.GetAllDeviceInfoResponse = void 0;
|
|
19
|
-
var BaseResponse_1 = require("./BaseResponse");
|
|
20
|
-
var GetAllDeviceInfoResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(GetAllDeviceInfoResponse, _super);
|
|
22
|
-
function GetAllDeviceInfoResponse() {
|
|
23
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
24
|
-
_this.boardMap = new Map();
|
|
25
|
-
return _this;
|
|
26
|
-
}
|
|
27
|
-
return GetAllDeviceInfoResponse;
|
|
28
|
-
}(BaseResponse_1.BaseResponse));
|
|
29
|
-
exports.GetAllDeviceInfoResponse = GetAllDeviceInfoResponse;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.GetAllDeviceInfoResponse = void 0;
|
|
19
|
+
var BaseResponse_1 = require("./BaseResponse");
|
|
20
|
+
var GetAllDeviceInfoResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(GetAllDeviceInfoResponse, _super);
|
|
22
|
+
function GetAllDeviceInfoResponse() {
|
|
23
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
24
|
+
_this.boardMap = new Map();
|
|
25
|
+
return _this;
|
|
26
|
+
}
|
|
27
|
+
return GetAllDeviceInfoResponse;
|
|
28
|
+
}(BaseResponse_1.BaseResponse));
|
|
29
|
+
exports.GetAllDeviceInfoResponse = GetAllDeviceInfoResponse;
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.GetCpuListResponse = void 0;
|
|
19
|
-
var BaseResponse_1 = require("./BaseResponse");
|
|
20
|
-
var GetCpuListResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(GetCpuListResponse, _super);
|
|
22
|
-
function GetCpuListResponse() {
|
|
23
|
-
var _this = _super.call(this) || this;
|
|
24
|
-
_this.cpuList = [];
|
|
25
|
-
_this.callFuncName = "cpu_list";
|
|
26
|
-
return _this;
|
|
27
|
-
}
|
|
28
|
-
GetCpuListResponse.prototype.getCpuList = function () {
|
|
29
|
-
return this.cpuList;
|
|
30
|
-
};
|
|
31
|
-
GetCpuListResponse.prototype.setCpuList = function (cpuList) {
|
|
32
|
-
this.cpuList = cpuList;
|
|
33
|
-
};
|
|
34
|
-
return GetCpuListResponse;
|
|
35
|
-
}(BaseResponse_1.BaseResponse));
|
|
36
|
-
exports.GetCpuListResponse = GetCpuListResponse;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.GetCpuListResponse = void 0;
|
|
19
|
+
var BaseResponse_1 = require("./BaseResponse");
|
|
20
|
+
var GetCpuListResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(GetCpuListResponse, _super);
|
|
22
|
+
function GetCpuListResponse() {
|
|
23
|
+
var _this = _super.call(this) || this;
|
|
24
|
+
_this.cpuList = [];
|
|
25
|
+
_this.callFuncName = "cpu_list";
|
|
26
|
+
return _this;
|
|
27
|
+
}
|
|
28
|
+
GetCpuListResponse.prototype.getCpuList = function () {
|
|
29
|
+
return this.cpuList;
|
|
30
|
+
};
|
|
31
|
+
GetCpuListResponse.prototype.setCpuList = function (cpuList) {
|
|
32
|
+
this.cpuList = cpuList;
|
|
33
|
+
};
|
|
34
|
+
return GetCpuListResponse;
|
|
35
|
+
}(BaseResponse_1.BaseResponse));
|
|
36
|
+
exports.GetCpuListResponse = GetCpuListResponse;
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.GetCpuRegisterInfoResponse = void 0;
|
|
19
|
-
var BaseResponse_1 = require("./BaseResponse");
|
|
20
|
-
var GetCpuRegisterInfoResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(GetCpuRegisterInfoResponse, _super);
|
|
22
|
-
function GetCpuRegisterInfoResponse() {
|
|
23
|
-
var _this = _super.call(this) || this;
|
|
24
|
-
_this.registers = [];
|
|
25
|
-
return _this;
|
|
26
|
-
}
|
|
27
|
-
return GetCpuRegisterInfoResponse;
|
|
28
|
-
}(BaseResponse_1.BaseResponse));
|
|
29
|
-
exports.GetCpuRegisterInfoResponse = GetCpuRegisterInfoResponse;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.GetCpuRegisterInfoResponse = void 0;
|
|
19
|
+
var BaseResponse_1 = require("./BaseResponse");
|
|
20
|
+
var GetCpuRegisterInfoResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(GetCpuRegisterInfoResponse, _super);
|
|
22
|
+
function GetCpuRegisterInfoResponse() {
|
|
23
|
+
var _this = _super.call(this) || this;
|
|
24
|
+
_this.registers = [];
|
|
25
|
+
return _this;
|
|
26
|
+
}
|
|
27
|
+
return GetCpuRegisterInfoResponse;
|
|
28
|
+
}(BaseResponse_1.BaseResponse));
|
|
29
|
+
exports.GetCpuRegisterInfoResponse = GetCpuRegisterInfoResponse;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetCurrentPCResponse = void 0;
|
|
4
|
-
const BaseResponse_1 = require("./BaseResponse");
|
|
5
|
-
class GetCurrentPCResponse extends BaseResponse_1.BaseResponse {
|
|
6
|
-
}
|
|
7
|
-
exports.GetCurrentPCResponse = GetCurrentPCResponse;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetCurrentPCResponse = void 0;
|
|
4
|
+
const BaseResponse_1 = require("./BaseResponse");
|
|
5
|
+
class GetCurrentPCResponse extends BaseResponse_1.BaseResponse {
|
|
6
|
+
}
|
|
7
|
+
exports.GetCurrentPCResponse = GetCurrentPCResponse;
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.GetDeviceListResponse = void 0;
|
|
19
|
-
var BaseResponse_1 = require("./BaseResponse");
|
|
20
|
-
var GetDeviceListResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(GetDeviceListResponse, _super);
|
|
22
|
-
function GetDeviceListResponse() {
|
|
23
|
-
var _this = _super.call(this) || this;
|
|
24
|
-
_this.deviceList = [];
|
|
25
|
-
return _this;
|
|
26
|
-
}
|
|
27
|
-
return GetDeviceListResponse;
|
|
28
|
-
}(BaseResponse_1.BaseResponse));
|
|
29
|
-
exports.GetDeviceListResponse = GetDeviceListResponse;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.GetDeviceListResponse = void 0;
|
|
19
|
+
var BaseResponse_1 = require("./BaseResponse");
|
|
20
|
+
var GetDeviceListResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(GetDeviceListResponse, _super);
|
|
22
|
+
function GetDeviceListResponse() {
|
|
23
|
+
var _this = _super.call(this) || this;
|
|
24
|
+
_this.deviceList = [];
|
|
25
|
+
return _this;
|
|
26
|
+
}
|
|
27
|
+
return GetDeviceListResponse;
|
|
28
|
+
}(BaseResponse_1.BaseResponse));
|
|
29
|
+
exports.GetDeviceListResponse = GetDeviceListResponse;
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.GetDeviceTreeResponse = void 0;
|
|
19
|
-
var BaseResponse_1 = require("./BaseResponse");
|
|
20
|
-
var GetDeviceTreeResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(GetDeviceTreeResponse, _super);
|
|
22
|
-
function GetDeviceTreeResponse() {
|
|
23
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
24
|
-
_this.boardMap = new Map();
|
|
25
|
-
return _this;
|
|
26
|
-
}
|
|
27
|
-
return GetDeviceTreeResponse;
|
|
28
|
-
}(BaseResponse_1.BaseResponse));
|
|
29
|
-
exports.GetDeviceTreeResponse = GetDeviceTreeResponse;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.GetDeviceTreeResponse = void 0;
|
|
19
|
+
var BaseResponse_1 = require("./BaseResponse");
|
|
20
|
+
var GetDeviceTreeResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(GetDeviceTreeResponse, _super);
|
|
22
|
+
function GetDeviceTreeResponse() {
|
|
23
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
24
|
+
_this.boardMap = new Map();
|
|
25
|
+
return _this;
|
|
26
|
+
}
|
|
27
|
+
return GetDeviceTreeResponse;
|
|
28
|
+
}(BaseResponse_1.BaseResponse));
|
|
29
|
+
exports.GetDeviceTreeResponse = GetDeviceTreeResponse;
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.GetDisassembleInfoResponse = void 0;
|
|
19
|
-
var BaseResponse_1 = require("./BaseResponse");
|
|
20
|
-
var GetDisassembleInfoResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(GetDisassembleInfoResponse, _super);
|
|
22
|
-
function GetDisassembleInfoResponse() {
|
|
23
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
24
|
-
}
|
|
25
|
-
return GetDisassembleInfoResponse;
|
|
26
|
-
}(BaseResponse_1.BaseResponse));
|
|
27
|
-
exports.GetDisassembleInfoResponse = GetDisassembleInfoResponse;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.GetDisassembleInfoResponse = void 0;
|
|
19
|
+
var BaseResponse_1 = require("./BaseResponse");
|
|
20
|
+
var GetDisassembleInfoResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(GetDisassembleInfoResponse, _super);
|
|
22
|
+
function GetDisassembleInfoResponse() {
|
|
23
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
24
|
+
}
|
|
25
|
+
return GetDisassembleInfoResponse;
|
|
26
|
+
}(BaseResponse_1.BaseResponse));
|
|
27
|
+
exports.GetDisassembleInfoResponse = GetDisassembleInfoResponse;
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.GetFaultInjectListResponse = void 0;
|
|
19
|
-
var BaseResponse_1 = require("./BaseResponse");
|
|
20
|
-
var GetFaultInjectListResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(GetFaultInjectListResponse, _super);
|
|
22
|
-
function GetFaultInjectListResponse() {
|
|
23
|
-
var _this = _super.call(this) || this;
|
|
24
|
-
_this.callFuncName = "SE_get_fault_inject_list";
|
|
25
|
-
_this._faultInjectItems = [];
|
|
26
|
-
return _this;
|
|
27
|
-
}
|
|
28
|
-
Object.defineProperty(GetFaultInjectListResponse.prototype, "faultInjectItems", {
|
|
29
|
-
get: function () {
|
|
30
|
-
return this._faultInjectItems;
|
|
31
|
-
},
|
|
32
|
-
set: function (value) {
|
|
33
|
-
this._faultInjectItems = value;
|
|
34
|
-
},
|
|
35
|
-
enumerable: false,
|
|
36
|
-
configurable: true
|
|
37
|
-
});
|
|
38
|
-
return GetFaultInjectListResponse;
|
|
39
|
-
}(BaseResponse_1.BaseResponse));
|
|
40
|
-
exports.GetFaultInjectListResponse = GetFaultInjectListResponse;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.GetFaultInjectListResponse = void 0;
|
|
19
|
+
var BaseResponse_1 = require("./BaseResponse");
|
|
20
|
+
var GetFaultInjectListResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(GetFaultInjectListResponse, _super);
|
|
22
|
+
function GetFaultInjectListResponse() {
|
|
23
|
+
var _this = _super.call(this) || this;
|
|
24
|
+
_this.callFuncName = "SE_get_fault_inject_list";
|
|
25
|
+
_this._faultInjectItems = [];
|
|
26
|
+
return _this;
|
|
27
|
+
}
|
|
28
|
+
Object.defineProperty(GetFaultInjectListResponse.prototype, "faultInjectItems", {
|
|
29
|
+
get: function () {
|
|
30
|
+
return this._faultInjectItems;
|
|
31
|
+
},
|
|
32
|
+
set: function (value) {
|
|
33
|
+
this._faultInjectItems = value;
|
|
34
|
+
},
|
|
35
|
+
enumerable: false,
|
|
36
|
+
configurable: true
|
|
37
|
+
});
|
|
38
|
+
return GetFaultInjectListResponse;
|
|
39
|
+
}(BaseResponse_1.BaseResponse));
|
|
40
|
+
exports.GetFaultInjectListResponse = GetFaultInjectListResponse;
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
-
exports.GetRamAddrInfoResponse = void 0;
|
|
19
|
-
var BaseResponse_1 = require("./BaseResponse");
|
|
20
|
-
var GetRamAddrInfoResponse = /** @class */ (function (_super) {
|
|
21
|
-
__extends(GetRamAddrInfoResponse, _super);
|
|
22
|
-
function GetRamAddrInfoResponse() {
|
|
23
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
24
|
-
}
|
|
25
|
-
return GetRamAddrInfoResponse;
|
|
26
|
-
}(BaseResponse_1.BaseResponse));
|
|
27
|
-
exports.GetRamAddrInfoResponse = GetRamAddrInfoResponse;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.GetRamAddrInfoResponse = void 0;
|
|
19
|
+
var BaseResponse_1 = require("./BaseResponse");
|
|
20
|
+
var GetRamAddrInfoResponse = /** @class */ (function (_super) {
|
|
21
|
+
__extends(GetRamAddrInfoResponse, _super);
|
|
22
|
+
function GetRamAddrInfoResponse() {
|
|
23
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
24
|
+
}
|
|
25
|
+
return GetRamAddrInfoResponse;
|
|
26
|
+
}(BaseResponse_1.BaseResponse));
|
|
27
|
+
exports.GetRamAddrInfoResponse = GetRamAddrInfoResponse;
|