@zaber/motion 9.0.1 → 9.1.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/LICENSE +2 -81
- package/dist/binding/wasm/zaber-motion-core.wasm +0 -0
- package/dist/lib/ascii/setting_constants.d.ts +12 -0
- package/dist/lib/ascii/setting_constants.d.ts.map +1 -1
- package/dist/lib/ascii/setting_constants.js +12 -0
- package/dist/lib/ascii/setting_constants.js.map +1 -1
- package/dist/lib/ascii/simple_tuning.d.ts +4 -0
- package/dist/lib/ascii/simple_tuning.d.ts.map +1 -1
- package/dist/lib/ascii/simple_tuning.js +5 -1
- package/dist/lib/ascii/simple_tuning.js.map +1 -1
- package/dist/lib/exceptions/{ge_1_gripper_movement_failed_exception.d.ts → ge_1_x_gripper_movement_failed_exception.d.ts} +2 -2
- package/dist/lib/exceptions/ge_1_x_gripper_movement_failed_exception.d.ts.map +1 -0
- package/dist/lib/exceptions/{ge_1_gripper_movement_failed_exception.js → ge_1_x_gripper_movement_failed_exception.js} +5 -5
- package/dist/lib/exceptions/ge_1_x_gripper_movement_failed_exception.js.map +1 -0
- package/dist/lib/exceptions/index.d.ts +1 -1
- package/dist/lib/exceptions/index.d.ts.map +1 -1
- package/dist/lib/exceptions/index.js +1 -1
- package/dist/lib/exceptions/index.js.map +1 -1
- package/dist/lib/gateway/constants.js +1 -1
- package/dist/lib/gateway/constants.js.map +1 -1
- package/dist/lib/gateway/convert_exceptions.js +1 -1
- package/dist/lib/gateway/convert_exceptions.js.map +1 -1
- package/dist/lib/product/{ge_1_gripper.d.ts → ge_1_x_gripper.d.ts} +24 -24
- package/dist/lib/product/ge_1_x_gripper.d.ts.map +1 -0
- package/dist/lib/product/{ge_1_gripper.js → ge_1_x_gripper.js} +99 -99
- package/dist/lib/product/ge_1_x_gripper.js.map +1 -0
- package/dist/lib/product/{ge_1_gripper_direction.d.ts → ge_1_x_gripper_direction.d.ts} +4 -4
- package/dist/lib/product/ge_1_x_gripper_direction.d.ts.map +1 -0
- package/dist/lib/product/ge_1_x_gripper_direction.js +24 -0
- package/dist/lib/product/ge_1_x_gripper_direction.js.map +1 -0
- package/dist/lib/product/{ge_1_gripper_error.d.ts → ge_1_x_gripper_error.d.ts} +4 -4
- package/dist/lib/product/ge_1_x_gripper_error.d.ts.map +1 -0
- package/dist/lib/product/ge_1_x_gripper_error.js +46 -0
- package/dist/lib/product/ge_1_x_gripper_error.js.map +1 -0
- package/dist/lib/product/{ge_1_gripper_state.d.ts → ge_1_x_gripper_state.d.ts} +4 -4
- package/dist/lib/product/ge_1_x_gripper_state.d.ts.map +1 -0
- package/dist/lib/product/ge_1_x_gripper_state.js +32 -0
- package/dist/lib/product/ge_1_x_gripper_state.js.map +1 -0
- package/dist/lib/product/index.d.ts +4 -4
- package/dist/lib/product/index.d.ts.map +1 -1
- package/dist/lib/product/index.js +4 -4
- package/dist/lib/product/index.js.map +1 -1
- package/dist/lib/requests/errors.d.ts +2 -2
- package/dist/lib/requests/errors.d.ts.map +1 -1
- package/dist/lib/requests/errors.js +2 -2
- package/dist/lib/requests/errors.js.map +1 -1
- package/dist/lib/requests/ge_1_x_gripper_activate_preset_request.d.ts +15 -0
- package/dist/lib/requests/ge_1_x_gripper_activate_preset_request.d.ts.map +1 -0
- package/dist/lib/requests/{ge_1_gripper_activate_preset_request.js → ge_1_x_gripper_activate_preset_request.js} +7 -7
- package/dist/lib/requests/ge_1_x_gripper_activate_preset_request.js.map +1 -0
- package/dist/lib/requests/ge_1_x_gripper_calibrate_request.d.ts +14 -0
- package/dist/lib/requests/ge_1_x_gripper_calibrate_request.d.ts.map +1 -0
- package/dist/lib/requests/{ge_1_gripper_calibrate_request.js → ge_1_x_gripper_calibrate_request.js} +7 -7
- package/dist/lib/requests/ge_1_x_gripper_calibrate_request.js.map +1 -0
- package/dist/lib/requests/ge_1_x_gripper_empty_request.d.ts +13 -0
- package/dist/lib/requests/ge_1_x_gripper_empty_request.d.ts.map +1 -0
- package/dist/lib/requests/{ge_1_gripper_empty_request.js → ge_1_x_gripper_empty_request.js} +7 -7
- package/dist/lib/requests/ge_1_x_gripper_empty_request.js.map +1 -0
- package/dist/lib/requests/ge_1_x_gripper_get_error_response.d.ts +14 -0
- package/dist/lib/requests/ge_1_x_gripper_get_error_response.d.ts.map +1 -0
- package/dist/lib/requests/ge_1_x_gripper_get_error_response.js +36 -0
- package/dist/lib/requests/ge_1_x_gripper_get_error_response.js.map +1 -0
- package/dist/lib/requests/ge_1_x_gripper_get_state_response.d.ts +14 -0
- package/dist/lib/requests/ge_1_x_gripper_get_state_response.d.ts.map +1 -0
- package/dist/lib/requests/ge_1_x_gripper_get_state_response.js +36 -0
- package/dist/lib/requests/ge_1_x_gripper_get_state_response.js.map +1 -0
- package/dist/lib/requests/ge_1_x_gripper_move_request.d.ts +15 -0
- package/dist/lib/requests/ge_1_x_gripper_move_request.d.ts.map +1 -0
- package/dist/lib/requests/{ge_1_gripper_move_request.js → ge_1_x_gripper_move_request.js} +7 -7
- package/dist/lib/requests/ge_1_x_gripper_move_request.js.map +1 -0
- package/dist/lib/requests/ge_1_x_gripper_open_connection_request.d.ts +15 -0
- package/dist/lib/requests/ge_1_x_gripper_open_connection_request.d.ts.map +1 -0
- package/dist/lib/requests/{ge_1_gripper_open_connection_request.js → ge_1_x_gripper_open_connection_request.js} +7 -7
- package/dist/lib/requests/ge_1_x_gripper_open_connection_request.js.map +1 -0
- package/dist/lib/requests/ge_1_x_gripper_read_register_request.d.ts +14 -0
- package/dist/lib/requests/ge_1_x_gripper_read_register_request.d.ts.map +1 -0
- package/dist/lib/requests/{ge_1_gripper_read_register_request.js → ge_1_x_gripper_read_register_request.js} +7 -7
- package/dist/lib/requests/ge_1_x_gripper_read_register_request.js.map +1 -0
- package/dist/lib/requests/ge_1_x_gripper_set_auto_home_request.d.ts +15 -0
- package/dist/lib/requests/ge_1_x_gripper_set_auto_home_request.d.ts.map +1 -0
- package/dist/lib/requests/{ge_1_gripper_set_io_enabled_request.js → ge_1_x_gripper_set_auto_home_request.js} +7 -7
- package/dist/lib/requests/ge_1_x_gripper_set_auto_home_request.js.map +1 -0
- package/dist/lib/requests/ge_1_x_gripper_set_force_request.d.ts +14 -0
- package/dist/lib/requests/ge_1_x_gripper_set_force_request.d.ts.map +1 -0
- package/dist/lib/requests/{ge_1_gripper_set_force_request.js → ge_1_x_gripper_set_force_request.js} +7 -7
- package/dist/lib/requests/ge_1_x_gripper_set_force_request.js.map +1 -0
- package/dist/lib/requests/ge_1_x_gripper_set_home_direction_request.d.ts +16 -0
- package/dist/lib/requests/ge_1_x_gripper_set_home_direction_request.d.ts.map +1 -0
- package/dist/lib/requests/{ge_1_gripper_set_home_direction_request.js → ge_1_x_gripper_set_home_direction_request.js} +10 -10
- package/dist/lib/requests/ge_1_x_gripper_set_home_direction_request.js.map +1 -0
- package/dist/lib/requests/ge_1_x_gripper_set_io_enabled_request.d.ts +15 -0
- package/dist/lib/requests/ge_1_x_gripper_set_io_enabled_request.d.ts.map +1 -0
- package/dist/lib/requests/{ge_1_gripper_set_auto_home_request.js → ge_1_x_gripper_set_io_enabled_request.js} +7 -7
- package/dist/lib/requests/ge_1_x_gripper_set_io_enabled_request.js.map +1 -0
- package/dist/lib/requests/ge_1_x_gripper_set_io_input_filter_request.d.ts +15 -0
- package/dist/lib/requests/ge_1_x_gripper_set_io_input_filter_request.d.ts.map +1 -0
- package/dist/lib/requests/{ge_1_gripper_set_io_input_filter_request.js → ge_1_x_gripper_set_io_input_filter_request.js} +7 -7
- package/dist/lib/requests/ge_1_x_gripper_set_io_input_filter_request.js.map +1 -0
- package/dist/lib/requests/ge_1_x_gripper_set_preset_request.d.ts +18 -0
- package/dist/lib/requests/ge_1_x_gripper_set_preset_request.d.ts.map +1 -0
- package/dist/lib/requests/{ge_1_gripper_set_preset_request.js → ge_1_x_gripper_set_preset_request.js} +7 -7
- package/dist/lib/requests/ge_1_x_gripper_set_preset_request.js.map +1 -0
- package/dist/lib/requests/ge_1_x_gripper_set_speed_request.d.ts +14 -0
- package/dist/lib/requests/ge_1_x_gripper_set_speed_request.d.ts.map +1 -0
- package/dist/lib/requests/{ge_1_gripper_set_speed_request.js → ge_1_x_gripper_set_speed_request.js} +7 -7
- package/dist/lib/requests/ge_1_x_gripper_set_speed_request.js.map +1 -0
- package/dist/lib/requests/ge_1_x_gripper_wait_until_idle_request.d.ts +14 -0
- package/dist/lib/requests/ge_1_x_gripper_wait_until_idle_request.d.ts.map +1 -0
- package/dist/lib/requests/{ge_1_gripper_wait_until_idle_request.js → ge_1_x_gripper_wait_until_idle_request.js} +7 -7
- package/dist/lib/requests/ge_1_x_gripper_wait_until_idle_request.js.map +1 -0
- package/dist/lib/requests/ge_1_x_gripper_write_register_request.d.ts +15 -0
- package/dist/lib/requests/ge_1_x_gripper_write_register_request.d.ts.map +1 -0
- package/dist/lib/requests/{ge_1_gripper_write_register_request.js → ge_1_x_gripper_write_register_request.js} +7 -7
- package/dist/lib/requests/ge_1_x_gripper_write_register_request.js.map +1 -0
- package/dist/lib/requests/index.d.ts +17 -17
- package/dist/lib/requests/index.d.ts.map +1 -1
- package/dist/lib/requests/index.js +17 -17
- package/dist/lib/requests/index.js.map +1 -1
- package/dist/lib/requests/test_request_complex.d.ts +2 -0
- package/dist/lib/requests/test_request_complex.d.ts.map +1 -1
- package/dist/lib/requests/test_request_complex.js +13 -2
- package/dist/lib/requests/test_request_complex.js.map +1 -1
- package/package.json +1 -1
- package/dist/lib/exceptions/ge_1_gripper_movement_failed_exception.d.ts.map +0 -1
- package/dist/lib/exceptions/ge_1_gripper_movement_failed_exception.js.map +0 -1
- package/dist/lib/product/ge_1_gripper.d.ts.map +0 -1
- package/dist/lib/product/ge_1_gripper.js.map +0 -1
- package/dist/lib/product/ge_1_gripper_direction.d.ts.map +0 -1
- package/dist/lib/product/ge_1_gripper_direction.js +0 -24
- package/dist/lib/product/ge_1_gripper_direction.js.map +0 -1
- package/dist/lib/product/ge_1_gripper_error.d.ts.map +0 -1
- package/dist/lib/product/ge_1_gripper_error.js +0 -46
- package/dist/lib/product/ge_1_gripper_error.js.map +0 -1
- package/dist/lib/product/ge_1_gripper_state.d.ts.map +0 -1
- package/dist/lib/product/ge_1_gripper_state.js +0 -32
- package/dist/lib/product/ge_1_gripper_state.js.map +0 -1
- package/dist/lib/requests/ge_1_gripper_activate_preset_request.d.ts +0 -15
- package/dist/lib/requests/ge_1_gripper_activate_preset_request.d.ts.map +0 -1
- package/dist/lib/requests/ge_1_gripper_activate_preset_request.js.map +0 -1
- package/dist/lib/requests/ge_1_gripper_calibrate_request.d.ts +0 -14
- package/dist/lib/requests/ge_1_gripper_calibrate_request.d.ts.map +0 -1
- package/dist/lib/requests/ge_1_gripper_calibrate_request.js.map +0 -1
- package/dist/lib/requests/ge_1_gripper_empty_request.d.ts +0 -13
- package/dist/lib/requests/ge_1_gripper_empty_request.d.ts.map +0 -1
- package/dist/lib/requests/ge_1_gripper_empty_request.js.map +0 -1
- package/dist/lib/requests/ge_1_gripper_get_error_response.d.ts +0 -14
- package/dist/lib/requests/ge_1_gripper_get_error_response.d.ts.map +0 -1
- package/dist/lib/requests/ge_1_gripper_get_error_response.js +0 -36
- package/dist/lib/requests/ge_1_gripper_get_error_response.js.map +0 -1
- package/dist/lib/requests/ge_1_gripper_get_state_response.d.ts +0 -14
- package/dist/lib/requests/ge_1_gripper_get_state_response.d.ts.map +0 -1
- package/dist/lib/requests/ge_1_gripper_get_state_response.js +0 -36
- package/dist/lib/requests/ge_1_gripper_get_state_response.js.map +0 -1
- package/dist/lib/requests/ge_1_gripper_move_request.d.ts +0 -15
- package/dist/lib/requests/ge_1_gripper_move_request.d.ts.map +0 -1
- package/dist/lib/requests/ge_1_gripper_move_request.js.map +0 -1
- package/dist/lib/requests/ge_1_gripper_open_connection_request.d.ts +0 -15
- package/dist/lib/requests/ge_1_gripper_open_connection_request.d.ts.map +0 -1
- package/dist/lib/requests/ge_1_gripper_open_connection_request.js.map +0 -1
- package/dist/lib/requests/ge_1_gripper_read_register_request.d.ts +0 -14
- package/dist/lib/requests/ge_1_gripper_read_register_request.d.ts.map +0 -1
- package/dist/lib/requests/ge_1_gripper_read_register_request.js.map +0 -1
- package/dist/lib/requests/ge_1_gripper_set_auto_home_request.d.ts +0 -15
- package/dist/lib/requests/ge_1_gripper_set_auto_home_request.d.ts.map +0 -1
- package/dist/lib/requests/ge_1_gripper_set_auto_home_request.js.map +0 -1
- package/dist/lib/requests/ge_1_gripper_set_force_request.d.ts +0 -14
- package/dist/lib/requests/ge_1_gripper_set_force_request.d.ts.map +0 -1
- package/dist/lib/requests/ge_1_gripper_set_force_request.js.map +0 -1
- package/dist/lib/requests/ge_1_gripper_set_home_direction_request.d.ts +0 -16
- package/dist/lib/requests/ge_1_gripper_set_home_direction_request.d.ts.map +0 -1
- package/dist/lib/requests/ge_1_gripper_set_home_direction_request.js.map +0 -1
- package/dist/lib/requests/ge_1_gripper_set_io_enabled_request.d.ts +0 -15
- package/dist/lib/requests/ge_1_gripper_set_io_enabled_request.d.ts.map +0 -1
- package/dist/lib/requests/ge_1_gripper_set_io_enabled_request.js.map +0 -1
- package/dist/lib/requests/ge_1_gripper_set_io_input_filter_request.d.ts +0 -15
- package/dist/lib/requests/ge_1_gripper_set_io_input_filter_request.d.ts.map +0 -1
- package/dist/lib/requests/ge_1_gripper_set_io_input_filter_request.js.map +0 -1
- package/dist/lib/requests/ge_1_gripper_set_preset_request.d.ts +0 -18
- package/dist/lib/requests/ge_1_gripper_set_preset_request.d.ts.map +0 -1
- package/dist/lib/requests/ge_1_gripper_set_preset_request.js.map +0 -1
- package/dist/lib/requests/ge_1_gripper_set_speed_request.d.ts +0 -14
- package/dist/lib/requests/ge_1_gripper_set_speed_request.d.ts.map +0 -1
- package/dist/lib/requests/ge_1_gripper_set_speed_request.js.map +0 -1
- package/dist/lib/requests/ge_1_gripper_wait_until_idle_request.d.ts +0 -14
- package/dist/lib/requests/ge_1_gripper_wait_until_idle_request.d.ts.map +0 -1
- package/dist/lib/requests/ge_1_gripper_wait_until_idle_request.js.map +0 -1
- package/dist/lib/requests/ge_1_gripper_write_register_request.d.ts +0 -15
- package/dist/lib/requests/ge_1_gripper_write_register_request.d.ts.map +0 -1
- package/dist/lib/requests/ge_1_gripper_write_register_request.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper.d.ts","sourceRoot":"","sources":["../../../src/product/ge_1_gripper.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper.js","sourceRoot":"","sources":["../../../src/product/ge_1_gripper.ts"],"names":[],"mappings":"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","sourcesContent":["// ===== THIS FILE IS GENERATED FROM A TEMPLATE ===== //\n// ============== DO NOT EDIT DIRECTLY ============== //\n\nimport * as gateway from '../gateway';\nimport * as requests from '../requests';\nimport { registerForFinalization } from '../finalizer';\nimport { Ge1GripperState } from './ge_1_gripper_state';\nimport { Ge1GripperError } from './ge_1_gripper_error';\nimport { Ge1GripperDirection } from './ge_1_gripper_direction';\n\n/**\n * Class representing a gripper in the GE1x series.\n */\nexport class GE1Gripper {\n /**\n * The default device address for a gripper in the GE1x series.\n */\n public static readonly DEFAULT_DEVICE_ADDRESS: number = 1;\n\n /**\n * The identifier for the connection.\n */\n public get connectionId(): number {\n return this._connectionId;\n }\n private _connectionId: number;\n\n constructor(connectionId: number) {\n this._connectionId = connectionId;\n registerForFinalization(this, GE1Gripper._free.bind(null, connectionId));\n }\n\n /**\n * Opens a serial connection to a gripper.\n * @param portName The name of the serial port to connect to.\n * @param [options.deviceAddress=GE1Gripper.DEFAULT_DEVICE_ADDRESS] The address of the gripper to connect to.\n * @param [options.timeout=500] The timeout in milliseconds for any request sent using this connection.\n * @returns A GE1Gripper instance representing the connection to the gripper.\n */\n public static async openConnection(\n portName: string,\n options: GE1Gripper.OpenConnectionOptions = {}\n ): Promise<GE1Gripper> {\n const {\n deviceAddress = GE1Gripper.DEFAULT_DEVICE_ADDRESS,\n timeout = 500,\n } = options;\n const request: requests.Ge1GripperOpenConnectionRequest & gateway.Message = {\n ...requests.Ge1GripperOpenConnectionRequest.DEFAULT,\n portName: portName,\n deviceAddress: deviceAddress,\n timeout: timeout,\n toBinary() {\n return requests.Ge1GripperOpenConnectionRequest.toBinary(this);\n },\n };\n\n const response = await gateway.callAsync<requests.IntResponse>(\n 'ge1_gripper/open_connection',\n request,\n requests.IntResponse.fromBinary);\n return new GE1Gripper(response.value);\n }\n\n /**\n * Closes the connection to the gripper.\n */\n public async close(): Promise<void> {\n const request: requests.Ge1GripperEmptyRequest & gateway.Message = {\n ...requests.Ge1GripperEmptyRequest.DEFAULT,\n connectionId: this.connectionId,\n toBinary() {\n return requests.Ge1GripperEmptyRequest.toBinary(this);\n },\n };\n\n await gateway.callAsync('ge1_gripper/close_connection', request);\n }\n\n /**\n * Reads a single register value from the gripper.\n * @param registerAddress The address of the register to read.\n * @returns The data at the specified register address.\n */\n public async readRegister(\n registerAddress: number\n ): Promise<number> {\n const request: requests.Ge1GripperReadRegisterRequest & gateway.Message = {\n ...requests.Ge1GripperReadRegisterRequest.DEFAULT,\n connectionId: this.connectionId,\n registerAddress: registerAddress,\n toBinary() {\n return requests.Ge1GripperReadRegisterRequest.toBinary(this);\n },\n };\n\n const response = await gateway.callAsync<requests.IntResponse>(\n 'ge1_gripper/read_register',\n request,\n requests.IntResponse.fromBinary);\n return response.value;\n }\n\n /**\n * Writes a single register value to the gripper.\n * @param registerAddress The address of the register to write.\n * @param data The data to write to the specified register address.\n */\n public async writeRegister(\n registerAddress: number,\n data: number\n ): Promise<void> {\n const request: requests.Ge1GripperWriteRegisterRequest & gateway.Message = {\n ...requests.Ge1GripperWriteRegisterRequest.DEFAULT,\n connectionId: this.connectionId,\n registerAddress: registerAddress,\n data: data,\n toBinary() {\n return requests.Ge1GripperWriteRegisterRequest.toBinary(this);\n },\n };\n\n await gateway.callAsync('ge1_gripper/write_register', request);\n }\n\n /**\n * Homes gripper by moving it to its homing position.\n * @param [options.waitUntilIdle=true] Wait until homing has completed before returning.\n */\n public async home(\n options: GE1Gripper.HomeOptions = {}\n ): Promise<void> {\n const {\n waitUntilIdle = true,\n } = options;\n const request: requests.Ge1GripperWaitUntilIdleRequest & gateway.Message = {\n ...requests.Ge1GripperWaitUntilIdleRequest.DEFAULT,\n connectionId: this.connectionId,\n waitUntilIdle: waitUntilIdle,\n toBinary() {\n return requests.Ge1GripperWaitUntilIdleRequest.toBinary(this);\n },\n };\n\n await gateway.callAsync('ge1_gripper/home', request);\n }\n\n /**\n * Waits until the gripper has stopped moving.\n */\n public async waitUntilIdle(): Promise<void> {\n const request: requests.Ge1GripperEmptyRequest & gateway.Message = {\n ...requests.Ge1GripperEmptyRequest.DEFAULT,\n connectionId: this.connectionId,\n toBinary() {\n return requests.Ge1GripperEmptyRequest.toBinary(this);\n },\n };\n\n await gateway.callAsync('ge1_gripper/wait_until_idle', request);\n }\n\n /**\n * Moves the gripper to a specified position.\n * @param position The target position for the gripper as a percentage, where 0 is closed and 100 is open.\n * @param [options.waitUntilIdle=true] Wait until the move has completed before returning.\n */\n public async move(\n position: number,\n options: GE1Gripper.MoveOptions = {}\n ): Promise<void> {\n const {\n waitUntilIdle = true,\n } = options;\n const request: requests.Ge1GripperMoveRequest & gateway.Message = {\n ...requests.Ge1GripperMoveRequest.DEFAULT,\n connectionId: this.connectionId,\n position: position,\n waitUntilIdle: waitUntilIdle,\n toBinary() {\n return requests.Ge1GripperMoveRequest.toBinary(this);\n },\n };\n\n await gateway.callAsync('ge1_gripper/move', request);\n }\n\n /**\n * Moves the gripper to the open position.\n * @param [options.waitUntilIdle=true] Wait until the move has completed before returning.\n */\n public async moveOpen(\n options: GE1Gripper.MoveOpenOptions = {}\n ): Promise<void> {\n const {\n waitUntilIdle = true,\n } = options;\n const request: requests.Ge1GripperMoveRequest & gateway.Message = {\n ...requests.Ge1GripperMoveRequest.DEFAULT,\n connectionId: this.connectionId,\n position: 100,\n waitUntilIdle: waitUntilIdle,\n toBinary() {\n return requests.Ge1GripperMoveRequest.toBinary(this);\n },\n };\n\n await gateway.callAsync('ge1_gripper/move', request);\n }\n\n /**\n * Moves the gripper to the closed position.\n * @param [options.waitUntilIdle=true] Wait until the move has completed before returning.\n */\n public async moveClose(\n options: GE1Gripper.MoveCloseOptions = {}\n ): Promise<void> {\n const {\n waitUntilIdle = true,\n } = options;\n const request: requests.Ge1GripperMoveRequest & gateway.Message = {\n ...requests.Ge1GripperMoveRequest.DEFAULT,\n connectionId: this.connectionId,\n position: 0,\n waitUntilIdle: waitUntilIdle,\n toBinary() {\n return requests.Ge1GripperMoveRequest.toBinary(this);\n },\n };\n\n await gateway.callAsync('ge1_gripper/move', request);\n }\n\n /**\n * Stops the gripper from moving.\n * @param [options.waitUntilIdle=true] Wait until the gripper has stopped before returning.\n */\n public async stop(\n options: GE1Gripper.StopOptions = {}\n ): Promise<void> {\n const {\n waitUntilIdle = true,\n } = options;\n const request: requests.Ge1GripperWaitUntilIdleRequest & gateway.Message = {\n ...requests.Ge1GripperWaitUntilIdleRequest.DEFAULT,\n connectionId: this.connectionId,\n waitUntilIdle: waitUntilIdle,\n toBinary() {\n return requests.Ge1GripperWaitUntilIdleRequest.toBinary(this);\n },\n };\n\n await gateway.callAsync('ge1_gripper/stop', request);\n }\n\n /**\n * Sets the gripping force of the gripper.\n * @param force The gripping force as a percentage from 20 to 100.\n */\n public async setForce(\n force: number\n ): Promise<void> {\n const request: requests.Ge1GripperSetForceRequest & gateway.Message = {\n ...requests.Ge1GripperSetForceRequest.DEFAULT,\n connectionId: this.connectionId,\n force: force,\n toBinary() {\n return requests.Ge1GripperSetForceRequest.toBinary(this);\n },\n };\n\n await gateway.callAsync('ge1_gripper/set_force', request);\n }\n\n /**\n * Sets the maximum speed of the gripper.\n * @param speed The maximum speed as a percentage from 1 to 100.\n */\n public async setSpeed(\n speed: number\n ): Promise<void> {\n const request: requests.Ge1GripperSetSpeedRequest & gateway.Message = {\n ...requests.Ge1GripperSetSpeedRequest.DEFAULT,\n connectionId: this.connectionId,\n speed: speed,\n toBinary() {\n return requests.Ge1GripperSetSpeedRequest.toBinary(this);\n },\n };\n\n await gateway.callAsync('ge1_gripper/set_speed', request);\n }\n\n /**\n * Enables the gripper driver.\n */\n public async driverEnable(): Promise<void> {\n const request: requests.Ge1GripperEmptyRequest & gateway.Message = {\n ...requests.Ge1GripperEmptyRequest.DEFAULT,\n connectionId: this.connectionId,\n toBinary() {\n return requests.Ge1GripperEmptyRequest.toBinary(this);\n },\n };\n\n await gateway.callAsync('ge1_gripper/driver_enable', request);\n }\n\n /**\n * Disables the gripper driver.\n */\n public async driverDisable(): Promise<void> {\n const request: requests.Ge1GripperEmptyRequest & gateway.Message = {\n ...requests.Ge1GripperEmptyRequest.DEFAULT,\n connectionId: this.connectionId,\n toBinary() {\n return requests.Ge1GripperEmptyRequest.toBinary(this);\n },\n };\n\n await gateway.callAsync('ge1_gripper/driver_disable', request);\n }\n\n /**\n * Performs a calibration of the travel range by moving to the fully open and fully closed positions.\n * @param [options.saveToFlash=true] Save the calibration results to flash memory so they are retained on power cycle.\n */\n public async calibrate(\n options: GE1Gripper.CalibrateOptions = {}\n ): Promise<void> {\n const {\n saveToFlash = true,\n } = options;\n const request: requests.Ge1GripperCalibrateRequest & gateway.Message = {\n ...requests.Ge1GripperCalibrateRequest.DEFAULT,\n connectionId: this.connectionId,\n saveToFlash: saveToFlash,\n toBinary() {\n return requests.Ge1GripperCalibrateRequest.toBinary(this);\n },\n };\n\n await gateway.callAsync('ge1_gripper/calibrate', request);\n }\n\n /**\n * Gets the current state of the gripper.\n * @returns The current state of the gripper.\n */\n public async getState(): Promise<Ge1GripperState> {\n const request: requests.Ge1GripperEmptyRequest & gateway.Message = {\n ...requests.Ge1GripperEmptyRequest.DEFAULT,\n connectionId: this.connectionId,\n toBinary() {\n return requests.Ge1GripperEmptyRequest.toBinary(this);\n },\n };\n\n const response = await gateway.callAsync<requests.Ge1GripperGetStateResponse>(\n 'ge1_gripper/get_state',\n request,\n requests.Ge1GripperGetStateResponse.fromBinary);\n return response.value;\n }\n\n /**\n * Gets the current error of the gripper.\n * @returns The current error of the gripper.\n */\n public async getError(): Promise<Ge1GripperError> {\n const request: requests.Ge1GripperEmptyRequest & gateway.Message = {\n ...requests.Ge1GripperEmptyRequest.DEFAULT,\n connectionId: this.connectionId,\n toBinary() {\n return requests.Ge1GripperEmptyRequest.toBinary(this);\n },\n };\n\n const response = await gateway.callAsync<requests.Ge1GripperGetErrorResponse>(\n 'ge1_gripper/get_error',\n request,\n requests.Ge1GripperGetErrorResponse.fromBinary);\n return response.value;\n }\n\n /**\n * Clears the current error of the gripper.\n */\n public async clearError(): Promise<void> {\n const request: requests.Ge1GripperEmptyRequest & gateway.Message = {\n ...requests.Ge1GripperEmptyRequest.DEFAULT,\n connectionId: this.connectionId,\n toBinary() {\n return requests.Ge1GripperEmptyRequest.toBinary(this);\n },\n };\n\n await gateway.callAsync('ge1_gripper/clear_error', request);\n }\n\n /**\n * Checks if the gripper has been homed.\n * @returns True if the gripper is homed, false otherwise.\n */\n public async isHomed(): Promise<boolean> {\n const request: requests.Ge1GripperEmptyRequest & gateway.Message = {\n ...requests.Ge1GripperEmptyRequest.DEFAULT,\n connectionId: this.connectionId,\n toBinary() {\n return requests.Ge1GripperEmptyRequest.toBinary(this);\n },\n };\n\n const response = await gateway.callAsync<requests.BoolResponse>(\n 'ge1_gripper/is_homed',\n request,\n requests.BoolResponse.fromBinary);\n return response.value;\n }\n\n /**\n * Gets the current position of the gripper.\n * @returns The current position of the gripper as a percentage, where 0 is closed and 100 is open.\n */\n public async getPosition(): Promise<number> {\n const request: requests.Ge1GripperEmptyRequest & gateway.Message = {\n ...requests.Ge1GripperEmptyRequest.DEFAULT,\n connectionId: this.connectionId,\n toBinary() {\n return requests.Ge1GripperEmptyRequest.toBinary(this);\n },\n };\n\n const response = await gateway.callAsync<requests.DoubleResponse>(\n 'ge1_gripper/get_position',\n request,\n requests.DoubleResponse.fromBinary);\n return response.value;\n }\n\n /**\n * Gets the current current of the gripper.\n * @returns The current current of the gripper in milliamps.\n */\n public async getCurrent(): Promise<number> {\n const request: requests.Ge1GripperEmptyRequest & gateway.Message = {\n ...requests.Ge1GripperEmptyRequest.DEFAULT,\n connectionId: this.connectionId,\n toBinary() {\n return requests.Ge1GripperEmptyRequest.toBinary(this);\n },\n };\n\n const response = await gateway.callAsync<requests.IntResponse>(\n 'ge1_gripper/get_current',\n request,\n requests.IntResponse.fromBinary);\n return response.value;\n }\n\n /**\n * Sets the home direction for the gripper.\n * @param direction The home direction to set.\n * @param [options.saveToFlash=true] Save the home direction setting to flash memory so it is retained on power cycle.\n */\n public async setHomeDirection(\n direction: Ge1GripperDirection,\n options: GE1Gripper.SetHomeDirectionOptions = {}\n ): Promise<void> {\n const {\n saveToFlash = true,\n } = options;\n const request: requests.Ge1GripperSetHomeDirectionRequest & gateway.Message = {\n ...requests.Ge1GripperSetHomeDirectionRequest.DEFAULT,\n connectionId: this.connectionId,\n direction: direction,\n saveToFlash: saveToFlash,\n toBinary() {\n return requests.Ge1GripperSetHomeDirectionRequest.toBinary(this);\n },\n };\n\n await gateway.callAsync('ge1_gripper/set_home_direction', request);\n }\n\n /**\n * Enables or disables automatic homing on power up.\n * @param enabled True to enable automatic homing on power up, false to disable.\n * @param [options.saveToFlash=true] Save the auto home setting to flash memory so it is retained on power cycle.\n */\n public async setAutoHome(\n enabled: boolean,\n options: GE1Gripper.SetAutoHomeOptions = {}\n ): Promise<void> {\n const {\n saveToFlash = true,\n } = options;\n const request: requests.Ge1GripperSetAutoHomeRequest & gateway.Message = {\n ...requests.Ge1GripperSetAutoHomeRequest.DEFAULT,\n connectionId: this.connectionId,\n enabled: enabled,\n saveToFlash: saveToFlash,\n toBinary() {\n return requests.Ge1GripperSetAutoHomeRequest.toBinary(this);\n },\n };\n\n await gateway.callAsync('ge1_gripper/set_auto_home', request);\n }\n\n /**\n * Enables or disables IO control for the gripper.\n * @param enabled True to enable IO control, false to disable.\n * @param [options.saveToFlash=true] Save the IO enabled setting to flash memory so it is retained on power cycle.\n */\n public async setIoEnabled(\n enabled: boolean,\n options: GE1Gripper.SetIoEnabledOptions = {}\n ): Promise<void> {\n const {\n saveToFlash = true,\n } = options;\n const request: requests.Ge1GripperSetIoEnabledRequest & gateway.Message = {\n ...requests.Ge1GripperSetIoEnabledRequest.DEFAULT,\n connectionId: this.connectionId,\n enabled: enabled,\n saveToFlash: saveToFlash,\n toBinary() {\n return requests.Ge1GripperSetIoEnabledRequest.toBinary(this);\n },\n };\n\n await gateway.callAsync('ge1_gripper/set_io_enabled', request);\n }\n\n /**\n * Sets the debounce filter time for the gripper IO input to suppress noise.\n * @param duration The IO input filter time in milliseconds.\n * @param [options.saveToFlash=true] Save the IO input filter setting to flash memory so it is retained on power cycle.\n */\n public async setIoInputFilter(\n duration: number,\n options: GE1Gripper.SetIoInputFilterOptions = {}\n ): Promise<void> {\n const {\n saveToFlash = true,\n } = options;\n const request: requests.Ge1GripperSetIoInputFilterRequest & gateway.Message = {\n ...requests.Ge1GripperSetIoInputFilterRequest.DEFAULT,\n connectionId: this.connectionId,\n duration: duration,\n saveToFlash: saveToFlash,\n toBinary() {\n return requests.Ge1GripperSetIoInputFilterRequest.toBinary(this);\n },\n };\n\n await gateway.callAsync('ge1_gripper/set_io_input_filter', request);\n }\n\n /**\n * Saves a position, force, and speed as a preset.\n * @param presetNumber The preset number to save the preset to, from 1 to 4.\n * @param position The target position for the preset as a percentage, where 0 is closed and 100 is open.\n * @param [options.force=100] The gripping force for the preset as a percentage from 20 to 100.\n * @param [options.speed=100] The maximum speed for the preset as a percentage from 1 to 100.\n * @param [options.saveToFlash=true] Save the preset to flash memory so it is retained on power cycle.\n */\n public async setPreset(\n presetNumber: number,\n position: number,\n options: GE1Gripper.SetPresetOptions = {}\n ): Promise<void> {\n const {\n force = 100,\n speed = 100,\n saveToFlash = true,\n } = options;\n const request: requests.Ge1GripperSetPresetRequest & gateway.Message = {\n ...requests.Ge1GripperSetPresetRequest.DEFAULT,\n connectionId: this.connectionId,\n presetNumber: presetNumber,\n position: position,\n force: force,\n speed: speed,\n saveToFlash: saveToFlash,\n toBinary() {\n return requests.Ge1GripperSetPresetRequest.toBinary(this);\n },\n };\n\n await gateway.callAsync('ge1_gripper/set_preset', request);\n }\n\n /**\n * Activates a preset, causing the gripper to move to the preset position using the preset force and speed.\n * @param presetNumber The preset number to activate, from 1 to 4.\n * @param [options.waitUntilIdle=true] Wait until the move has completed before returning.\n */\n public async activatePreset(\n presetNumber: number,\n options: GE1Gripper.ActivatePresetOptions = {}\n ): Promise<void> {\n const {\n waitUntilIdle = true,\n } = options;\n const request: requests.Ge1GripperActivatePresetRequest & gateway.Message = {\n ...requests.Ge1GripperActivatePresetRequest.DEFAULT,\n connectionId: this.connectionId,\n presetNumber: presetNumber,\n waitUntilIdle: waitUntilIdle,\n toBinary() {\n return requests.Ge1GripperActivatePresetRequest.toBinary(this);\n },\n };\n\n await gateway.callAsync('ge1_gripper/activate_preset', request);\n }\n\n /**\n * Gets the preset number currently activated by the gripper IO input.\n * @returns The current preset number activated by the gripper IO input.\n */\n public async getIoInputPresetNumber(): Promise<number> {\n const request: requests.Ge1GripperEmptyRequest & gateway.Message = {\n ...requests.Ge1GripperEmptyRequest.DEFAULT,\n connectionId: this.connectionId,\n toBinary() {\n return requests.Ge1GripperEmptyRequest.toBinary(this);\n },\n };\n\n const response = await gateway.callAsync<requests.IntResponse>(\n 'ge1_gripper/get_io_input_preset_number',\n request,\n requests.IntResponse.fromBinary);\n return response.value;\n }\n\n /**\n * Frees the connection instance.\n * @param connectionId Connection ID to be freed.\n */\n private static _free(\n connectionId: number\n ): void {\n const request: requests.Ge1GripperEmptyRequest & gateway.Message = {\n ...requests.Ge1GripperEmptyRequest.DEFAULT,\n connectionId: connectionId,\n toBinary() {\n return requests.Ge1GripperEmptyRequest.toBinary(this);\n },\n };\n\n gateway.callSync('ge1_gripper/free_connection', request);\n }\n\n /**\n * Releases the native resources of the ge 1 gripper.\n * Should only be called if your environment does not support FinalizationRegistry.\n * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/FinalizationRegistry\n */\n public free(): void {\n GE1Gripper._free(this.connectionId);\n }\n}\n\nnamespace GE1Gripper {\n export interface OpenConnectionOptions {\n /**\n * The address of the gripper to connect to.\n */\n deviceAddress?: number;\n /**\n * The timeout in milliseconds for any request sent using this connection.\n */\n timeout?: number;\n }\n export interface HomeOptions {\n /**\n * Wait until homing has completed before returning.\n */\n waitUntilIdle?: boolean;\n }\n export interface MoveOptions {\n /**\n * Wait until the move has completed before returning.\n */\n waitUntilIdle?: boolean;\n }\n export interface MoveOpenOptions {\n /**\n * Wait until the move has completed before returning.\n */\n waitUntilIdle?: boolean;\n }\n export interface MoveCloseOptions {\n /**\n * Wait until the move has completed before returning.\n */\n waitUntilIdle?: boolean;\n }\n export interface StopOptions {\n /**\n * Wait until the gripper has stopped before returning.\n */\n waitUntilIdle?: boolean;\n }\n export interface CalibrateOptions {\n /**\n * Save the calibration results to flash memory so they are retained on power cycle.\n */\n saveToFlash?: boolean;\n }\n export interface SetHomeDirectionOptions {\n /**\n * Save the home direction setting to flash memory so it is retained on power cycle.\n */\n saveToFlash?: boolean;\n }\n export interface SetAutoHomeOptions {\n /**\n * Save the auto home setting to flash memory so it is retained on power cycle.\n */\n saveToFlash?: boolean;\n }\n export interface SetIoEnabledOptions {\n /**\n * Save the IO enabled setting to flash memory so it is retained on power cycle.\n */\n saveToFlash?: boolean;\n }\n export interface SetIoInputFilterOptions {\n /**\n * Save the IO input filter setting to flash memory so it is retained on power cycle.\n */\n saveToFlash?: boolean;\n }\n export interface SetPresetOptions {\n /**\n * The gripping force for the preset as a percentage from 20 to 100.\n */\n force?: number;\n /**\n * The maximum speed for the preset as a percentage from 1 to 100.\n */\n speed?: number;\n /**\n * Save the preset to flash memory so it is retained on power cycle.\n */\n saveToFlash?: boolean;\n }\n export interface ActivatePresetOptions {\n /**\n * Wait until the move has completed before returning.\n */\n waitUntilIdle?: boolean;\n }\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_direction.d.ts","sourceRoot":"","sources":["../../../src/product/ge_1_gripper_direction.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,oBAAY,mBAAmB;IAC7B,WAAW;IACX,IAAI,IAAI;IACR,YAAY;IACZ,KAAK,IAAI;CACV;AAED;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,mBAAmB,CAE9E"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.isGe1GripperDirection = exports.Ge1GripperDirection = void 0;
|
|
4
|
-
// ===== THIS FILE IS GENERATED FROM A TEMPLATE ===== //
|
|
5
|
-
// ============== DO NOT EDIT DIRECTLY ============== //
|
|
6
|
-
/**
|
|
7
|
-
* Direction for a GE1x series gripper.
|
|
8
|
-
*/
|
|
9
|
-
var Ge1GripperDirection;
|
|
10
|
-
(function (Ge1GripperDirection) {
|
|
11
|
-
/** Open */
|
|
12
|
-
Ge1GripperDirection[Ge1GripperDirection["OPEN"] = 0] = "OPEN";
|
|
13
|
-
/** Close */
|
|
14
|
-
Ge1GripperDirection[Ge1GripperDirection["CLOSE"] = 1] = "CLOSE";
|
|
15
|
-
})(Ge1GripperDirection || (exports.Ge1GripperDirection = Ge1GripperDirection = {}));
|
|
16
|
-
/**
|
|
17
|
-
* Type guard for Ge1GripperDirection.
|
|
18
|
-
* This only checks if the value is one of the enum keys; it could create a false positive if two enums have the same key.
|
|
19
|
-
*/
|
|
20
|
-
function isGe1GripperDirection(value) {
|
|
21
|
-
return Object.values(Ge1GripperDirection).includes(value);
|
|
22
|
-
}
|
|
23
|
-
exports.isGe1GripperDirection = isGe1GripperDirection;
|
|
24
|
-
//# sourceMappingURL=ge_1_gripper_direction.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_direction.js","sourceRoot":"","sources":["../../../src/product/ge_1_gripper_direction.ts"],"names":[],"mappings":";;;AAAA,wDAAwD;AACxD,wDAAwD;AACxD;;GAEG;AACH,IAAY,mBAKX;AALD,WAAY,mBAAmB;IAC7B,WAAW;IACX,6DAAQ,CAAA;IACR,YAAY;IACZ,+DAAS,CAAA;AACX,CAAC,EALW,mBAAmB,mCAAnB,mBAAmB,QAK9B;AAED;;;GAGG;AACH,SAAgB,qBAAqB,CAAC,KAAU;IAC9C,OAAO,MAAM,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAAC,QAAQ,CAAC,KAA4B,CAAC,CAAC;AACnF,CAAC;AAFD,sDAEC","sourcesContent":["// ===== THIS FILE IS GENERATED FROM A TEMPLATE ===== //\n// ============== DO NOT EDIT DIRECTLY ============== //\n/**\n * Direction for a GE1x series gripper.\n */\nexport enum Ge1GripperDirection {\n /** Open */\n OPEN = 0,\n /** Close */\n CLOSE = 1,\n}\n\n/**\n * Type guard for Ge1GripperDirection.\n * This only checks if the value is one of the enum keys; it could create a false positive if two enums have the same key.\n */\nexport function isGe1GripperDirection(value: any): value is Ge1GripperDirection {\n return Object.values(Ge1GripperDirection).includes(value as Ge1GripperDirection);\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_error.d.ts","sourceRoot":"","sources":["../../../src/product/ge_1_gripper_error.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,oBAAY,eAAe;IACzB,gBAAgB;IAChB,IAAI,IAAI;IACR,6CAA6C;IAC7C,YAAY,IAAI;IAChB,8CAA8C;IAC9C,WAAW,IAAI;IACf,+CAA+C;IAC/C,WAAW,IAAI;IACf,2CAA2C;IAC3C,eAAe,IAAI;IACnB,iDAAiD;IACjD,gBAAgB,KAAK;IACrB,gDAAgD;IAChD,SAAS,KAAK;IACd,kDAAkD;IAClD,aAAa,KAAK;IAClB,+DAA+D;IAC/D,2BAA2B,KAAK;IAChC,uDAAuD;IACvD,sBAAsB,KAAK;IAC3B,yDAAyD;IACzD,oBAAoB,KAAK;IACzB,uDAAuD;IACvD,gBAAgB,KAAK;IACrB,sDAAsD;IACtD,iBAAiB,KAAK;CACvB;AAED;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,eAAe,CAEtE"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.isGe1GripperError = exports.Ge1GripperError = void 0;
|
|
4
|
-
// ===== THIS FILE IS GENERATED FROM A TEMPLATE ===== //
|
|
5
|
-
// ============== DO NOT EDIT DIRECTLY ============== //
|
|
6
|
-
/**
|
|
7
|
-
* Error for a GE1x series gripper.
|
|
8
|
-
*/
|
|
9
|
-
var Ge1GripperError;
|
|
10
|
-
(function (Ge1GripperError) {
|
|
11
|
-
/** No error. */
|
|
12
|
-
Ge1GripperError[Ge1GripperError["NONE"] = 0] = "NONE";
|
|
13
|
-
/** The gripper supply voltage is too low. */
|
|
14
|
-
Ge1GripperError[Ge1GripperError["UNDERVOLTAGE"] = 1] = "UNDERVOLTAGE";
|
|
15
|
-
/** The gripper supply voltage is too high. */
|
|
16
|
-
Ge1GripperError[Ge1GripperError["OVERVOLTAGE"] = 2] = "OVERVOLTAGE";
|
|
17
|
-
/** The gripper is drawing too much current. */
|
|
18
|
-
Ge1GripperError[Ge1GripperError["OVERCURRENT"] = 3] = "OVERCURRENT";
|
|
19
|
-
/** The gripper temperature is too high. */
|
|
20
|
-
Ge1GripperError[Ge1GripperError["OVERTEMPERATURE"] = 4] = "OVERTEMPERATURE";
|
|
21
|
-
/** There is a 3-phase imbalance in the motor. */
|
|
22
|
-
Ge1GripperError[Ge1GripperError["MOTOR_PHASE_LOSS"] = 10] = "MOTOR_PHASE_LOSS";
|
|
23
|
-
/** The gripper has exceeded its rated speed. */
|
|
24
|
-
Ge1GripperError[Ge1GripperError["OVERSPEED"] = 11] = "OVERSPEED";
|
|
25
|
-
/** There is an error with the gripper encoder. */
|
|
26
|
-
Ge1GripperError[Ge1GripperError["ENCODER_ERROR"] = 32] = "ENCODER_ERROR";
|
|
27
|
-
/** There is a communication error with the gripper encoder. */
|
|
28
|
-
Ge1GripperError[Ge1GripperError["ENCODER_COMMUNICATION_ERROR"] = 33] = "ENCODER_COMMUNICATION_ERROR";
|
|
29
|
-
/** The gripper current sampling offset is abnormal. */
|
|
30
|
-
Ge1GripperError[Ge1GripperError["SAMPLING_CIRCUIT_ERROR"] = 34] = "SAMPLING_CIRCUIT_ERROR";
|
|
31
|
-
/** There is an error with the gripper driver circuit. */
|
|
32
|
-
Ge1GripperError[Ge1GripperError["DRIVER_CIRCUIT_ERROR"] = 35] = "DRIVER_CIRCUIT_ERROR";
|
|
33
|
-
/** There is an error with the gripper flash memory. */
|
|
34
|
-
Ge1GripperError[Ge1GripperError["FLASH_CHIP_ERROR"] = 36] = "FLASH_CHIP_ERROR";
|
|
35
|
-
/** There is an error with the gripper file system. */
|
|
36
|
-
Ge1GripperError[Ge1GripperError["FILE_SYSTEM_ERROR"] = 37] = "FILE_SYSTEM_ERROR";
|
|
37
|
-
})(Ge1GripperError || (exports.Ge1GripperError = Ge1GripperError = {}));
|
|
38
|
-
/**
|
|
39
|
-
* Type guard for Ge1GripperError.
|
|
40
|
-
* This only checks if the value is one of the enum keys; it could create a false positive if two enums have the same key.
|
|
41
|
-
*/
|
|
42
|
-
function isGe1GripperError(value) {
|
|
43
|
-
return Object.values(Ge1GripperError).includes(value);
|
|
44
|
-
}
|
|
45
|
-
exports.isGe1GripperError = isGe1GripperError;
|
|
46
|
-
//# sourceMappingURL=ge_1_gripper_error.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_error.js","sourceRoot":"","sources":["../../../src/product/ge_1_gripper_error.ts"],"names":[],"mappings":";;;AAAA,wDAAwD;AACxD,wDAAwD;AACxD;;GAEG;AACH,IAAY,eA2BX;AA3BD,WAAY,eAAe;IACzB,gBAAgB;IAChB,qDAAQ,CAAA;IACR,6CAA6C;IAC7C,qEAAgB,CAAA;IAChB,8CAA8C;IAC9C,mEAAe,CAAA;IACf,+CAA+C;IAC/C,mEAAe,CAAA;IACf,2CAA2C;IAC3C,2EAAmB,CAAA;IACnB,iDAAiD;IACjD,8EAAqB,CAAA;IACrB,gDAAgD;IAChD,gEAAc,CAAA;IACd,kDAAkD;IAClD,wEAAkB,CAAA;IAClB,+DAA+D;IAC/D,oGAAgC,CAAA;IAChC,uDAAuD;IACvD,0FAA2B,CAAA;IAC3B,yDAAyD;IACzD,sFAAyB,CAAA;IACzB,uDAAuD;IACvD,8EAAqB,CAAA;IACrB,sDAAsD;IACtD,gFAAsB,CAAA;AACxB,CAAC,EA3BW,eAAe,+BAAf,eAAe,QA2B1B;AAED;;;GAGG;AACH,SAAgB,iBAAiB,CAAC,KAAU;IAC1C,OAAO,MAAM,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,QAAQ,CAAC,KAAwB,CAAC,CAAC;AAC3E,CAAC;AAFD,8CAEC","sourcesContent":["// ===== THIS FILE IS GENERATED FROM A TEMPLATE ===== //\n// ============== DO NOT EDIT DIRECTLY ============== //\n/**\n * Error for a GE1x series gripper.\n */\nexport enum Ge1GripperError {\n /** No error. */\n NONE = 0,\n /** The gripper supply voltage is too low. */\n UNDERVOLTAGE = 1,\n /** The gripper supply voltage is too high. */\n OVERVOLTAGE = 2,\n /** The gripper is drawing too much current. */\n OVERCURRENT = 3,\n /** The gripper temperature is too high. */\n OVERTEMPERATURE = 4,\n /** There is a 3-phase imbalance in the motor. */\n MOTOR_PHASE_LOSS = 10,\n /** The gripper has exceeded its rated speed. */\n OVERSPEED = 11,\n /** There is an error with the gripper encoder. */\n ENCODER_ERROR = 32,\n /** There is a communication error with the gripper encoder. */\n ENCODER_COMMUNICATION_ERROR = 33,\n /** The gripper current sampling offset is abnormal. */\n SAMPLING_CIRCUIT_ERROR = 34,\n /** There is an error with the gripper driver circuit. */\n DRIVER_CIRCUIT_ERROR = 35,\n /** There is an error with the gripper flash memory. */\n FLASH_CHIP_ERROR = 36,\n /** There is an error with the gripper file system. */\n FILE_SYSTEM_ERROR = 37,\n}\n\n/**\n * Type guard for Ge1GripperError.\n * This only checks if the value is one of the enum keys; it could create a false positive if two enums have the same key.\n */\nexport function isGe1GripperError(value: any): value is Ge1GripperError {\n return Object.values(Ge1GripperError).includes(value as Ge1GripperError);\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_state.d.ts","sourceRoot":"","sources":["../../../src/product/ge_1_gripper_state.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,oBAAY,eAAe;IACzB,6EAA6E;IAC7E,qBAAqB,IAAI;IACzB,8DAA8D;IAC9D,MAAM,IAAI;IACV,kDAAkD;IAClD,IAAI,IAAI;IACR,oDAAoD;IACpD,MAAM,IAAI;IACV,0CAA0C;IAC1C,eAAe,IAAI;IACnB,+EAA+E;IAC/E,cAAc,IAAI;CACnB;AAED;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,GAAG,GAAG,KAAK,IAAI,eAAe,CAEtE"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.isGe1GripperState = exports.Ge1GripperState = void 0;
|
|
4
|
-
// ===== THIS FILE IS GENERATED FROM A TEMPLATE ===== //
|
|
5
|
-
// ============== DO NOT EDIT DIRECTLY ============== //
|
|
6
|
-
/**
|
|
7
|
-
* State of a GE1x series gripper.
|
|
8
|
-
*/
|
|
9
|
-
var Ge1GripperState;
|
|
10
|
-
(function (Ge1GripperState) {
|
|
11
|
-
/** The gripper has not been homed and does not have a reference position. */
|
|
12
|
-
Ge1GripperState[Ge1GripperState["NO_REFERENCE_POSITION"] = 0] = "NO_REFERENCE_POSITION";
|
|
13
|
-
/** The gripper is currently performing a homing operation. */
|
|
14
|
-
Ge1GripperState[Ge1GripperState["HOMING"] = 1] = "HOMING";
|
|
15
|
-
/** The gripper is idle at its target position. */
|
|
16
|
-
Ge1GripperState[Ge1GripperState["IDLE"] = 2] = "IDLE";
|
|
17
|
-
/** The gripper is moving to its target position. */
|
|
18
|
-
Ge1GripperState[Ge1GripperState["MOVING"] = 3] = "MOVING";
|
|
19
|
-
/** The gripper has detected an object. */
|
|
20
|
-
Ge1GripperState[Ge1GripperState["OBJECT_DETECTED"] = 4] = "OBJECT_DETECTED";
|
|
21
|
-
/** The gripper has detected that an object it was holding has been dropped. */
|
|
22
|
-
Ge1GripperState[Ge1GripperState["OBJECT_DROPPED"] = 5] = "OBJECT_DROPPED";
|
|
23
|
-
})(Ge1GripperState || (exports.Ge1GripperState = Ge1GripperState = {}));
|
|
24
|
-
/**
|
|
25
|
-
* Type guard for Ge1GripperState.
|
|
26
|
-
* This only checks if the value is one of the enum keys; it could create a false positive if two enums have the same key.
|
|
27
|
-
*/
|
|
28
|
-
function isGe1GripperState(value) {
|
|
29
|
-
return Object.values(Ge1GripperState).includes(value);
|
|
30
|
-
}
|
|
31
|
-
exports.isGe1GripperState = isGe1GripperState;
|
|
32
|
-
//# sourceMappingURL=ge_1_gripper_state.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_state.js","sourceRoot":"","sources":["../../../src/product/ge_1_gripper_state.ts"],"names":[],"mappings":";;;AAAA,wDAAwD;AACxD,wDAAwD;AACxD;;GAEG;AACH,IAAY,eAaX;AAbD,WAAY,eAAe;IACzB,6EAA6E;IAC7E,uFAAyB,CAAA;IACzB,8DAA8D;IAC9D,yDAAU,CAAA;IACV,kDAAkD;IAClD,qDAAQ,CAAA;IACR,oDAAoD;IACpD,yDAAU,CAAA;IACV,0CAA0C;IAC1C,2EAAmB,CAAA;IACnB,+EAA+E;IAC/E,yEAAkB,CAAA;AACpB,CAAC,EAbW,eAAe,+BAAf,eAAe,QAa1B;AAED;;;GAGG;AACH,SAAgB,iBAAiB,CAAC,KAAU;IAC1C,OAAO,MAAM,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,QAAQ,CAAC,KAAwB,CAAC,CAAC;AAC3E,CAAC;AAFD,8CAEC","sourcesContent":["// ===== THIS FILE IS GENERATED FROM A TEMPLATE ===== //\n// ============== DO NOT EDIT DIRECTLY ============== //\n/**\n * State of a GE1x series gripper.\n */\nexport enum Ge1GripperState {\n /** The gripper has not been homed and does not have a reference position. */\n NO_REFERENCE_POSITION = 0,\n /** The gripper is currently performing a homing operation. */\n HOMING = 1,\n /** The gripper is idle at its target position. */\n IDLE = 2,\n /** The gripper is moving to its target position. */\n MOVING = 3,\n /** The gripper has detected an object. */\n OBJECT_DETECTED = 4,\n /** The gripper has detected that an object it was holding has been dropped. */\n OBJECT_DROPPED = 5,\n}\n\n/**\n * Type guard for Ge1GripperState.\n * This only checks if the value is one of the enum keys; it could create a false positive if two enums have the same key.\n */\nexport function isGe1GripperState(value: any): value is Ge1GripperState {\n return Object.values(Ge1GripperState).includes(value as Ge1GripperState);\n}\n"]}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { BSON } from 'bson';
|
|
2
|
-
export interface Ge1GripperActivatePresetRequest {
|
|
3
|
-
connectionId: number;
|
|
4
|
-
presetNumber: number;
|
|
5
|
-
waitUntilIdle: boolean;
|
|
6
|
-
}
|
|
7
|
-
export declare const Ge1GripperActivatePresetRequest: {
|
|
8
|
-
fromBinary: (buffer: Uint8Array) => Ge1GripperActivatePresetRequest;
|
|
9
|
-
toBinary: (value: Ge1GripperActivatePresetRequest) => Uint8Array;
|
|
10
|
-
DEFAULT: Readonly<Ge1GripperActivatePresetRequest>;
|
|
11
|
-
sanitize: (value: Ge1GripperActivatePresetRequest) => Ge1GripperActivatePresetRequest;
|
|
12
|
-
convert: (value: BSON.Document) => Ge1GripperActivatePresetRequest;
|
|
13
|
-
isA: (value: any) => value is Ge1GripperActivatePresetRequest;
|
|
14
|
-
};
|
|
15
|
-
//# sourceMappingURL=ge_1_gripper_activate_preset_request.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_activate_preset_request.d.ts","sourceRoot":"","sources":["../../../src/requests/ge_1_gripper_activate_preset_request.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAG5B,MAAM,WAAW,+BAA+B;IAC9C,YAAY,EAAE,MAAM,CAAC;IAErB,YAAY,EAAE,MAAM,CAAC;IAErB,aAAa,EAAE,OAAO,CAAC;CAExB;AAED,eAAO,MAAM,+BAA+B;yBACrB,UAAU,KAAG,+BAA+B;sBAE/C,+BAA+B,KAAG,UAAU;;sBAQ5C,+BAA+B,KAAG,+BAA+B;qBAUlE,KAAK,QAAQ,KAAG,+BAA+B;iBAMnD,GAAG;CAUjB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_activate_preset_request.js","sourceRoot":"","sources":["../../../src/requests/ge_1_gripper_activate_preset_request.ts"],"names":[],"mappings":";;;AAAA,wDAAwD;AACxD,wDAAwD;AACxD,+BAA4B;AAC5B,oDAAiD;AAWpC,QAAA,+BAA+B,GAAG;IAC7C,UAAU,EAAE,CAAC,MAAkB,EAAmC,EAAE,CAAC,uCAA+B,CAAC,OAAO,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC;IAE7J,QAAQ,EAAE,CAAC,KAAsC,EAAc,EAAE,CAAC,WAAI,CAAC,SAAS,CAAC,uCAA+B,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IAEjI,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC;QACrB,YAAY,EAAE,CAAC;QACf,YAAY,EAAE,CAAC;QACf,aAAa,EAAE,KAAK;KACrB,CAA8C;IAE/C,QAAQ,EAAE,CAAC,KAAsC,EAAmC,EAAE;QACpF,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,4EAA4E,CAAC,CAAA;QAAC,CAAC;QACxH,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,2DAA2D,OAAO,KAAK,GAAG,CAAC,CAAA;QAAC,CAAC;QAClI,OAAO;YACL,YAAY,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,YAAY,EAAE,cAAc,CAAC;YACvE,YAAY,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,YAAY,EAAE,cAAc,CAAC;YACvE,aAAa,EAAE,qBAAS,CAAC,YAAY,CAAC,KAAK,CAAC,aAAa,EAAE,eAAe,CAAC;SAC5E,CAAC;IACJ,CAAC;IAED,OAAO,EAAE,CAAC,KAAoB,EAAmC,EAAE,CAAC,CAAC;QACnE,YAAY,EAAE,KAAK,CAAC,YAAY;QAChC,YAAY,EAAE,KAAK,CAAC,YAAY;QAChC,aAAa,EAAE,KAAK,CAAC,aAAa;KACnC,CAAC;IAEF,GAAG,EAAE,CAAC,KAAU,EAA4C,EAAE;QAC5D,MAAM,SAAS,GAAG,KAAwC,CAAC;QAC3D,OAAO,CACL,KAAK,IAAI,IAAI;YACb,OAAO,KAAK,KAAK,QAAQ;YACzB,qBAAS,CAAC,KAAK,CAAC,SAAS,CAAC,YAAY,CAAC;YACvC,qBAAS,CAAC,KAAK,CAAC,SAAS,CAAC,YAAY,CAAC;YACvC,qBAAS,CAAC,MAAM,CAAC,SAAS,CAAC,aAAa,CAAC,CAC1C,CAAC;IACJ,CAAC;CACF,CAAC","sourcesContent":["// ===== THIS FILE IS GENERATED FROM A TEMPLATE ===== //\n// ============== DO NOT EDIT DIRECTLY ============== //\nimport { BSON } from 'bson';\nimport { sanitizer } from '../gateway/sanitizer';\n\nexport interface Ge1GripperActivatePresetRequest {\n connectionId: number;\n\n presetNumber: number;\n\n waitUntilIdle: boolean;\n\n}\n\nexport const Ge1GripperActivatePresetRequest = {\n fromBinary: (buffer: Uint8Array): Ge1GripperActivatePresetRequest => Ge1GripperActivatePresetRequest.convert(BSON.deserialize(buffer, { useBigInt64: true })),\n\n toBinary: (value: Ge1GripperActivatePresetRequest): Uint8Array => BSON.serialize(Ge1GripperActivatePresetRequest.sanitize(value)),\n\n DEFAULT: Object.freeze({\n connectionId: 0,\n presetNumber: 0,\n waitUntilIdle: false,\n }) as Readonly<Ge1GripperActivatePresetRequest>,\n\n sanitize: (value: Ge1GripperActivatePresetRequest): Ge1GripperActivatePresetRequest => {\n if (value == null) { throw new TypeError('Expected Ge1GripperActivatePresetRequest object but got null or undefined.') }\n if (typeof value !== 'object') { throw new TypeError(`Expected Ge1GripperActivatePresetRequest object but got ${typeof value}.`) }\n return {\n connectionId: sanitizer.sanitizeInt(value.connectionId, 'connectionId'),\n presetNumber: sanitizer.sanitizeInt(value.presetNumber, 'presetNumber'),\n waitUntilIdle: sanitizer.sanitizeBool(value.waitUntilIdle, 'waitUntilIdle'),\n };\n },\n\n convert: (value: BSON.Document): Ge1GripperActivatePresetRequest => ({\n connectionId: value.connectionId,\n presetNumber: value.presetNumber,\n waitUntilIdle: value.waitUntilIdle,\n }),\n\n isA: (value: any): value is Ge1GripperActivatePresetRequest => {\n const castValue = value as Ge1GripperActivatePresetRequest;\n return (\n value != null &&\n typeof value === 'object' &&\n sanitizer.isInt(castValue.connectionId) &&\n sanitizer.isInt(castValue.presetNumber) &&\n sanitizer.isBool(castValue.waitUntilIdle)\n );\n },\n};\n"]}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { BSON } from 'bson';
|
|
2
|
-
export interface Ge1GripperCalibrateRequest {
|
|
3
|
-
connectionId: number;
|
|
4
|
-
saveToFlash: boolean;
|
|
5
|
-
}
|
|
6
|
-
export declare const Ge1GripperCalibrateRequest: {
|
|
7
|
-
fromBinary: (buffer: Uint8Array) => Ge1GripperCalibrateRequest;
|
|
8
|
-
toBinary: (value: Ge1GripperCalibrateRequest) => Uint8Array;
|
|
9
|
-
DEFAULT: Readonly<Ge1GripperCalibrateRequest>;
|
|
10
|
-
sanitize: (value: Ge1GripperCalibrateRequest) => Ge1GripperCalibrateRequest;
|
|
11
|
-
convert: (value: BSON.Document) => Ge1GripperCalibrateRequest;
|
|
12
|
-
isA: (value: any) => value is Ge1GripperCalibrateRequest;
|
|
13
|
-
};
|
|
14
|
-
//# sourceMappingURL=ge_1_gripper_calibrate_request.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_calibrate_request.d.ts","sourceRoot":"","sources":["../../../src/requests/ge_1_gripper_calibrate_request.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAG5B,MAAM,WAAW,0BAA0B;IACzC,YAAY,EAAE,MAAM,CAAC;IAErB,WAAW,EAAE,OAAO,CAAC;CAEtB;AAED,eAAO,MAAM,0BAA0B;yBAChB,UAAU,KAAG,0BAA0B;sBAE1C,0BAA0B,KAAG,UAAU;;sBAOvC,0BAA0B,KAAG,0BAA0B;qBASxD,KAAK,QAAQ,KAAG,0BAA0B;iBAK9C,GAAG;CASjB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_calibrate_request.js","sourceRoot":"","sources":["../../../src/requests/ge_1_gripper_calibrate_request.ts"],"names":[],"mappings":";;;AAAA,wDAAwD;AACxD,wDAAwD;AACxD,+BAA4B;AAC5B,oDAAiD;AASpC,QAAA,0BAA0B,GAAG;IACxC,UAAU,EAAE,CAAC,MAAkB,EAA8B,EAAE,CAAC,kCAA0B,CAAC,OAAO,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC;IAEnJ,QAAQ,EAAE,CAAC,KAAiC,EAAc,EAAE,CAAC,WAAI,CAAC,SAAS,CAAC,kCAA0B,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IAEvH,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC;QACrB,YAAY,EAAE,CAAC;QACf,WAAW,EAAE,KAAK;KACnB,CAAyC;IAE1C,QAAQ,EAAE,CAAC,KAAiC,EAA8B,EAAE;QAC1E,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,uEAAuE,CAAC,CAAA;QAAC,CAAC;QACnH,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,sDAAsD,OAAO,KAAK,GAAG,CAAC,CAAA;QAAC,CAAC;QAC7H,OAAO;YACL,YAAY,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,YAAY,EAAE,cAAc,CAAC;YACvE,WAAW,EAAE,qBAAS,CAAC,YAAY,CAAC,KAAK,CAAC,WAAW,EAAE,aAAa,CAAC;SACtE,CAAC;IACJ,CAAC;IAED,OAAO,EAAE,CAAC,KAAoB,EAA8B,EAAE,CAAC,CAAC;QAC9D,YAAY,EAAE,KAAK,CAAC,YAAY;QAChC,WAAW,EAAE,KAAK,CAAC,WAAW;KAC/B,CAAC;IAEF,GAAG,EAAE,CAAC,KAAU,EAAuC,EAAE;QACvD,MAAM,SAAS,GAAG,KAAmC,CAAC;QACtD,OAAO,CACL,KAAK,IAAI,IAAI;YACb,OAAO,KAAK,KAAK,QAAQ;YACzB,qBAAS,CAAC,KAAK,CAAC,SAAS,CAAC,YAAY,CAAC;YACvC,qBAAS,CAAC,MAAM,CAAC,SAAS,CAAC,WAAW,CAAC,CACxC,CAAC;IACJ,CAAC;CACF,CAAC","sourcesContent":["// ===== THIS FILE IS GENERATED FROM A TEMPLATE ===== //\n// ============== DO NOT EDIT DIRECTLY ============== //\nimport { BSON } from 'bson';\nimport { sanitizer } from '../gateway/sanitizer';\n\nexport interface Ge1GripperCalibrateRequest {\n connectionId: number;\n\n saveToFlash: boolean;\n\n}\n\nexport const Ge1GripperCalibrateRequest = {\n fromBinary: (buffer: Uint8Array): Ge1GripperCalibrateRequest => Ge1GripperCalibrateRequest.convert(BSON.deserialize(buffer, { useBigInt64: true })),\n\n toBinary: (value: Ge1GripperCalibrateRequest): Uint8Array => BSON.serialize(Ge1GripperCalibrateRequest.sanitize(value)),\n\n DEFAULT: Object.freeze({\n connectionId: 0,\n saveToFlash: false,\n }) as Readonly<Ge1GripperCalibrateRequest>,\n\n sanitize: (value: Ge1GripperCalibrateRequest): Ge1GripperCalibrateRequest => {\n if (value == null) { throw new TypeError('Expected Ge1GripperCalibrateRequest object but got null or undefined.') }\n if (typeof value !== 'object') { throw new TypeError(`Expected Ge1GripperCalibrateRequest object but got ${typeof value}.`) }\n return {\n connectionId: sanitizer.sanitizeInt(value.connectionId, 'connectionId'),\n saveToFlash: sanitizer.sanitizeBool(value.saveToFlash, 'saveToFlash'),\n };\n },\n\n convert: (value: BSON.Document): Ge1GripperCalibrateRequest => ({\n connectionId: value.connectionId,\n saveToFlash: value.saveToFlash,\n }),\n\n isA: (value: any): value is Ge1GripperCalibrateRequest => {\n const castValue = value as Ge1GripperCalibrateRequest;\n return (\n value != null &&\n typeof value === 'object' &&\n sanitizer.isInt(castValue.connectionId) &&\n sanitizer.isBool(castValue.saveToFlash)\n );\n },\n};\n"]}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { BSON } from 'bson';
|
|
2
|
-
export interface Ge1GripperEmptyRequest {
|
|
3
|
-
connectionId: number;
|
|
4
|
-
}
|
|
5
|
-
export declare const Ge1GripperEmptyRequest: {
|
|
6
|
-
fromBinary: (buffer: Uint8Array) => Ge1GripperEmptyRequest;
|
|
7
|
-
toBinary: (value: Ge1GripperEmptyRequest) => Uint8Array;
|
|
8
|
-
DEFAULT: Readonly<Ge1GripperEmptyRequest>;
|
|
9
|
-
sanitize: (value: Ge1GripperEmptyRequest) => Ge1GripperEmptyRequest;
|
|
10
|
-
convert: (value: BSON.Document) => Ge1GripperEmptyRequest;
|
|
11
|
-
isA: (value: any) => value is Ge1GripperEmptyRequest;
|
|
12
|
-
};
|
|
13
|
-
//# sourceMappingURL=ge_1_gripper_empty_request.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_empty_request.d.ts","sourceRoot":"","sources":["../../../src/requests/ge_1_gripper_empty_request.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAG5B,MAAM,WAAW,sBAAsB;IACrC,YAAY,EAAE,MAAM,CAAC;CAEtB;AAED,eAAO,MAAM,sBAAsB;yBACZ,UAAU,KAAG,sBAAsB;sBAEtC,sBAAsB,KAAG,UAAU;;sBAMnC,sBAAsB,KAAG,sBAAsB;qBAQhD,KAAK,QAAQ,KAAG,sBAAsB;iBAI1C,GAAG;CAQjB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_empty_request.js","sourceRoot":"","sources":["../../../src/requests/ge_1_gripper_empty_request.ts"],"names":[],"mappings":";;;AAAA,wDAAwD;AACxD,wDAAwD;AACxD,+BAA4B;AAC5B,oDAAiD;AAOpC,QAAA,sBAAsB,GAAG;IACpC,UAAU,EAAE,CAAC,MAAkB,EAA0B,EAAE,CAAC,8BAAsB,CAAC,OAAO,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC;IAE3I,QAAQ,EAAE,CAAC,KAA6B,EAAc,EAAE,CAAC,WAAI,CAAC,SAAS,CAAC,8BAAsB,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IAE/G,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC;QACrB,YAAY,EAAE,CAAC;KAChB,CAAqC;IAEtC,QAAQ,EAAE,CAAC,KAA6B,EAA0B,EAAE;QAClE,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,mEAAmE,CAAC,CAAA;QAAC,CAAC;QAC/G,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,kDAAkD,OAAO,KAAK,GAAG,CAAC,CAAA;QAAC,CAAC;QACzH,OAAO;YACL,YAAY,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,YAAY,EAAE,cAAc,CAAC;SACxE,CAAC;IACJ,CAAC;IAED,OAAO,EAAE,CAAC,KAAoB,EAA0B,EAAE,CAAC,CAAC;QAC1D,YAAY,EAAE,KAAK,CAAC,YAAY;KACjC,CAAC;IAEF,GAAG,EAAE,CAAC,KAAU,EAAmC,EAAE;QACnD,MAAM,SAAS,GAAG,KAA+B,CAAC;QAClD,OAAO,CACL,KAAK,IAAI,IAAI;YACb,OAAO,KAAK,KAAK,QAAQ;YACzB,qBAAS,CAAC,KAAK,CAAC,SAAS,CAAC,YAAY,CAAC,CACxC,CAAC;IACJ,CAAC;CACF,CAAC","sourcesContent":["// ===== THIS FILE IS GENERATED FROM A TEMPLATE ===== //\n// ============== DO NOT EDIT DIRECTLY ============== //\nimport { BSON } from 'bson';\nimport { sanitizer } from '../gateway/sanitizer';\n\nexport interface Ge1GripperEmptyRequest {\n connectionId: number;\n\n}\n\nexport const Ge1GripperEmptyRequest = {\n fromBinary: (buffer: Uint8Array): Ge1GripperEmptyRequest => Ge1GripperEmptyRequest.convert(BSON.deserialize(buffer, { useBigInt64: true })),\n\n toBinary: (value: Ge1GripperEmptyRequest): Uint8Array => BSON.serialize(Ge1GripperEmptyRequest.sanitize(value)),\n\n DEFAULT: Object.freeze({\n connectionId: 0,\n }) as Readonly<Ge1GripperEmptyRequest>,\n\n sanitize: (value: Ge1GripperEmptyRequest): Ge1GripperEmptyRequest => {\n if (value == null) { throw new TypeError('Expected Ge1GripperEmptyRequest object but got null or undefined.') }\n if (typeof value !== 'object') { throw new TypeError(`Expected Ge1GripperEmptyRequest object but got ${typeof value}.`) }\n return {\n connectionId: sanitizer.sanitizeInt(value.connectionId, 'connectionId'),\n };\n },\n\n convert: (value: BSON.Document): Ge1GripperEmptyRequest => ({\n connectionId: value.connectionId,\n }),\n\n isA: (value: any): value is Ge1GripperEmptyRequest => {\n const castValue = value as Ge1GripperEmptyRequest;\n return (\n value != null &&\n typeof value === 'object' &&\n sanitizer.isInt(castValue.connectionId)\n );\n },\n};\n"]}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { BSON } from 'bson';
|
|
2
|
-
import { Ge1GripperError } from '../product/ge_1_gripper_error';
|
|
3
|
-
export interface Ge1GripperGetErrorResponse {
|
|
4
|
-
value: Ge1GripperError;
|
|
5
|
-
}
|
|
6
|
-
export declare const Ge1GripperGetErrorResponse: {
|
|
7
|
-
fromBinary: (buffer: Uint8Array) => Ge1GripperGetErrorResponse;
|
|
8
|
-
toBinary: (value: Ge1GripperGetErrorResponse) => Uint8Array;
|
|
9
|
-
DEFAULT: Readonly<Ge1GripperGetErrorResponse>;
|
|
10
|
-
sanitize: (value: Ge1GripperGetErrorResponse) => Ge1GripperGetErrorResponse;
|
|
11
|
-
convert: (value: BSON.Document) => Ge1GripperGetErrorResponse;
|
|
12
|
-
isA: (value: any) => value is Ge1GripperGetErrorResponse;
|
|
13
|
-
};
|
|
14
|
-
//# sourceMappingURL=ge_1_gripper_get_error_response.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_get_error_response.d.ts","sourceRoot":"","sources":["../../../src/requests/ge_1_gripper_get_error_response.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAE5B,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAEhE,MAAM,WAAW,0BAA0B;IACzC,KAAK,EAAE,eAAe,CAAC;CAExB;AAED,eAAO,MAAM,0BAA0B;yBAChB,UAAU,KAAG,0BAA0B;sBAE1C,0BAA0B,KAAG,UAAU;;sBAMvC,0BAA0B,KAAG,0BAA0B;qBAQxD,KAAK,QAAQ,KAAG,0BAA0B;iBAI9C,GAAG;CAQjB,CAAC"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Ge1GripperGetErrorResponse = void 0;
|
|
4
|
-
// ===== THIS FILE IS GENERATED FROM A TEMPLATE ===== //
|
|
5
|
-
// ============== DO NOT EDIT DIRECTLY ============== //
|
|
6
|
-
const bson_1 = require("bson");
|
|
7
|
-
const sanitizer_1 = require("../gateway/sanitizer");
|
|
8
|
-
const ge_1_gripper_error_1 = require("../product/ge_1_gripper_error");
|
|
9
|
-
exports.Ge1GripperGetErrorResponse = {
|
|
10
|
-
fromBinary: (buffer) => exports.Ge1GripperGetErrorResponse.convert(bson_1.BSON.deserialize(buffer, { useBigInt64: true })),
|
|
11
|
-
toBinary: (value) => bson_1.BSON.serialize(exports.Ge1GripperGetErrorResponse.sanitize(value)),
|
|
12
|
-
DEFAULT: Object.freeze({
|
|
13
|
-
value: 0,
|
|
14
|
-
}),
|
|
15
|
-
sanitize: (value) => {
|
|
16
|
-
if (value == null) {
|
|
17
|
-
throw new TypeError('Expected Ge1GripperGetErrorResponse object but got null or undefined.');
|
|
18
|
-
}
|
|
19
|
-
if (typeof value !== 'object') {
|
|
20
|
-
throw new TypeError(`Expected Ge1GripperGetErrorResponse object but got ${typeof value}.`);
|
|
21
|
-
}
|
|
22
|
-
return {
|
|
23
|
-
value: sanitizer_1.sanitizer.sanitizeEnum(value.value, 'Ge1GripperError', ge_1_gripper_error_1.Ge1GripperError, 'value'),
|
|
24
|
-
};
|
|
25
|
-
},
|
|
26
|
-
convert: (value) => ({
|
|
27
|
-
value: value.value,
|
|
28
|
-
}),
|
|
29
|
-
isA: (value) => {
|
|
30
|
-
const castValue = value;
|
|
31
|
-
return (value != null &&
|
|
32
|
-
typeof value === 'object' &&
|
|
33
|
-
sanitizer_1.sanitizer.isEnum(castValue.value, ge_1_gripper_error_1.Ge1GripperError));
|
|
34
|
-
},
|
|
35
|
-
};
|
|
36
|
-
//# sourceMappingURL=ge_1_gripper_get_error_response.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_get_error_response.js","sourceRoot":"","sources":["../../../src/requests/ge_1_gripper_get_error_response.ts"],"names":[],"mappings":";;;AAAA,wDAAwD;AACxD,wDAAwD;AACxD,+BAA4B;AAC5B,oDAAiD;AACjD,sEAAgE;AAOnD,QAAA,0BAA0B,GAAG;IACxC,UAAU,EAAE,CAAC,MAAkB,EAA8B,EAAE,CAAC,kCAA0B,CAAC,OAAO,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC;IAEnJ,QAAQ,EAAE,CAAC,KAAiC,EAAc,EAAE,CAAC,WAAI,CAAC,SAAS,CAAC,kCAA0B,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IAEvH,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC;QACrB,KAAK,EAAE,CAAoB;KAC5B,CAAyC;IAE1C,QAAQ,EAAE,CAAC,KAAiC,EAA8B,EAAE;QAC1E,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,uEAAuE,CAAC,CAAA;QAAC,CAAC;QACnH,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,sDAAsD,OAAO,KAAK,GAAG,CAAC,CAAA;QAAC,CAAC;QAC7H,OAAO;YACL,KAAK,EAAE,qBAAS,CAAC,YAAY,CAAC,KAAK,CAAC,KAAK,EAAE,iBAAiB,EAAE,oCAAe,EAAE,OAAO,CAAC;SACxF,CAAC;IACJ,CAAC;IAED,OAAO,EAAE,CAAC,KAAoB,EAA8B,EAAE,CAAC,CAAC;QAC9D,KAAK,EAAE,KAAK,CAAC,KAAK;KACnB,CAAC;IAEF,GAAG,EAAE,CAAC,KAAU,EAAuC,EAAE;QACvD,MAAM,SAAS,GAAG,KAAmC,CAAC;QACtD,OAAO,CACL,KAAK,IAAI,IAAI;YACb,OAAO,KAAK,KAAK,QAAQ;YACzB,qBAAS,CAAC,MAAM,CAAC,SAAS,CAAC,KAAK,EAAE,oCAAe,CAAC,CACnD,CAAC;IACJ,CAAC;CACF,CAAC","sourcesContent":["// ===== THIS FILE IS GENERATED FROM A TEMPLATE ===== //\n// ============== DO NOT EDIT DIRECTLY ============== //\nimport { BSON } from 'bson';\nimport { sanitizer } from '../gateway/sanitizer';\nimport { Ge1GripperError } from '../product/ge_1_gripper_error';\n\nexport interface Ge1GripperGetErrorResponse {\n value: Ge1GripperError;\n\n}\n\nexport const Ge1GripperGetErrorResponse = {\n fromBinary: (buffer: Uint8Array): Ge1GripperGetErrorResponse => Ge1GripperGetErrorResponse.convert(BSON.deserialize(buffer, { useBigInt64: true })),\n\n toBinary: (value: Ge1GripperGetErrorResponse): Uint8Array => BSON.serialize(Ge1GripperGetErrorResponse.sanitize(value)),\n\n DEFAULT: Object.freeze({\n value: 0 as Ge1GripperError,\n }) as Readonly<Ge1GripperGetErrorResponse>,\n\n sanitize: (value: Ge1GripperGetErrorResponse): Ge1GripperGetErrorResponse => {\n if (value == null) { throw new TypeError('Expected Ge1GripperGetErrorResponse object but got null or undefined.') }\n if (typeof value !== 'object') { throw new TypeError(`Expected Ge1GripperGetErrorResponse object but got ${typeof value}.`) }\n return {\n value: sanitizer.sanitizeEnum(value.value, 'Ge1GripperError', Ge1GripperError, 'value'),\n };\n },\n\n convert: (value: BSON.Document): Ge1GripperGetErrorResponse => ({\n value: value.value,\n }),\n\n isA: (value: any): value is Ge1GripperGetErrorResponse => {\n const castValue = value as Ge1GripperGetErrorResponse;\n return (\n value != null &&\n typeof value === 'object' &&\n sanitizer.isEnum(castValue.value, Ge1GripperError)\n );\n },\n};\n"]}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { BSON } from 'bson';
|
|
2
|
-
import { Ge1GripperState } from '../product/ge_1_gripper_state';
|
|
3
|
-
export interface Ge1GripperGetStateResponse {
|
|
4
|
-
value: Ge1GripperState;
|
|
5
|
-
}
|
|
6
|
-
export declare const Ge1GripperGetStateResponse: {
|
|
7
|
-
fromBinary: (buffer: Uint8Array) => Ge1GripperGetStateResponse;
|
|
8
|
-
toBinary: (value: Ge1GripperGetStateResponse) => Uint8Array;
|
|
9
|
-
DEFAULT: Readonly<Ge1GripperGetStateResponse>;
|
|
10
|
-
sanitize: (value: Ge1GripperGetStateResponse) => Ge1GripperGetStateResponse;
|
|
11
|
-
convert: (value: BSON.Document) => Ge1GripperGetStateResponse;
|
|
12
|
-
isA: (value: any) => value is Ge1GripperGetStateResponse;
|
|
13
|
-
};
|
|
14
|
-
//# sourceMappingURL=ge_1_gripper_get_state_response.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_get_state_response.d.ts","sourceRoot":"","sources":["../../../src/requests/ge_1_gripper_get_state_response.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAE5B,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAEhE,MAAM,WAAW,0BAA0B;IACzC,KAAK,EAAE,eAAe,CAAC;CAExB;AAED,eAAO,MAAM,0BAA0B;yBAChB,UAAU,KAAG,0BAA0B;sBAE1C,0BAA0B,KAAG,UAAU;;sBAMvC,0BAA0B,KAAG,0BAA0B;qBAQxD,KAAK,QAAQ,KAAG,0BAA0B;iBAI9C,GAAG;CAQjB,CAAC"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Ge1GripperGetStateResponse = void 0;
|
|
4
|
-
// ===== THIS FILE IS GENERATED FROM A TEMPLATE ===== //
|
|
5
|
-
// ============== DO NOT EDIT DIRECTLY ============== //
|
|
6
|
-
const bson_1 = require("bson");
|
|
7
|
-
const sanitizer_1 = require("../gateway/sanitizer");
|
|
8
|
-
const ge_1_gripper_state_1 = require("../product/ge_1_gripper_state");
|
|
9
|
-
exports.Ge1GripperGetStateResponse = {
|
|
10
|
-
fromBinary: (buffer) => exports.Ge1GripperGetStateResponse.convert(bson_1.BSON.deserialize(buffer, { useBigInt64: true })),
|
|
11
|
-
toBinary: (value) => bson_1.BSON.serialize(exports.Ge1GripperGetStateResponse.sanitize(value)),
|
|
12
|
-
DEFAULT: Object.freeze({
|
|
13
|
-
value: 0,
|
|
14
|
-
}),
|
|
15
|
-
sanitize: (value) => {
|
|
16
|
-
if (value == null) {
|
|
17
|
-
throw new TypeError('Expected Ge1GripperGetStateResponse object but got null or undefined.');
|
|
18
|
-
}
|
|
19
|
-
if (typeof value !== 'object') {
|
|
20
|
-
throw new TypeError(`Expected Ge1GripperGetStateResponse object but got ${typeof value}.`);
|
|
21
|
-
}
|
|
22
|
-
return {
|
|
23
|
-
value: sanitizer_1.sanitizer.sanitizeEnum(value.value, 'Ge1GripperState', ge_1_gripper_state_1.Ge1GripperState, 'value'),
|
|
24
|
-
};
|
|
25
|
-
},
|
|
26
|
-
convert: (value) => ({
|
|
27
|
-
value: value.value,
|
|
28
|
-
}),
|
|
29
|
-
isA: (value) => {
|
|
30
|
-
const castValue = value;
|
|
31
|
-
return (value != null &&
|
|
32
|
-
typeof value === 'object' &&
|
|
33
|
-
sanitizer_1.sanitizer.isEnum(castValue.value, ge_1_gripper_state_1.Ge1GripperState));
|
|
34
|
-
},
|
|
35
|
-
};
|
|
36
|
-
//# sourceMappingURL=ge_1_gripper_get_state_response.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_get_state_response.js","sourceRoot":"","sources":["../../../src/requests/ge_1_gripper_get_state_response.ts"],"names":[],"mappings":";;;AAAA,wDAAwD;AACxD,wDAAwD;AACxD,+BAA4B;AAC5B,oDAAiD;AACjD,sEAAgE;AAOnD,QAAA,0BAA0B,GAAG;IACxC,UAAU,EAAE,CAAC,MAAkB,EAA8B,EAAE,CAAC,kCAA0B,CAAC,OAAO,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC;IAEnJ,QAAQ,EAAE,CAAC,KAAiC,EAAc,EAAE,CAAC,WAAI,CAAC,SAAS,CAAC,kCAA0B,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IAEvH,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC;QACrB,KAAK,EAAE,CAAoB;KAC5B,CAAyC;IAE1C,QAAQ,EAAE,CAAC,KAAiC,EAA8B,EAAE;QAC1E,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,uEAAuE,CAAC,CAAA;QAAC,CAAC;QACnH,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,sDAAsD,OAAO,KAAK,GAAG,CAAC,CAAA;QAAC,CAAC;QAC7H,OAAO;YACL,KAAK,EAAE,qBAAS,CAAC,YAAY,CAAC,KAAK,CAAC,KAAK,EAAE,iBAAiB,EAAE,oCAAe,EAAE,OAAO,CAAC;SACxF,CAAC;IACJ,CAAC;IAED,OAAO,EAAE,CAAC,KAAoB,EAA8B,EAAE,CAAC,CAAC;QAC9D,KAAK,EAAE,KAAK,CAAC,KAAK;KACnB,CAAC;IAEF,GAAG,EAAE,CAAC,KAAU,EAAuC,EAAE;QACvD,MAAM,SAAS,GAAG,KAAmC,CAAC;QACtD,OAAO,CACL,KAAK,IAAI,IAAI;YACb,OAAO,KAAK,KAAK,QAAQ;YACzB,qBAAS,CAAC,MAAM,CAAC,SAAS,CAAC,KAAK,EAAE,oCAAe,CAAC,CACnD,CAAC;IACJ,CAAC;CACF,CAAC","sourcesContent":["// ===== THIS FILE IS GENERATED FROM A TEMPLATE ===== //\n// ============== DO NOT EDIT DIRECTLY ============== //\nimport { BSON } from 'bson';\nimport { sanitizer } from '../gateway/sanitizer';\nimport { Ge1GripperState } from '../product/ge_1_gripper_state';\n\nexport interface Ge1GripperGetStateResponse {\n value: Ge1GripperState;\n\n}\n\nexport const Ge1GripperGetStateResponse = {\n fromBinary: (buffer: Uint8Array): Ge1GripperGetStateResponse => Ge1GripperGetStateResponse.convert(BSON.deserialize(buffer, { useBigInt64: true })),\n\n toBinary: (value: Ge1GripperGetStateResponse): Uint8Array => BSON.serialize(Ge1GripperGetStateResponse.sanitize(value)),\n\n DEFAULT: Object.freeze({\n value: 0 as Ge1GripperState,\n }) as Readonly<Ge1GripperGetStateResponse>,\n\n sanitize: (value: Ge1GripperGetStateResponse): Ge1GripperGetStateResponse => {\n if (value == null) { throw new TypeError('Expected Ge1GripperGetStateResponse object but got null or undefined.') }\n if (typeof value !== 'object') { throw new TypeError(`Expected Ge1GripperGetStateResponse object but got ${typeof value}.`) }\n return {\n value: sanitizer.sanitizeEnum(value.value, 'Ge1GripperState', Ge1GripperState, 'value'),\n };\n },\n\n convert: (value: BSON.Document): Ge1GripperGetStateResponse => ({\n value: value.value,\n }),\n\n isA: (value: any): value is Ge1GripperGetStateResponse => {\n const castValue = value as Ge1GripperGetStateResponse;\n return (\n value != null &&\n typeof value === 'object' &&\n sanitizer.isEnum(castValue.value, Ge1GripperState)\n );\n },\n};\n"]}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { BSON } from 'bson';
|
|
2
|
-
export interface Ge1GripperMoveRequest {
|
|
3
|
-
connectionId: number;
|
|
4
|
-
position: number;
|
|
5
|
-
waitUntilIdle: boolean;
|
|
6
|
-
}
|
|
7
|
-
export declare const Ge1GripperMoveRequest: {
|
|
8
|
-
fromBinary: (buffer: Uint8Array) => Ge1GripperMoveRequest;
|
|
9
|
-
toBinary: (value: Ge1GripperMoveRequest) => Uint8Array;
|
|
10
|
-
DEFAULT: Readonly<Ge1GripperMoveRequest>;
|
|
11
|
-
sanitize: (value: Ge1GripperMoveRequest) => Ge1GripperMoveRequest;
|
|
12
|
-
convert: (value: BSON.Document) => Ge1GripperMoveRequest;
|
|
13
|
-
isA: (value: any) => value is Ge1GripperMoveRequest;
|
|
14
|
-
};
|
|
15
|
-
//# sourceMappingURL=ge_1_gripper_move_request.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_move_request.d.ts","sourceRoot":"","sources":["../../../src/requests/ge_1_gripper_move_request.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAG5B,MAAM,WAAW,qBAAqB;IACpC,YAAY,EAAE,MAAM,CAAC;IAErB,QAAQ,EAAE,MAAM,CAAC;IAEjB,aAAa,EAAE,OAAO,CAAC;CAExB;AAED,eAAO,MAAM,qBAAqB;yBACX,UAAU,KAAG,qBAAqB;sBAErC,qBAAqB,KAAG,UAAU;;sBAQlC,qBAAqB,KAAG,qBAAqB;qBAU9C,KAAK,QAAQ,KAAG,qBAAqB;iBAMzC,GAAG;CAUjB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_move_request.js","sourceRoot":"","sources":["../../../src/requests/ge_1_gripper_move_request.ts"],"names":[],"mappings":";;;AAAA,wDAAwD;AACxD,wDAAwD;AACxD,+BAA4B;AAC5B,oDAAiD;AAWpC,QAAA,qBAAqB,GAAG;IACnC,UAAU,EAAE,CAAC,MAAkB,EAAyB,EAAE,CAAC,6BAAqB,CAAC,OAAO,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC;IAEzI,QAAQ,EAAE,CAAC,KAA4B,EAAc,EAAE,CAAC,WAAI,CAAC,SAAS,CAAC,6BAAqB,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IAE7G,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC;QACrB,YAAY,EAAE,CAAC;QACf,QAAQ,EAAE,CAAC;QACX,aAAa,EAAE,KAAK;KACrB,CAAoC;IAErC,QAAQ,EAAE,CAAC,KAA4B,EAAyB,EAAE;QAChE,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,kEAAkE,CAAC,CAAA;QAAC,CAAC;QAC9G,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,iDAAiD,OAAO,KAAK,GAAG,CAAC,CAAA;QAAC,CAAC;QACxH,OAAO;YACL,YAAY,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,YAAY,EAAE,cAAc,CAAC;YACvE,QAAQ,EAAE,qBAAS,CAAC,cAAc,CAAC,KAAK,CAAC,QAAQ,EAAE,UAAU,CAAC;YAC9D,aAAa,EAAE,qBAAS,CAAC,YAAY,CAAC,KAAK,CAAC,aAAa,EAAE,eAAe,CAAC;SAC5E,CAAC;IACJ,CAAC;IAED,OAAO,EAAE,CAAC,KAAoB,EAAyB,EAAE,CAAC,CAAC;QACzD,YAAY,EAAE,KAAK,CAAC,YAAY;QAChC,QAAQ,EAAE,KAAK,CAAC,QAAQ;QACxB,aAAa,EAAE,KAAK,CAAC,aAAa;KACnC,CAAC;IAEF,GAAG,EAAE,CAAC,KAAU,EAAkC,EAAE;QAClD,MAAM,SAAS,GAAG,KAA8B,CAAC;QACjD,OAAO,CACL,KAAK,IAAI,IAAI;YACb,OAAO,KAAK,KAAK,QAAQ;YACzB,qBAAS,CAAC,KAAK,CAAC,SAAS,CAAC,YAAY,CAAC;YACvC,qBAAS,CAAC,QAAQ,CAAC,SAAS,CAAC,QAAQ,CAAC;YACtC,qBAAS,CAAC,MAAM,CAAC,SAAS,CAAC,aAAa,CAAC,CAC1C,CAAC;IACJ,CAAC;CACF,CAAC","sourcesContent":["// ===== THIS FILE IS GENERATED FROM A TEMPLATE ===== //\n// ============== DO NOT EDIT DIRECTLY ============== //\nimport { BSON } from 'bson';\nimport { sanitizer } from '../gateway/sanitizer';\n\nexport interface Ge1GripperMoveRequest {\n connectionId: number;\n\n position: number;\n\n waitUntilIdle: boolean;\n\n}\n\nexport const Ge1GripperMoveRequest = {\n fromBinary: (buffer: Uint8Array): Ge1GripperMoveRequest => Ge1GripperMoveRequest.convert(BSON.deserialize(buffer, { useBigInt64: true })),\n\n toBinary: (value: Ge1GripperMoveRequest): Uint8Array => BSON.serialize(Ge1GripperMoveRequest.sanitize(value)),\n\n DEFAULT: Object.freeze({\n connectionId: 0,\n position: 0,\n waitUntilIdle: false,\n }) as Readonly<Ge1GripperMoveRequest>,\n\n sanitize: (value: Ge1GripperMoveRequest): Ge1GripperMoveRequest => {\n if (value == null) { throw new TypeError('Expected Ge1GripperMoveRequest object but got null or undefined.') }\n if (typeof value !== 'object') { throw new TypeError(`Expected Ge1GripperMoveRequest object but got ${typeof value}.`) }\n return {\n connectionId: sanitizer.sanitizeInt(value.connectionId, 'connectionId'),\n position: sanitizer.sanitizeNumber(value.position, 'position'),\n waitUntilIdle: sanitizer.sanitizeBool(value.waitUntilIdle, 'waitUntilIdle'),\n };\n },\n\n convert: (value: BSON.Document): Ge1GripperMoveRequest => ({\n connectionId: value.connectionId,\n position: value.position,\n waitUntilIdle: value.waitUntilIdle,\n }),\n\n isA: (value: any): value is Ge1GripperMoveRequest => {\n const castValue = value as Ge1GripperMoveRequest;\n return (\n value != null &&\n typeof value === 'object' &&\n sanitizer.isInt(castValue.connectionId) &&\n sanitizer.isNumber(castValue.position) &&\n sanitizer.isBool(castValue.waitUntilIdle)\n );\n },\n};\n"]}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { BSON } from 'bson';
|
|
2
|
-
export interface Ge1GripperOpenConnectionRequest {
|
|
3
|
-
portName: string;
|
|
4
|
-
deviceAddress: number;
|
|
5
|
-
timeout: number;
|
|
6
|
-
}
|
|
7
|
-
export declare const Ge1GripperOpenConnectionRequest: {
|
|
8
|
-
fromBinary: (buffer: Uint8Array) => Ge1GripperOpenConnectionRequest;
|
|
9
|
-
toBinary: (value: Ge1GripperOpenConnectionRequest) => Uint8Array;
|
|
10
|
-
DEFAULT: Readonly<Ge1GripperOpenConnectionRequest>;
|
|
11
|
-
sanitize: (value: Ge1GripperOpenConnectionRequest) => Ge1GripperOpenConnectionRequest;
|
|
12
|
-
convert: (value: BSON.Document) => Ge1GripperOpenConnectionRequest;
|
|
13
|
-
isA: (value: any) => value is Ge1GripperOpenConnectionRequest;
|
|
14
|
-
};
|
|
15
|
-
//# sourceMappingURL=ge_1_gripper_open_connection_request.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_open_connection_request.d.ts","sourceRoot":"","sources":["../../../src/requests/ge_1_gripper_open_connection_request.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAG5B,MAAM,WAAW,+BAA+B;IAC9C,QAAQ,EAAE,MAAM,CAAC;IAEjB,aAAa,EAAE,MAAM,CAAC;IAEtB,OAAO,EAAE,MAAM,CAAC;CAEjB;AAED,eAAO,MAAM,+BAA+B;yBACrB,UAAU,KAAG,+BAA+B;sBAE/C,+BAA+B,KAAG,UAAU;;sBAQ5C,+BAA+B,KAAG,+BAA+B;qBAUlE,KAAK,QAAQ,KAAG,+BAA+B;iBAMnD,GAAG;CAUjB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_open_connection_request.js","sourceRoot":"","sources":["../../../src/requests/ge_1_gripper_open_connection_request.ts"],"names":[],"mappings":";;;AAAA,wDAAwD;AACxD,wDAAwD;AACxD,+BAA4B;AAC5B,oDAAiD;AAWpC,QAAA,+BAA+B,GAAG;IAC7C,UAAU,EAAE,CAAC,MAAkB,EAAmC,EAAE,CAAC,uCAA+B,CAAC,OAAO,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC;IAE7J,QAAQ,EAAE,CAAC,KAAsC,EAAc,EAAE,CAAC,WAAI,CAAC,SAAS,CAAC,uCAA+B,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IAEjI,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC;QACrB,QAAQ,EAAE,EAAE;QACZ,aAAa,EAAE,CAAC;QAChB,OAAO,EAAE,CAAC;KACX,CAA8C;IAE/C,QAAQ,EAAE,CAAC,KAAsC,EAAmC,EAAE;QACpF,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,4EAA4E,CAAC,CAAA;QAAC,CAAC;QACxH,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,2DAA2D,OAAO,KAAK,GAAG,CAAC,CAAA;QAAC,CAAC;QAClI,OAAO;YACL,QAAQ,EAAE,qBAAS,CAAC,cAAc,CAAC,KAAK,CAAC,QAAQ,EAAE,UAAU,CAAC;YAC9D,aAAa,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,aAAa,EAAE,eAAe,CAAC;YAC1E,OAAO,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,OAAO,EAAE,SAAS,CAAC;SACzD,CAAC;IACJ,CAAC;IAED,OAAO,EAAE,CAAC,KAAoB,EAAmC,EAAE,CAAC,CAAC;QACnE,QAAQ,EAAE,KAAK,CAAC,QAAQ;QACxB,aAAa,EAAE,KAAK,CAAC,aAAa;QAClC,OAAO,EAAE,KAAK,CAAC,OAAO;KACvB,CAAC;IAEF,GAAG,EAAE,CAAC,KAAU,EAA4C,EAAE;QAC5D,MAAM,SAAS,GAAG,KAAwC,CAAC;QAC3D,OAAO,CACL,KAAK,IAAI,IAAI;YACb,OAAO,KAAK,KAAK,QAAQ;YACzB,qBAAS,CAAC,QAAQ,CAAC,SAAS,CAAC,QAAQ,CAAC;YACtC,qBAAS,CAAC,KAAK,CAAC,SAAS,CAAC,aAAa,CAAC;YACxC,qBAAS,CAAC,KAAK,CAAC,SAAS,CAAC,OAAO,CAAC,CACnC,CAAC;IACJ,CAAC;CACF,CAAC","sourcesContent":["// ===== THIS FILE IS GENERATED FROM A TEMPLATE ===== //\n// ============== DO NOT EDIT DIRECTLY ============== //\nimport { BSON } from 'bson';\nimport { sanitizer } from '../gateway/sanitizer';\n\nexport interface Ge1GripperOpenConnectionRequest {\n portName: string;\n\n deviceAddress: number;\n\n timeout: number;\n\n}\n\nexport const Ge1GripperOpenConnectionRequest = {\n fromBinary: (buffer: Uint8Array): Ge1GripperOpenConnectionRequest => Ge1GripperOpenConnectionRequest.convert(BSON.deserialize(buffer, { useBigInt64: true })),\n\n toBinary: (value: Ge1GripperOpenConnectionRequest): Uint8Array => BSON.serialize(Ge1GripperOpenConnectionRequest.sanitize(value)),\n\n DEFAULT: Object.freeze({\n portName: '',\n deviceAddress: 0,\n timeout: 0,\n }) as Readonly<Ge1GripperOpenConnectionRequest>,\n\n sanitize: (value: Ge1GripperOpenConnectionRequest): Ge1GripperOpenConnectionRequest => {\n if (value == null) { throw new TypeError('Expected Ge1GripperOpenConnectionRequest object but got null or undefined.') }\n if (typeof value !== 'object') { throw new TypeError(`Expected Ge1GripperOpenConnectionRequest object but got ${typeof value}.`) }\n return {\n portName: sanitizer.sanitizeString(value.portName, 'portName'),\n deviceAddress: sanitizer.sanitizeInt(value.deviceAddress, 'deviceAddress'),\n timeout: sanitizer.sanitizeInt(value.timeout, 'timeout'),\n };\n },\n\n convert: (value: BSON.Document): Ge1GripperOpenConnectionRequest => ({\n portName: value.portName,\n deviceAddress: value.deviceAddress,\n timeout: value.timeout,\n }),\n\n isA: (value: any): value is Ge1GripperOpenConnectionRequest => {\n const castValue = value as Ge1GripperOpenConnectionRequest;\n return (\n value != null &&\n typeof value === 'object' &&\n sanitizer.isString(castValue.portName) &&\n sanitizer.isInt(castValue.deviceAddress) &&\n sanitizer.isInt(castValue.timeout)\n );\n },\n};\n"]}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { BSON } from 'bson';
|
|
2
|
-
export interface Ge1GripperReadRegisterRequest {
|
|
3
|
-
connectionId: number;
|
|
4
|
-
registerAddress: number;
|
|
5
|
-
}
|
|
6
|
-
export declare const Ge1GripperReadRegisterRequest: {
|
|
7
|
-
fromBinary: (buffer: Uint8Array) => Ge1GripperReadRegisterRequest;
|
|
8
|
-
toBinary: (value: Ge1GripperReadRegisterRequest) => Uint8Array;
|
|
9
|
-
DEFAULT: Readonly<Ge1GripperReadRegisterRequest>;
|
|
10
|
-
sanitize: (value: Ge1GripperReadRegisterRequest) => Ge1GripperReadRegisterRequest;
|
|
11
|
-
convert: (value: BSON.Document) => Ge1GripperReadRegisterRequest;
|
|
12
|
-
isA: (value: any) => value is Ge1GripperReadRegisterRequest;
|
|
13
|
-
};
|
|
14
|
-
//# sourceMappingURL=ge_1_gripper_read_register_request.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_read_register_request.d.ts","sourceRoot":"","sources":["../../../src/requests/ge_1_gripper_read_register_request.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAG5B,MAAM,WAAW,6BAA6B;IAC5C,YAAY,EAAE,MAAM,CAAC;IAErB,eAAe,EAAE,MAAM,CAAC;CAEzB;AAED,eAAO,MAAM,6BAA6B;yBACnB,UAAU,KAAG,6BAA6B;sBAE7C,6BAA6B,KAAG,UAAU;;sBAO1C,6BAA6B,KAAG,6BAA6B;qBAS9D,KAAK,QAAQ,KAAG,6BAA6B;iBAKjD,GAAG;CASjB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_read_register_request.js","sourceRoot":"","sources":["../../../src/requests/ge_1_gripper_read_register_request.ts"],"names":[],"mappings":";;;AAAA,wDAAwD;AACxD,wDAAwD;AACxD,+BAA4B;AAC5B,oDAAiD;AASpC,QAAA,6BAA6B,GAAG;IAC3C,UAAU,EAAE,CAAC,MAAkB,EAAiC,EAAE,CAAC,qCAA6B,CAAC,OAAO,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC;IAEzJ,QAAQ,EAAE,CAAC,KAAoC,EAAc,EAAE,CAAC,WAAI,CAAC,SAAS,CAAC,qCAA6B,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IAE7H,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC;QACrB,YAAY,EAAE,CAAC;QACf,eAAe,EAAE,CAAC;KACnB,CAA4C;IAE7C,QAAQ,EAAE,CAAC,KAAoC,EAAiC,EAAE;QAChF,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,0EAA0E,CAAC,CAAA;QAAC,CAAC;QACtH,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,yDAAyD,OAAO,KAAK,GAAG,CAAC,CAAA;QAAC,CAAC;QAChI,OAAO;YACL,YAAY,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,YAAY,EAAE,cAAc,CAAC;YACvE,eAAe,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,eAAe,EAAE,iBAAiB,CAAC;SACjF,CAAC;IACJ,CAAC;IAED,OAAO,EAAE,CAAC,KAAoB,EAAiC,EAAE,CAAC,CAAC;QACjE,YAAY,EAAE,KAAK,CAAC,YAAY;QAChC,eAAe,EAAE,KAAK,CAAC,eAAe;KACvC,CAAC;IAEF,GAAG,EAAE,CAAC,KAAU,EAA0C,EAAE;QAC1D,MAAM,SAAS,GAAG,KAAsC,CAAC;QACzD,OAAO,CACL,KAAK,IAAI,IAAI;YACb,OAAO,KAAK,KAAK,QAAQ;YACzB,qBAAS,CAAC,KAAK,CAAC,SAAS,CAAC,YAAY,CAAC;YACvC,qBAAS,CAAC,KAAK,CAAC,SAAS,CAAC,eAAe,CAAC,CAC3C,CAAC;IACJ,CAAC;CACF,CAAC","sourcesContent":["// ===== THIS FILE IS GENERATED FROM A TEMPLATE ===== //\n// ============== DO NOT EDIT DIRECTLY ============== //\nimport { BSON } from 'bson';\nimport { sanitizer } from '../gateway/sanitizer';\n\nexport interface Ge1GripperReadRegisterRequest {\n connectionId: number;\n\n registerAddress: number;\n\n}\n\nexport const Ge1GripperReadRegisterRequest = {\n fromBinary: (buffer: Uint8Array): Ge1GripperReadRegisterRequest => Ge1GripperReadRegisterRequest.convert(BSON.deserialize(buffer, { useBigInt64: true })),\n\n toBinary: (value: Ge1GripperReadRegisterRequest): Uint8Array => BSON.serialize(Ge1GripperReadRegisterRequest.sanitize(value)),\n\n DEFAULT: Object.freeze({\n connectionId: 0,\n registerAddress: 0,\n }) as Readonly<Ge1GripperReadRegisterRequest>,\n\n sanitize: (value: Ge1GripperReadRegisterRequest): Ge1GripperReadRegisterRequest => {\n if (value == null) { throw new TypeError('Expected Ge1GripperReadRegisterRequest object but got null or undefined.') }\n if (typeof value !== 'object') { throw new TypeError(`Expected Ge1GripperReadRegisterRequest object but got ${typeof value}.`) }\n return {\n connectionId: sanitizer.sanitizeInt(value.connectionId, 'connectionId'),\n registerAddress: sanitizer.sanitizeInt(value.registerAddress, 'registerAddress'),\n };\n },\n\n convert: (value: BSON.Document): Ge1GripperReadRegisterRequest => ({\n connectionId: value.connectionId,\n registerAddress: value.registerAddress,\n }),\n\n isA: (value: any): value is Ge1GripperReadRegisterRequest => {\n const castValue = value as Ge1GripperReadRegisterRequest;\n return (\n value != null &&\n typeof value === 'object' &&\n sanitizer.isInt(castValue.connectionId) &&\n sanitizer.isInt(castValue.registerAddress)\n );\n },\n};\n"]}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { BSON } from 'bson';
|
|
2
|
-
export interface Ge1GripperSetAutoHomeRequest {
|
|
3
|
-
connectionId: number;
|
|
4
|
-
enabled: boolean;
|
|
5
|
-
saveToFlash: boolean;
|
|
6
|
-
}
|
|
7
|
-
export declare const Ge1GripperSetAutoHomeRequest: {
|
|
8
|
-
fromBinary: (buffer: Uint8Array) => Ge1GripperSetAutoHomeRequest;
|
|
9
|
-
toBinary: (value: Ge1GripperSetAutoHomeRequest) => Uint8Array;
|
|
10
|
-
DEFAULT: Readonly<Ge1GripperSetAutoHomeRequest>;
|
|
11
|
-
sanitize: (value: Ge1GripperSetAutoHomeRequest) => Ge1GripperSetAutoHomeRequest;
|
|
12
|
-
convert: (value: BSON.Document) => Ge1GripperSetAutoHomeRequest;
|
|
13
|
-
isA: (value: any) => value is Ge1GripperSetAutoHomeRequest;
|
|
14
|
-
};
|
|
15
|
-
//# sourceMappingURL=ge_1_gripper_set_auto_home_request.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_set_auto_home_request.d.ts","sourceRoot":"","sources":["../../../src/requests/ge_1_gripper_set_auto_home_request.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAG5B,MAAM,WAAW,4BAA4B;IAC3C,YAAY,EAAE,MAAM,CAAC;IAErB,OAAO,EAAE,OAAO,CAAC;IAEjB,WAAW,EAAE,OAAO,CAAC;CAEtB;AAED,eAAO,MAAM,4BAA4B;yBAClB,UAAU,KAAG,4BAA4B;sBAE5C,4BAA4B,KAAG,UAAU;;sBAQzC,4BAA4B,KAAG,4BAA4B;qBAU5D,KAAK,QAAQ,KAAG,4BAA4B;iBAMhD,GAAG;CAUjB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ge_1_gripper_set_auto_home_request.js","sourceRoot":"","sources":["../../../src/requests/ge_1_gripper_set_auto_home_request.ts"],"names":[],"mappings":";;;AAAA,wDAAwD;AACxD,wDAAwD;AACxD,+BAA4B;AAC5B,oDAAiD;AAWpC,QAAA,4BAA4B,GAAG;IAC1C,UAAU,EAAE,CAAC,MAAkB,EAAgC,EAAE,CAAC,oCAA4B,CAAC,OAAO,CAAC,WAAI,CAAC,WAAW,CAAC,MAAM,EAAE,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC;IAEvJ,QAAQ,EAAE,CAAC,KAAmC,EAAc,EAAE,CAAC,WAAI,CAAC,SAAS,CAAC,oCAA4B,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IAE3H,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC;QACrB,YAAY,EAAE,CAAC;QACf,OAAO,EAAE,KAAK;QACd,WAAW,EAAE,KAAK;KACnB,CAA2C;IAE5C,QAAQ,EAAE,CAAC,KAAmC,EAAgC,EAAE;QAC9E,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,yEAAyE,CAAC,CAAA;QAAC,CAAC;QACrH,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;YAAC,MAAM,IAAI,SAAS,CAAC,wDAAwD,OAAO,KAAK,GAAG,CAAC,CAAA;QAAC,CAAC;QAC/H,OAAO;YACL,YAAY,EAAE,qBAAS,CAAC,WAAW,CAAC,KAAK,CAAC,YAAY,EAAE,cAAc,CAAC;YACvE,OAAO,EAAE,qBAAS,CAAC,YAAY,CAAC,KAAK,CAAC,OAAO,EAAE,SAAS,CAAC;YACzD,WAAW,EAAE,qBAAS,CAAC,YAAY,CAAC,KAAK,CAAC,WAAW,EAAE,aAAa,CAAC;SACtE,CAAC;IACJ,CAAC;IAED,OAAO,EAAE,CAAC,KAAoB,EAAgC,EAAE,CAAC,CAAC;QAChE,YAAY,EAAE,KAAK,CAAC,YAAY;QAChC,OAAO,EAAE,KAAK,CAAC,OAAO;QACtB,WAAW,EAAE,KAAK,CAAC,WAAW;KAC/B,CAAC;IAEF,GAAG,EAAE,CAAC,KAAU,EAAyC,EAAE;QACzD,MAAM,SAAS,GAAG,KAAqC,CAAC;QACxD,OAAO,CACL,KAAK,IAAI,IAAI;YACb,OAAO,KAAK,KAAK,QAAQ;YACzB,qBAAS,CAAC,KAAK,CAAC,SAAS,CAAC,YAAY,CAAC;YACvC,qBAAS,CAAC,MAAM,CAAC,SAAS,CAAC,OAAO,CAAC;YACnC,qBAAS,CAAC,MAAM,CAAC,SAAS,CAAC,WAAW,CAAC,CACxC,CAAC;IACJ,CAAC;CACF,CAAC","sourcesContent":["// ===== THIS FILE IS GENERATED FROM A TEMPLATE ===== //\n// ============== DO NOT EDIT DIRECTLY ============== //\nimport { BSON } from 'bson';\nimport { sanitizer } from '../gateway/sanitizer';\n\nexport interface Ge1GripperSetAutoHomeRequest {\n connectionId: number;\n\n enabled: boolean;\n\n saveToFlash: boolean;\n\n}\n\nexport const Ge1GripperSetAutoHomeRequest = {\n fromBinary: (buffer: Uint8Array): Ge1GripperSetAutoHomeRequest => Ge1GripperSetAutoHomeRequest.convert(BSON.deserialize(buffer, { useBigInt64: true })),\n\n toBinary: (value: Ge1GripperSetAutoHomeRequest): Uint8Array => BSON.serialize(Ge1GripperSetAutoHomeRequest.sanitize(value)),\n\n DEFAULT: Object.freeze({\n connectionId: 0,\n enabled: false,\n saveToFlash: false,\n }) as Readonly<Ge1GripperSetAutoHomeRequest>,\n\n sanitize: (value: Ge1GripperSetAutoHomeRequest): Ge1GripperSetAutoHomeRequest => {\n if (value == null) { throw new TypeError('Expected Ge1GripperSetAutoHomeRequest object but got null or undefined.') }\n if (typeof value !== 'object') { throw new TypeError(`Expected Ge1GripperSetAutoHomeRequest object but got ${typeof value}.`) }\n return {\n connectionId: sanitizer.sanitizeInt(value.connectionId, 'connectionId'),\n enabled: sanitizer.sanitizeBool(value.enabled, 'enabled'),\n saveToFlash: sanitizer.sanitizeBool(value.saveToFlash, 'saveToFlash'),\n };\n },\n\n convert: (value: BSON.Document): Ge1GripperSetAutoHomeRequest => ({\n connectionId: value.connectionId,\n enabled: value.enabled,\n saveToFlash: value.saveToFlash,\n }),\n\n isA: (value: any): value is Ge1GripperSetAutoHomeRequest => {\n const castValue = value as Ge1GripperSetAutoHomeRequest;\n return (\n value != null &&\n typeof value === 'object' &&\n sanitizer.isInt(castValue.connectionId) &&\n sanitizer.isBool(castValue.enabled) &&\n sanitizer.isBool(castValue.saveToFlash)\n );\n },\n};\n"]}
|