node-opcua-nodeset-auto-id 2.51.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 +20 -0
- package/dist/dt_access_result.d.ts +21 -0
- package/dist/dt_access_result.js +3 -0
- package/dist/dt_access_result.js.map +1 -0
- package/dist/dt_antenna_name_id_pair.d.ts +14 -0
- package/dist/dt_antenna_name_id_pair.js +3 -0
- package/dist/dt_antenna_name_id_pair.js.map +1 -0
- package/dist/dt_dhcp_geo_conf_coordinate.d.ts +23 -0
- package/dist/dt_dhcp_geo_conf_coordinate.js +3 -0
- package/dist/dt_dhcp_geo_conf_coordinate.js.map +1 -0
- package/dist/dt_local_coordinate.d.ts +21 -0
- package/dist/dt_local_coordinate.js +3 -0
- package/dist/dt_local_coordinate.js.map +1 -0
- package/dist/dt_location.d.ts +18 -0
- package/dist/dt_location.js +3 -0
- package/dist/dt_location.js.map +1 -0
- package/dist/dt_ocr_scan_result.d.ts +34 -0
- package/dist/dt_ocr_scan_result.js +3 -0
- package/dist/dt_ocr_scan_result.js.map +1 -0
- package/dist/dt_optical_scan_result.d.ts +30 -0
- package/dist/dt_optical_scan_result.js +3 -0
- package/dist/dt_optical_scan_result.js.map +1 -0
- package/dist/dt_optical_verifier_scan_result.d.ts +39 -0
- package/dist/dt_optical_verifier_scan_result.js +3 -0
- package/dist/dt_optical_verifier_scan_result.js.map +1 -0
- package/dist/dt_position.d.ts +17 -0
- package/dist/dt_position.js +3 -0
- package/dist/dt_position.js.map +1 -0
- package/dist/dt_rfid_access_result.d.ts +36 -0
- package/dist/dt_rfid_access_result.js +3 -0
- package/dist/dt_rfid_access_result.js.map +1 -0
- package/dist/dt_rfid_scan_result.d.ts +25 -0
- package/dist/dt_rfid_scan_result.js +3 -0
- package/dist/dt_rfid_scan_result.js.map +1 -0
- package/dist/dt_rfid_sighting.d.ts +20 -0
- package/dist/dt_rfid_sighting.js +3 -0
- package/dist/dt_rfid_sighting.js.map +1 -0
- package/dist/dt_rotation.d.ts +14 -0
- package/dist/dt_rotation.js +3 -0
- package/dist/dt_rotation.js.map +1 -0
- package/dist/dt_rtls_location_result.d.ts +27 -0
- package/dist/dt_rtls_location_result.js +3 -0
- package/dist/dt_rtls_location_result.js.map +1 -0
- package/dist/dt_scan_data.d.ts +18 -0
- package/dist/dt_scan_data.js +3 -0
- package/dist/dt_scan_data.js.map +1 -0
- package/dist/dt_scan_data_epc.d.ts +17 -0
- package/dist/dt_scan_data_epc.js +3 -0
- package/dist/dt_scan_data_epc.js.map +1 -0
- package/dist/dt_scan_result.d.ts +22 -0
- package/dist/dt_scan_result.js +3 -0
- package/dist/dt_scan_result.js.map +1 -0
- package/dist/dt_scan_settings.d.ts +17 -0
- package/dist/dt_scan_settings.js +3 -0
- package/dist/dt_scan_settings.js.map +1 -0
- package/dist/dt_wgs_84_coordinate.d.ts +21 -0
- package/dist/dt_wgs_84_coordinate.js +3 -0
- package/dist/dt_wgs_84_coordinate.js.map +1 -0
- package/dist/enum_auto_id_operation_status.d.ts +0 -0
- package/dist/enum_auto_id_operation_status.js +0 -0
- package/dist/enum_auto_id_operation_status.js.map +1 -0
- package/dist/enum_device_status.d.ts +14 -0
- package/dist/enum_device_status.js +20 -0
- package/dist/enum_device_status.js.map +1 -0
- package/dist/enum_location_type.d.ts +14 -0
- package/dist/enum_location_type.js +20 -0
- package/dist/enum_location_type.js.map +1 -0
- package/dist/enum_rfid_lock_operation.d.ts +14 -0
- package/dist/enum_rfid_lock_operation.js +20 -0
- package/dist/enum_rfid_lock_operation.js.map +1 -0
- package/dist/enum_rfid_lock_region.d.ts +15 -0
- package/dist/enum_rfid_lock_region.js +21 -0
- package/dist/enum_rfid_lock_region.js.map +1 -0
- package/dist/enum_rfid_password_type.d.ts +14 -0
- package/dist/enum_rfid_password_type.js +20 -0
- package/dist/enum_rfid_password_type.js.map +1 -0
- package/dist/index.d.ts +43 -0
- package/dist/index.js +56 -0
- package/dist/index.js.map +1 -0
- package/dist/ua_auto_id_access_event.d.ts +35 -0
- package/dist/ua_auto_id_access_event.js +3 -0
- package/dist/ua_auto_id_access_event.js.map +1 -0
- package/dist/ua_auto_id_device.d.ts +104 -0
- package/dist/ua_auto_id_device.js +3 -0
- package/dist/ua_auto_id_device.js.map +1 -0
- package/dist/ua_auto_id_diagnostics_event.d.ts +23 -0
- package/dist/ua_auto_id_diagnostics_event.js +3 -0
- package/dist/ua_auto_id_diagnostics_event.js.map +1 -0
- package/dist/ua_auto_id_log_entry_event.d.ts +15 -0
- package/dist/ua_auto_id_log_entry_event.js +3 -0
- package/dist/ua_auto_id_log_entry_event.js.map +1 -0
- package/dist/ua_auto_id_presence_event.d.ts +23 -0
- package/dist/ua_auto_id_presence_event.js +3 -0
- package/dist/ua_auto_id_presence_event.js.map +1 -0
- package/dist/ua_auto_id_scan_event.d.ts +19 -0
- package/dist/ua_auto_id_scan_event.js +3 -0
- package/dist/ua_auto_id_scan_event.js.map +1 -0
- package/dist/ua_location_variable.d.ts +23 -0
- package/dist/ua_location_variable.js +3 -0
- package/dist/ua_location_variable.js.map +1 -0
- package/dist/ua_ocr_reader_device.d.ts +34 -0
- package/dist/ua_ocr_reader_device.js +3 -0
- package/dist/ua_ocr_reader_device.js.map +1 -0
- package/dist/ua_ocr_scan_event.d.ts +17 -0
- package/dist/ua_ocr_scan_event.js +3 -0
- package/dist/ua_ocr_scan_event.js.map +1 -0
- package/dist/ua_optical_reader_device.d.ts +34 -0
- package/dist/ua_optical_reader_device.js +3 -0
- package/dist/ua_optical_reader_device.js.map +1 -0
- package/dist/ua_optical_scan_event.d.ts +17 -0
- package/dist/ua_optical_scan_event.js +3 -0
- package/dist/ua_optical_scan_event.js.map +1 -0
- package/dist/ua_optical_verifier_device.d.ts +15 -0
- package/dist/ua_optical_verifier_device.js +3 -0
- package/dist/ua_optical_verifier_device.js.map +1 -0
- package/dist/ua_optical_verifier_scan_event.d.ts +17 -0
- package/dist/ua_optical_verifier_scan_event.js +3 -0
- package/dist/ua_optical_verifier_scan_event.js.map +1 -0
- package/dist/ua_rfid_access_event.d.ts +24 -0
- package/dist/ua_rfid_access_event.js +3 -0
- package/dist/ua_rfid_access_event.js.map +1 -0
- package/dist/ua_rfid_reader_device.d.ts +82 -0
- package/dist/ua_rfid_reader_device.js +3 -0
- package/dist/ua_rfid_reader_device.js.map +1 -0
- package/dist/ua_rfid_scan_event.d.ts +17 -0
- package/dist/ua_rfid_scan_event.js +3 -0
- package/dist/ua_rfid_scan_event.js.map +1 -0
- package/dist/ua_rtls_device.d.ts +24 -0
- package/dist/ua_rtls_device.js +3 -0
- package/dist/ua_rtls_device.js.map +1 -0
- package/dist/ua_rtls_location_event.d.ts +17 -0
- package/dist/ua_rtls_location_event.js +3 -0
- package/dist/ua_rtls_location_event.js.map +1 -0
- package/package.json +23 -0
- package/pnpm-lock.yaml +21 -0
- package/source/dt_access_result.ts +22 -0
- package/source/dt_antenna_name_id_pair.ts +15 -0
- package/source/dt_dhcp_geo_conf_coordinate.ts +24 -0
- package/source/dt_local_coordinate.ts +22 -0
- package/source/dt_location.ts +19 -0
- package/source/dt_ocr_scan_result.ts +35 -0
- package/source/dt_optical_scan_result.ts +31 -0
- package/source/dt_optical_verifier_scan_result.ts +40 -0
- package/source/dt_position.ts +18 -0
- package/source/dt_rfid_access_result.ts +37 -0
- package/source/dt_rfid_scan_result.ts +26 -0
- package/source/dt_rfid_sighting.ts +21 -0
- package/source/dt_rotation.ts +15 -0
- package/source/dt_rtls_location_result.ts +28 -0
- package/source/dt_scan_data.ts +18 -0
- package/source/dt_scan_data_epc.ts +17 -0
- package/source/dt_scan_result.ts +23 -0
- package/source/dt_scan_settings.ts +18 -0
- package/source/dt_wgs_84_coordinate.ts +22 -0
- package/source/enum_auto_id_operation_status.ts +0 -0
- package/source/enum_device_status.ts +16 -0
- package/source/enum_location_type.ts +16 -0
- package/source/enum_rfid_lock_operation.ts +16 -0
- package/source/enum_rfid_lock_region.ts +17 -0
- package/source/enum_rfid_password_type.ts +16 -0
- package/source/index.ts +43 -0
- package/source/ua_auto_id_access_event.ts +36 -0
- package/source/ua_auto_id_device.ts +108 -0
- package/source/ua_auto_id_diagnostics_event.ts +27 -0
- package/source/ua_auto_id_log_entry_event.ts +16 -0
- package/source/ua_auto_id_presence_event.ts +24 -0
- package/source/ua_auto_id_scan_event.ts +20 -0
- package/source/ua_location_variable.ts +24 -0
- package/source/ua_ocr_reader_device.ts +36 -0
- package/source/ua_ocr_scan_event.ts +19 -0
- package/source/ua_optical_reader_device.ts +36 -0
- package/source/ua_optical_scan_event.ts +19 -0
- package/source/ua_optical_verifier_device.ts +18 -0
- package/source/ua_optical_verifier_scan_event.ts +20 -0
- package/source/ua_rfid_access_event.ts +26 -0
- package/source/ua_rfid_reader_device.ts +84 -0
- package/source/ua_rfid_scan_event.ts +19 -0
- package/source/ua_rtls_device.ts +26 -0
- package/source/ua_rtls_location_event.ts +19 -0
- package/tsconfig.json +25 -0
- package/tsconfig.tsbuildinfo +1 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Int32, UAString } from "node-opcua-basic-types";
|
|
2
|
+
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |-----------|--------------------------------------------------|
|
|
6
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
7
|
+
* | nodeClass |DataType |
|
|
8
|
+
* | name |3:WGS84Coordinate |
|
|
9
|
+
* | isAbstract|false |
|
|
10
|
+
*/
|
|
11
|
+
export interface DTWGS84Coordinate extends DTStructure {
|
|
12
|
+
"n/S_Hemisphere": UAString;
|
|
13
|
+
latitude: number;
|
|
14
|
+
"e/W_Hemisphere": UAString;
|
|
15
|
+
longitude: number;
|
|
16
|
+
altitude: number;
|
|
17
|
+
timestamp: Date;
|
|
18
|
+
dilutionOfPrecision: number;
|
|
19
|
+
usefulPrecisionLatLon: Int32;
|
|
20
|
+
usefulPrecisionAlt: Int32;
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dt_wgs_84_coordinate.js","sourceRoot":"","sources":["../source/dt_wgs_84_coordinate.ts"],"names":[],"mappings":""}
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enum_auto_id_operation_status.js","sourceRoot":"","sources":["../source/enum_auto_id_operation_status.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;GAOG;AACH,IAAY,yBAwGX;AAxGD,WAAY,yBAAyB;IACnC;;OAEG;IACH,+EAAW,CAAA;IACX;;OAEG;IACH,iGAAoB,CAAA;IACpB;;OAEG;IACH,qGAAsB,CAAA;IACtB;;OAEG;IACH,+FAAmB,CAAA;IACnB;;OAEG;IACH,6FAAkB,CAAA;IAClB;;OAEG;IACH,6GAA0B,CAAA;IAC1B;;OAEG;IACH,2GAAyB,CAAA;IACzB;;OAEG;IACH,qGAAsB,CAAA;IACtB;;;;;OAKG;IACH,2FAAiB,CAAA;IACjB;;;;OAIG;IACH,yGAAwB,CAAA;IACxB;;;;OAIG;IACH,sFAAe,CAAA;IACf;;;OAGG;IACH,8FAAmB,CAAA;IACnB;;OAEG;IACH,wFAAgB,CAAA;IAChB;;;OAGG;IACH,sGAAuB,CAAA;IACvB;;;OAGG;IACH,wFAAgB,CAAA;IAChB;;;OAGG;IACH,gHAA4B,CAAA;IAC5B;;;OAGG;IACH,0GAAyB,CAAA;IACzB;;;OAGG;IACH,kGAAqB,CAAA;IACrB;;OAEG;IACH,4GAA0B,CAAA;IAC1B;;;;OAIG;IACH,8GAA2B,CAAA;IAC3B;;OAEG;IACH,0FAAiB,CAAA;IACjB;;OAEG;IACH,wGAAwB,CAAA;AAC1B,CAAC,EAxGW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAwGpC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|--------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |3:DeviceStatusEnumeration |
|
|
7
|
+
* | isAbstract|false |
|
|
8
|
+
*/
|
|
9
|
+
export declare enum EnumDeviceStatus {
|
|
10
|
+
Idle = 0,
|
|
11
|
+
Error = 1,
|
|
12
|
+
Scanning = 2,
|
|
13
|
+
Busy = 3
|
|
14
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// ----- this file has been automatically generated - do not edit
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.EnumDeviceStatus = void 0;
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|--------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |3:DeviceStatusEnumeration |
|
|
11
|
+
* | isAbstract|false |
|
|
12
|
+
*/
|
|
13
|
+
var EnumDeviceStatus;
|
|
14
|
+
(function (EnumDeviceStatus) {
|
|
15
|
+
EnumDeviceStatus[EnumDeviceStatus["Idle"] = 0] = "Idle";
|
|
16
|
+
EnumDeviceStatus[EnumDeviceStatus["Error"] = 1] = "Error";
|
|
17
|
+
EnumDeviceStatus[EnumDeviceStatus["Scanning"] = 2] = "Scanning";
|
|
18
|
+
EnumDeviceStatus[EnumDeviceStatus["Busy"] = 3] = "Busy";
|
|
19
|
+
})(EnumDeviceStatus = exports.EnumDeviceStatus || (exports.EnumDeviceStatus = {}));
|
|
20
|
+
//# sourceMappingURL=enum_device_status.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enum_device_status.js","sourceRoot":"","sources":["../source/enum_device_status.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;GAOG;AACH,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,uDAAQ,CAAA;IACR,yDAAS,CAAA;IACT,+DAAY,CAAA;IACZ,uDAAQ,CAAA;AACV,CAAC,EALW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAK3B"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|--------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |3:LocationTypeEnumeration |
|
|
7
|
+
* | isAbstract|false |
|
|
8
|
+
*/
|
|
9
|
+
export declare enum EnumLocationType {
|
|
10
|
+
NMEA = 0,
|
|
11
|
+
LOCAL = 1,
|
|
12
|
+
WGS84 = 2,
|
|
13
|
+
NAME = 3
|
|
14
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// ----- this file has been automatically generated - do not edit
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.EnumLocationType = void 0;
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|--------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |3:LocationTypeEnumeration |
|
|
11
|
+
* | isAbstract|false |
|
|
12
|
+
*/
|
|
13
|
+
var EnumLocationType;
|
|
14
|
+
(function (EnumLocationType) {
|
|
15
|
+
EnumLocationType[EnumLocationType["NMEA"] = 0] = "NMEA";
|
|
16
|
+
EnumLocationType[EnumLocationType["LOCAL"] = 1] = "LOCAL";
|
|
17
|
+
EnumLocationType[EnumLocationType["WGS84"] = 2] = "WGS84";
|
|
18
|
+
EnumLocationType[EnumLocationType["NAME"] = 3] = "NAME";
|
|
19
|
+
})(EnumLocationType = exports.EnumLocationType || (exports.EnumLocationType = {}));
|
|
20
|
+
//# sourceMappingURL=enum_location_type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enum_location_type.js","sourceRoot":"","sources":["../source/enum_location_type.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;GAOG;AACH,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,uDAAQ,CAAA;IACR,yDAAS,CAAA;IACT,yDAAS,CAAA;IACT,uDAAQ,CAAA;AACV,CAAC,EALW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAK3B"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|--------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |3:RfidLockOperationEnumeration |
|
|
7
|
+
* | isAbstract|false |
|
|
8
|
+
*/
|
|
9
|
+
export declare enum EnumRfidLockOperation {
|
|
10
|
+
Lock = 0,
|
|
11
|
+
Unlock = 1,
|
|
12
|
+
PermanentLock = 2,
|
|
13
|
+
PermanentUnlock = 3
|
|
14
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// ----- this file has been automatically generated - do not edit
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.EnumRfidLockOperation = void 0;
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|--------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |3:RfidLockOperationEnumeration |
|
|
11
|
+
* | isAbstract|false |
|
|
12
|
+
*/
|
|
13
|
+
var EnumRfidLockOperation;
|
|
14
|
+
(function (EnumRfidLockOperation) {
|
|
15
|
+
EnumRfidLockOperation[EnumRfidLockOperation["Lock"] = 0] = "Lock";
|
|
16
|
+
EnumRfidLockOperation[EnumRfidLockOperation["Unlock"] = 1] = "Unlock";
|
|
17
|
+
EnumRfidLockOperation[EnumRfidLockOperation["PermanentLock"] = 2] = "PermanentLock";
|
|
18
|
+
EnumRfidLockOperation[EnumRfidLockOperation["PermanentUnlock"] = 3] = "PermanentUnlock";
|
|
19
|
+
})(EnumRfidLockOperation = exports.EnumRfidLockOperation || (exports.EnumRfidLockOperation = {}));
|
|
20
|
+
//# sourceMappingURL=enum_rfid_lock_operation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enum_rfid_lock_operation.js","sourceRoot":"","sources":["../source/enum_rfid_lock_operation.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;GAOG;AACH,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC/B,iEAAQ,CAAA;IACR,qEAAU,CAAA;IACV,mFAAiB,CAAA;IACjB,uFAAmB,CAAA;AACrB,CAAC,EALW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAKhC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|--------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |3:RfidLockRegionEnumeration |
|
|
7
|
+
* | isAbstract|false |
|
|
8
|
+
*/
|
|
9
|
+
export declare enum EnumRfidLockRegion {
|
|
10
|
+
Kill = 0,
|
|
11
|
+
Access = 1,
|
|
12
|
+
EPC = 2,
|
|
13
|
+
TID = 3,
|
|
14
|
+
User = 4
|
|
15
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// ----- this file has been automatically generated - do not edit
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.EnumRfidLockRegion = void 0;
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|--------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |3:RfidLockRegionEnumeration |
|
|
11
|
+
* | isAbstract|false |
|
|
12
|
+
*/
|
|
13
|
+
var EnumRfidLockRegion;
|
|
14
|
+
(function (EnumRfidLockRegion) {
|
|
15
|
+
EnumRfidLockRegion[EnumRfidLockRegion["Kill"] = 0] = "Kill";
|
|
16
|
+
EnumRfidLockRegion[EnumRfidLockRegion["Access"] = 1] = "Access";
|
|
17
|
+
EnumRfidLockRegion[EnumRfidLockRegion["EPC"] = 2] = "EPC";
|
|
18
|
+
EnumRfidLockRegion[EnumRfidLockRegion["TID"] = 3] = "TID";
|
|
19
|
+
EnumRfidLockRegion[EnumRfidLockRegion["User"] = 4] = "User";
|
|
20
|
+
})(EnumRfidLockRegion = exports.EnumRfidLockRegion || (exports.EnumRfidLockRegion = {}));
|
|
21
|
+
//# sourceMappingURL=enum_rfid_lock_region.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enum_rfid_lock_region.js","sourceRoot":"","sources":["../source/enum_rfid_lock_region.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;GAOG;AACH,IAAY,kBAMX;AAND,WAAY,kBAAkB;IAC5B,2DAAQ,CAAA;IACR,+DAAU,CAAA;IACV,yDAAO,CAAA;IACP,yDAAO,CAAA;IACP,2DAAQ,CAAA;AACV,CAAC,EANW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAM7B"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|--------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |3:RfidPasswordTypeEnumeration |
|
|
7
|
+
* | isAbstract|false |
|
|
8
|
+
*/
|
|
9
|
+
export declare enum EnumRfidPasswordType {
|
|
10
|
+
Access = 0,
|
|
11
|
+
Kill = 1,
|
|
12
|
+
Read = 2,
|
|
13
|
+
Write = 3
|
|
14
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// ----- this file has been automatically generated - do not edit
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.EnumRfidPasswordType = void 0;
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|--------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |3:RfidPasswordTypeEnumeration |
|
|
11
|
+
* | isAbstract|false |
|
|
12
|
+
*/
|
|
13
|
+
var EnumRfidPasswordType;
|
|
14
|
+
(function (EnumRfidPasswordType) {
|
|
15
|
+
EnumRfidPasswordType[EnumRfidPasswordType["Access"] = 0] = "Access";
|
|
16
|
+
EnumRfidPasswordType[EnumRfidPasswordType["Kill"] = 1] = "Kill";
|
|
17
|
+
EnumRfidPasswordType[EnumRfidPasswordType["Read"] = 2] = "Read";
|
|
18
|
+
EnumRfidPasswordType[EnumRfidPasswordType["Write"] = 3] = "Write";
|
|
19
|
+
})(EnumRfidPasswordType = exports.EnumRfidPasswordType || (exports.EnumRfidPasswordType = {}));
|
|
20
|
+
//# sourceMappingURL=enum_rfid_password_type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enum_rfid_password_type.js","sourceRoot":"","sources":["../source/enum_rfid_password_type.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;GAOG;AACH,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC9B,mEAAU,CAAA;IACV,+DAAQ,CAAA;IACR,+DAAQ,CAAA;IACR,iEAAS,CAAA;AACX,CAAC,EALW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAK/B"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export * from "./dt_access_result";
|
|
2
|
+
export * from "./dt_antenna_name_id_pair";
|
|
3
|
+
export * from "./dt_dhcp_geo_conf_coordinate";
|
|
4
|
+
export * from "./dt_local_coordinate";
|
|
5
|
+
export * from "./dt_location";
|
|
6
|
+
export * from "./dt_ocr_scan_result";
|
|
7
|
+
export * from "./dt_optical_scan_result";
|
|
8
|
+
export * from "./dt_optical_verifier_scan_result";
|
|
9
|
+
export * from "./dt_position";
|
|
10
|
+
export * from "./dt_rfid_access_result";
|
|
11
|
+
export * from "./dt_rfid_scan_result";
|
|
12
|
+
export * from "./dt_rfid_sighting";
|
|
13
|
+
export * from "./dt_rotation";
|
|
14
|
+
export * from "./dt_rtls_location_result";
|
|
15
|
+
export * from "./dt_scan_data";
|
|
16
|
+
export * from "./dt_scan_data_epc";
|
|
17
|
+
export * from "./dt_scan_result";
|
|
18
|
+
export * from "./dt_scan_settings";
|
|
19
|
+
export * from "./dt_wgs_84_coordinate";
|
|
20
|
+
export * from "./enum_auto_id_operation_status";
|
|
21
|
+
export * from "./enum_device_status";
|
|
22
|
+
export * from "./enum_location_type";
|
|
23
|
+
export * from "./enum_rfid_lock_operation";
|
|
24
|
+
export * from "./enum_rfid_lock_region";
|
|
25
|
+
export * from "./enum_rfid_password_type";
|
|
26
|
+
export * from "./ua_auto_id_access_event";
|
|
27
|
+
export * from "./ua_auto_id_device";
|
|
28
|
+
export * from "./ua_auto_id_diagnostics_event";
|
|
29
|
+
export * from "./ua_auto_id_log_entry_event";
|
|
30
|
+
export * from "./ua_auto_id_presence_event";
|
|
31
|
+
export * from "./ua_auto_id_scan_event";
|
|
32
|
+
export * from "./ua_location_variable";
|
|
33
|
+
export * from "./ua_ocr_reader_device";
|
|
34
|
+
export * from "./ua_ocr_scan_event";
|
|
35
|
+
export * from "./ua_optical_reader_device";
|
|
36
|
+
export * from "./ua_optical_scan_event";
|
|
37
|
+
export * from "./ua_optical_verifier_device";
|
|
38
|
+
export * from "./ua_optical_verifier_scan_event";
|
|
39
|
+
export * from "./ua_rfid_access_event";
|
|
40
|
+
export * from "./ua_rfid_reader_device";
|
|
41
|
+
export * from "./ua_rfid_scan_event";
|
|
42
|
+
export * from "./ua_rtls_device";
|
|
43
|
+
export * from "./ua_rtls_location_event";
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./dt_access_result"), exports);
|
|
14
|
+
__exportStar(require("./dt_antenna_name_id_pair"), exports);
|
|
15
|
+
__exportStar(require("./dt_dhcp_geo_conf_coordinate"), exports);
|
|
16
|
+
__exportStar(require("./dt_local_coordinate"), exports);
|
|
17
|
+
__exportStar(require("./dt_location"), exports);
|
|
18
|
+
__exportStar(require("./dt_ocr_scan_result"), exports);
|
|
19
|
+
__exportStar(require("./dt_optical_scan_result"), exports);
|
|
20
|
+
__exportStar(require("./dt_optical_verifier_scan_result"), exports);
|
|
21
|
+
__exportStar(require("./dt_position"), exports);
|
|
22
|
+
__exportStar(require("./dt_rfid_access_result"), exports);
|
|
23
|
+
__exportStar(require("./dt_rfid_scan_result"), exports);
|
|
24
|
+
__exportStar(require("./dt_rfid_sighting"), exports);
|
|
25
|
+
__exportStar(require("./dt_rotation"), exports);
|
|
26
|
+
__exportStar(require("./dt_rtls_location_result"), exports);
|
|
27
|
+
__exportStar(require("./dt_scan_data"), exports);
|
|
28
|
+
__exportStar(require("./dt_scan_data_epc"), exports);
|
|
29
|
+
__exportStar(require("./dt_scan_result"), exports);
|
|
30
|
+
__exportStar(require("./dt_scan_settings"), exports);
|
|
31
|
+
__exportStar(require("./dt_wgs_84_coordinate"), exports);
|
|
32
|
+
__exportStar(require("./enum_auto_id_operation_status"), exports);
|
|
33
|
+
__exportStar(require("./enum_device_status"), exports);
|
|
34
|
+
__exportStar(require("./enum_location_type"), exports);
|
|
35
|
+
__exportStar(require("./enum_rfid_lock_operation"), exports);
|
|
36
|
+
__exportStar(require("./enum_rfid_lock_region"), exports);
|
|
37
|
+
__exportStar(require("./enum_rfid_password_type"), exports);
|
|
38
|
+
__exportStar(require("./ua_auto_id_access_event"), exports);
|
|
39
|
+
__exportStar(require("./ua_auto_id_device"), exports);
|
|
40
|
+
__exportStar(require("./ua_auto_id_diagnostics_event"), exports);
|
|
41
|
+
__exportStar(require("./ua_auto_id_log_entry_event"), exports);
|
|
42
|
+
__exportStar(require("./ua_auto_id_presence_event"), exports);
|
|
43
|
+
__exportStar(require("./ua_auto_id_scan_event"), exports);
|
|
44
|
+
__exportStar(require("./ua_location_variable"), exports);
|
|
45
|
+
__exportStar(require("./ua_ocr_reader_device"), exports);
|
|
46
|
+
__exportStar(require("./ua_ocr_scan_event"), exports);
|
|
47
|
+
__exportStar(require("./ua_optical_reader_device"), exports);
|
|
48
|
+
__exportStar(require("./ua_optical_scan_event"), exports);
|
|
49
|
+
__exportStar(require("./ua_optical_verifier_device"), exports);
|
|
50
|
+
__exportStar(require("./ua_optical_verifier_scan_event"), exports);
|
|
51
|
+
__exportStar(require("./ua_rfid_access_event"), exports);
|
|
52
|
+
__exportStar(require("./ua_rfid_reader_device"), exports);
|
|
53
|
+
__exportStar(require("./ua_rfid_scan_event"), exports);
|
|
54
|
+
__exportStar(require("./ua_rtls_device"), exports);
|
|
55
|
+
__exportStar(require("./ua_rtls_location_event"), exports);
|
|
56
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmC;AACnC,4DAA0C;AAC1C,gEAA8C;AAC9C,wDAAsC;AACtC,gDAA8B;AAC9B,uDAAqC;AACrC,2DAAyC;AACzC,oEAAkD;AAClD,gDAA8B;AAC9B,0DAAwC;AACxC,wDAAsC;AACtC,qDAAmC;AACnC,gDAA8B;AAC9B,4DAA0C;AAC1C,iDAA+B;AAC/B,qDAAmC;AACnC,mDAAiC;AACjC,qDAAmC;AACnC,yDAAuC;AACvC,kEAAgD;AAChD,uDAAqC;AACrC,uDAAqC;AACrC,6DAA2C;AAC3C,0DAAwC;AACxC,4DAA0C;AAC1C,4DAA0C;AAC1C,sDAAoC;AACpC,iEAA+C;AAC/C,+DAA6C;AAC7C,8DAA4C;AAC5C,0DAAwC;AACxC,yDAAuC;AACvC,yDAAuC;AACvC,sDAAoC;AACpC,6DAA2C;AAC3C,0DAAwC;AACxC,+DAA6C;AAC7C,mEAAiD;AACjD,yDAAuC;AACvC,0DAAwC;AACxC,uDAAqC;AACrC,mDAAiC;AACjC,2DAAyC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UAString } from "node-opcua-basic-types";
|
|
4
|
+
import { DTAccessResult } from "./dt_access_result";
|
|
5
|
+
import { UAAutoIdDiagnosticsEvent, UAAutoIdDiagnosticsEvent_Base } from "./ua_auto_id_diagnostics_event";
|
|
6
|
+
/**
|
|
7
|
+
* Data of the access on one or more AutoID
|
|
8
|
+
* Identifier.
|
|
9
|
+
*
|
|
10
|
+
* | | |
|
|
11
|
+
* |----------------|--------------------------------------------------|
|
|
12
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
13
|
+
* |nodeClass |ObjectType |
|
|
14
|
+
* |typedDefinition |3:AutoIdAccessEventType ns=3;i=1015 |
|
|
15
|
+
* |isAbstract |true |
|
|
16
|
+
*/
|
|
17
|
+
export interface UAAutoIdAccessEvent_Base extends UAAutoIdDiagnosticsEvent_Base {
|
|
18
|
+
/**
|
|
19
|
+
* accessResult
|
|
20
|
+
* Result values of the access.
|
|
21
|
+
*/
|
|
22
|
+
accessResult: UAProperty<DTAccessResult[], /*z*/ DataType.ExtensionObject>;
|
|
23
|
+
/**
|
|
24
|
+
* client
|
|
25
|
+
* Client which was the originator of the command.
|
|
26
|
+
*/
|
|
27
|
+
client?: UAProperty<UAString, /*z*/ DataType.String>;
|
|
28
|
+
/**
|
|
29
|
+
* command
|
|
30
|
+
* Access command
|
|
31
|
+
*/
|
|
32
|
+
command?: UAProperty<UAString, /*z*/ DataType.String>;
|
|
33
|
+
}
|
|
34
|
+
export interface UAAutoIdAccessEvent extends UAAutoIdDiagnosticsEvent, UAAutoIdAccessEvent_Base {
|
|
35
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_auto_id_access_event.js","sourceRoot":"","sources":["../source/ua_auto_id_access_event.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UInt32, UInt16, UAString } from "node-opcua-basic-types";
|
|
4
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
|
|
5
|
+
import { UAMultiStateDiscrete } from "node-opcua-nodeset-ua/source/ua_multi_state_discrete";
|
|
6
|
+
import { UAFunctionalGroup } from "node-opcua-nodeset-di/source/ua_functional_group";
|
|
7
|
+
import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/source/ua_device";
|
|
8
|
+
import { DTLocation } from "./dt_location";
|
|
9
|
+
import { UALocationVariable } from "./ua_location_variable";
|
|
10
|
+
export interface UAAutoIdDevice_diagnostics extends UAFunctionalGroup {
|
|
11
|
+
/**
|
|
12
|
+
* lastAccess
|
|
13
|
+
* Values of the last AutoID Identifier access.
|
|
14
|
+
*/
|
|
15
|
+
lastAccess?: UAFunctionalGroup;
|
|
16
|
+
/**
|
|
17
|
+
* logbook
|
|
18
|
+
* Values of the logbook.
|
|
19
|
+
*/
|
|
20
|
+
logbook?: UAFunctionalGroup;
|
|
21
|
+
/**
|
|
22
|
+
* presence
|
|
23
|
+
* Current presence of AutoID Identifier (e.g. a
|
|
24
|
+
* code or a transponder).
|
|
25
|
+
*/
|
|
26
|
+
presence?: UABaseDataVariable<UInt16, /*z*/ DataType.UInt16>;
|
|
27
|
+
}
|
|
28
|
+
export interface UAAutoIdDevice_runtimeParameters extends UAFunctionalGroup {
|
|
29
|
+
/**
|
|
30
|
+
* codeTypes
|
|
31
|
+
* Supported CodeTypes and selected CodeType for the
|
|
32
|
+
* ScanData.
|
|
33
|
+
*/
|
|
34
|
+
codeTypes?: UAMultiStateDiscrete<UInt32[], /*z*/ DataType.UInt32>;
|
|
35
|
+
/**
|
|
36
|
+
* scanSettings
|
|
37
|
+
* Scan settings used together with ScanActive
|
|
38
|
+
* Variable.
|
|
39
|
+
*/
|
|
40
|
+
scanSettings?: UAFunctionalGroup;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* | | |
|
|
44
|
+
* |----------------|--------------------------------------------------|
|
|
45
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
46
|
+
* |nodeClass |ObjectType |
|
|
47
|
+
* |typedDefinition |3:AutoIdDeviceType ns=3;i=1001 |
|
|
48
|
+
* |isAbstract |true |
|
|
49
|
+
*/
|
|
50
|
+
export interface UAAutoIdDevice_Base extends UADevice_Base {
|
|
51
|
+
autoIdModelVersion: UAProperty<UAString, /*z*/ DataType.String>;
|
|
52
|
+
/**
|
|
53
|
+
* deviceInfo
|
|
54
|
+
* Device status information.
|
|
55
|
+
*/
|
|
56
|
+
deviceInfo?: UAProperty<UAString, /*z*/ DataType.String>;
|
|
57
|
+
/**
|
|
58
|
+
* deviceLocation
|
|
59
|
+
* Union of GPS, UTM, Local.
|
|
60
|
+
*/
|
|
61
|
+
deviceLocation?: UALocationVariable<DTLocation>;
|
|
62
|
+
/**
|
|
63
|
+
* deviceLocationName
|
|
64
|
+
* Symbolic name of the device location.
|
|
65
|
+
*/
|
|
66
|
+
deviceLocationName?: UAProperty<UAString, /*z*/ DataType.String>;
|
|
67
|
+
/**
|
|
68
|
+
* deviceName
|
|
69
|
+
* Default could be also host name, IP address or
|
|
70
|
+
* MAC. This should be a field that can be
|
|
71
|
+
* configured for a device.
|
|
72
|
+
*/
|
|
73
|
+
deviceName: UAProperty<UAString, /*z*/ DataType.String>;
|
|
74
|
+
deviceStatus: UABaseDataVariable<any, any>;
|
|
75
|
+
/**
|
|
76
|
+
* diagnostics
|
|
77
|
+
* Diagnostic data from AutoID Devices.
|
|
78
|
+
*/
|
|
79
|
+
diagnostics?: UAAutoIdDevice_diagnostics;
|
|
80
|
+
getDeviceLocation?: UAMethod;
|
|
81
|
+
ioData?: UAFunctionalGroup;
|
|
82
|
+
/**
|
|
83
|
+
* lastScanData
|
|
84
|
+
* The last scanned AutoID Identifier.
|
|
85
|
+
*/
|
|
86
|
+
lastScanData?: UABaseDataVariable<any, any>;
|
|
87
|
+
/**
|
|
88
|
+
* lastScanTimestamp
|
|
89
|
+
* Point of time the last AutoID Identifier was
|
|
90
|
+
* scanned.
|
|
91
|
+
*/
|
|
92
|
+
lastScanTimestamp?: UABaseDataVariable<Date, /*z*/ DataType.DateTime>;
|
|
93
|
+
runtimeParameters?: UAAutoIdDevice_runtimeParameters;
|
|
94
|
+
scan?: UAMethod;
|
|
95
|
+
/**
|
|
96
|
+
* scanActive
|
|
97
|
+
* Triggers the scan process.
|
|
98
|
+
*/
|
|
99
|
+
scanActive?: UABaseDataVariable<boolean, /*z*/ DataType.Boolean>;
|
|
100
|
+
scanStart?: UAMethod;
|
|
101
|
+
scanStop?: UAMethod;
|
|
102
|
+
}
|
|
103
|
+
export interface UAAutoIdDevice extends UADevice, UAAutoIdDevice_Base {
|
|
104
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_auto_id_device.js","sourceRoot":"","sources":["../source/ua_auto_id_device.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UAString } from "node-opcua-basic-types";
|
|
4
|
+
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_base_event";
|
|
5
|
+
/**
|
|
6
|
+
* AutoID diagnostic data
|
|
7
|
+
*
|
|
8
|
+
* | | |
|
|
9
|
+
* |----------------|--------------------------------------------------|
|
|
10
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
+
* |nodeClass |ObjectType |
|
|
12
|
+
* |typedDefinition |3:AutoIdDiagnosticsEventType ns=3;i=1010 |
|
|
13
|
+
* |isAbstract |true |
|
|
14
|
+
*/
|
|
15
|
+
export interface UAAutoIdDiagnosticsEvent_Base extends UABaseEvent_Base {
|
|
16
|
+
/**
|
|
17
|
+
* deviceName
|
|
18
|
+
* Name of the device of the diagnostic data.
|
|
19
|
+
*/
|
|
20
|
+
deviceName: UAProperty<UAString, /*z*/ DataType.String>;
|
|
21
|
+
}
|
|
22
|
+
export interface UAAutoIdDiagnosticsEvent extends UABaseEvent, UAAutoIdDiagnosticsEvent_Base {
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_auto_id_diagnostics_event.js","sourceRoot":"","sources":["../source/ua_auto_id_diagnostics_event.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { UAAutoIdDiagnosticsEvent, UAAutoIdDiagnosticsEvent_Base } from "./ua_auto_id_diagnostics_event";
|
|
2
|
+
/**
|
|
3
|
+
* One entry written to the log of the device.
|
|
4
|
+
*
|
|
5
|
+
* | | |
|
|
6
|
+
* |----------------|--------------------------------------------------|
|
|
7
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
|
+
* |nodeClass |ObjectType |
|
|
9
|
+
* |typedDefinition |3:AutoIdLogEntryEventType ns=3;i=1017 |
|
|
10
|
+
* |isAbstract |true |
|
|
11
|
+
*/
|
|
12
|
+
export interface UAAutoIdLogEntryEvent_Base extends UAAutoIdDiagnosticsEvent_Base {
|
|
13
|
+
}
|
|
14
|
+
export interface UAAutoIdLogEntryEvent extends UAAutoIdDiagnosticsEvent, UAAutoIdLogEntryEvent_Base {
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_auto_id_log_entry_event.js","sourceRoot":"","sources":["../source/ua_auto_id_log_entry_event.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UInt16 } from "node-opcua-basic-types";
|
|
4
|
+
import { UAAutoIdDiagnosticsEvent, UAAutoIdDiagnosticsEvent_Base } from "./ua_auto_id_diagnostics_event";
|
|
5
|
+
/**
|
|
6
|
+
* Current presence of AutoID Identifier.
|
|
7
|
+
*
|
|
8
|
+
* | | |
|
|
9
|
+
* |----------------|--------------------------------------------------|
|
|
10
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
11
|
+
* |nodeClass |ObjectType |
|
|
12
|
+
* |typedDefinition |3:AutoIdPresenceEventType ns=3;i=1018 |
|
|
13
|
+
* |isAbstract |true |
|
|
14
|
+
*/
|
|
15
|
+
export interface UAAutoIdPresenceEvent_Base extends UAAutoIdDiagnosticsEvent_Base {
|
|
16
|
+
/**
|
|
17
|
+
* presence
|
|
18
|
+
* Current presence of AutoID Identifier.
|
|
19
|
+
*/
|
|
20
|
+
presence: UAProperty<UInt16, /*z*/ DataType.UInt16>;
|
|
21
|
+
}
|
|
22
|
+
export interface UAAutoIdPresenceEvent extends UAAutoIdDiagnosticsEvent, UAAutoIdPresenceEvent_Base {
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_auto_id_presence_event.js","sourceRoot":"","sources":["../source/ua_auto_id_presence_event.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UAString } from "node-opcua-basic-types";
|
|
4
|
+
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_base_event";
|
|
5
|
+
import { DTScanResult } from "./dt_scan_result";
|
|
6
|
+
/**
|
|
7
|
+
* | | |
|
|
8
|
+
* |----------------|--------------------------------------------------|
|
|
9
|
+
* |namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
10
|
+
* |nodeClass |ObjectType |
|
|
11
|
+
* |typedDefinition |3:AutoIdScanEventType ns=3;i=1004 |
|
|
12
|
+
* |isAbstract |true |
|
|
13
|
+
*/
|
|
14
|
+
export interface UAAutoIdScanEvent_Base extends UABaseEvent_Base {
|
|
15
|
+
deviceName: UAProperty<UAString, /*z*/ DataType.String>;
|
|
16
|
+
scanResult: UAProperty<DTScanResult[], /*z*/ DataType.ExtensionObject>;
|
|
17
|
+
}
|
|
18
|
+
export interface UAAutoIdScanEvent extends UABaseEvent, UAAutoIdScanEvent_Base {
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ua_auto_id_scan_event.js","sourceRoot":"","sources":["../source/ua_auto_id_scan_event.ts"],"names":[],"mappings":""}
|