node-opcua-nodeset-auto-id 2.71.0 → 2.72.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/dist/dt_access_result.d.ts +21 -21
- package/dist/dt_access_result.js +2 -2
- package/dist/dt_antenna_name_id_pair.d.ts +14 -14
- package/dist/dt_antenna_name_id_pair.js +2 -2
- package/dist/dt_dhcp_geo_conf_coordinate.d.ts +23 -23
- package/dist/dt_dhcp_geo_conf_coordinate.js +2 -2
- package/dist/dt_local_coordinate.d.ts +21 -21
- package/dist/dt_local_coordinate.js +2 -2
- package/dist/dt_location.d.ts +18 -18
- package/dist/dt_location.js +2 -2
- package/dist/dt_ocr_scan_result.d.ts +34 -34
- package/dist/dt_ocr_scan_result.js +2 -2
- package/dist/dt_optical_scan_result.d.ts +30 -30
- package/dist/dt_optical_scan_result.js +2 -2
- package/dist/dt_optical_verifier_scan_result.d.ts +39 -39
- package/dist/dt_optical_verifier_scan_result.js +2 -2
- package/dist/dt_position.d.ts +17 -17
- package/dist/dt_position.js +2 -2
- package/dist/dt_rfid_access_result.d.ts +36 -36
- package/dist/dt_rfid_access_result.js +2 -2
- package/dist/dt_rfid_scan_result.d.ts +25 -25
- package/dist/dt_rfid_scan_result.js +2 -2
- package/dist/dt_rfid_sighting.d.ts +20 -20
- package/dist/dt_rfid_sighting.js +2 -2
- package/dist/dt_rotation.d.ts +14 -14
- package/dist/dt_rotation.js +2 -2
- package/dist/dt_rtls_location_result.d.ts +27 -27
- package/dist/dt_rtls_location_result.js +2 -2
- package/dist/dt_scan_data.d.ts +18 -18
- package/dist/dt_scan_data.js +2 -2
- package/dist/dt_scan_data_epc.d.ts +17 -17
- package/dist/dt_scan_data_epc.js +2 -2
- package/dist/dt_scan_result.d.ts +22 -22
- package/dist/dt_scan_result.js +2 -2
- package/dist/dt_scan_settings.d.ts +17 -17
- package/dist/dt_scan_settings.js +2 -2
- package/dist/dt_wgs_84_coordinate.d.ts +21 -21
- package/dist/dt_wgs_84_coordinate.js +2 -2
- package/dist/enum_auto_id_operation_status.d.ts +113 -113
- package/dist/enum_auto_id_operation_status.js +118 -118
- package/dist/enum_device_status.d.ts +14 -14
- package/dist/enum_device_status.js +19 -19
- package/dist/enum_location_type.d.ts +14 -14
- package/dist/enum_location_type.js +19 -19
- package/dist/enum_rfid_lock_operation.d.ts +14 -14
- package/dist/enum_rfid_lock_operation.js +19 -19
- package/dist/enum_rfid_lock_region.d.ts +15 -15
- package/dist/enum_rfid_lock_region.js +20 -20
- package/dist/enum_rfid_password_type.d.ts +14 -14
- package/dist/enum_rfid_password_type.js +19 -19
- package/dist/index.d.ts +43 -43
- package/dist/index.js +59 -59
- package/dist/ua_auto_id_access_event.d.ts +35 -35
- package/dist/ua_auto_id_access_event.js +2 -2
- package/dist/ua_auto_id_device.d.ts +105 -105
- package/dist/ua_auto_id_device.js +2 -2
- package/dist/ua_auto_id_diagnostics_event.d.ts +23 -23
- package/dist/ua_auto_id_diagnostics_event.js +2 -2
- package/dist/ua_auto_id_log_entry_event.d.ts +15 -15
- package/dist/ua_auto_id_log_entry_event.js +2 -2
- package/dist/ua_auto_id_presence_event.d.ts +23 -23
- package/dist/ua_auto_id_presence_event.js +2 -2
- package/dist/ua_auto_id_scan_event.d.ts +19 -19
- package/dist/ua_auto_id_scan_event.js +2 -2
- package/dist/ua_location_variable.d.ts +23 -23
- package/dist/ua_location_variable.js +2 -2
- package/dist/ua_ocr_reader_device.d.ts +34 -34
- package/dist/ua_ocr_reader_device.js +2 -2
- package/dist/ua_ocr_scan_event.d.ts +17 -17
- package/dist/ua_ocr_scan_event.js +2 -2
- package/dist/ua_optical_reader_device.d.ts +34 -34
- package/dist/ua_optical_reader_device.js +2 -2
- package/dist/ua_optical_scan_event.d.ts +17 -17
- package/dist/ua_optical_scan_event.js +2 -2
- package/dist/ua_optical_verifier_device.d.ts +15 -15
- package/dist/ua_optical_verifier_device.js +2 -2
- package/dist/ua_optical_verifier_scan_event.d.ts +17 -17
- package/dist/ua_optical_verifier_scan_event.js +2 -2
- package/dist/ua_rfid_access_event.d.ts +24 -24
- package/dist/ua_rfid_access_event.js +2 -2
- package/dist/ua_rfid_reader_device.d.ts +82 -82
- package/dist/ua_rfid_reader_device.js +2 -2
- package/dist/ua_rfid_scan_event.d.ts +17 -17
- package/dist/ua_rfid_scan_event.js +2 -2
- package/dist/ua_rtls_device.d.ts +24 -24
- package/dist/ua_rtls_device.js +2 -2
- package/dist/ua_rtls_location_event.d.ts +17 -17
- package/dist/ua_rtls_location_event.js +2 -2
- package/package.json +6 -6
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { UAString } from "node-opcua-basic-types";
|
|
2
|
-
import { DTScanResult } from "./dt_scan_result";
|
|
3
|
-
import { DTScanData } from "./dt_scan_data";
|
|
4
|
-
import { DTLocation } from "./dt_location";
|
|
5
|
-
import { DTRfidSighting } from "./dt_rfid_sighting";
|
|
6
|
-
/**
|
|
7
|
-
* | | |
|
|
8
|
-
* |-----------|--------------------------------------------------|
|
|
9
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
10
|
-
* | nodeClass |DataType |
|
|
11
|
-
* | name |3:RfidScanResult |
|
|
12
|
-
* | isAbstract|false |
|
|
13
|
-
*/
|
|
14
|
-
export interface DTRfidScanResult extends DTScanResult {
|
|
15
|
-
/** Defines the format of the ScanData as string.*/
|
|
16
|
-
codeType: UAString;
|
|
17
|
-
/** Holds the information about the detected objects e.g. the detected transponders.*/
|
|
18
|
-
scanData: DTScanData;
|
|
19
|
-
/** Timestamp of the ScanResult creation.*/
|
|
20
|
-
timestamp: Date;
|
|
21
|
-
/** Returns the location of the object detection.*/
|
|
22
|
-
location: DTLocation;
|
|
23
|
-
/** Returns additional information on the RFID-related properties of the scan event.*/
|
|
24
|
-
sighting: DTRfidSighting[];
|
|
25
|
-
}
|
|
1
|
+
import { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import { DTScanResult } from "./dt_scan_result";
|
|
3
|
+
import { DTScanData } from "./dt_scan_data";
|
|
4
|
+
import { DTLocation } from "./dt_location";
|
|
5
|
+
import { DTRfidSighting } from "./dt_rfid_sighting";
|
|
6
|
+
/**
|
|
7
|
+
* | | |
|
|
8
|
+
* |-----------|--------------------------------------------------|
|
|
9
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
10
|
+
* | nodeClass |DataType |
|
|
11
|
+
* | name |3:RfidScanResult |
|
|
12
|
+
* | isAbstract|false |
|
|
13
|
+
*/
|
|
14
|
+
export interface DTRfidScanResult extends DTScanResult {
|
|
15
|
+
/** Defines the format of the ScanData as string.*/
|
|
16
|
+
codeType: UAString;
|
|
17
|
+
/** Holds the information about the detected objects e.g. the detected transponders.*/
|
|
18
|
+
scanData: DTScanData;
|
|
19
|
+
/** Timestamp of the ScanResult creation.*/
|
|
20
|
+
timestamp: Date;
|
|
21
|
+
/** Returns the location of the object detection.*/
|
|
22
|
+
location: DTLocation;
|
|
23
|
+
/** Returns additional information on the RFID-related properties of the scan event.*/
|
|
24
|
+
sighting: DTRfidSighting[];
|
|
25
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=dt_rfid_scan_result.js.map
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { Int32 } 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:RfidSighting |
|
|
9
|
-
* | isAbstract|false |
|
|
10
|
-
*/
|
|
11
|
-
export interface DTRfidSighting extends DTStructure {
|
|
12
|
-
/** Returns the number of the antenna which detects the RFID tag first.*/
|
|
13
|
-
antenna: Int32;
|
|
14
|
-
/** Returns the signal strength (RSSI) of the transponder. Higher values indicate a better strength.*/
|
|
15
|
-
strength: Int32;
|
|
16
|
-
/** Timestamp in UtcTime*/
|
|
17
|
-
timestamp: Date;
|
|
18
|
-
/** Returns the current power level (unit according to parameter settings).*/
|
|
19
|
-
currentPowerLevel: Int32;
|
|
20
|
-
}
|
|
1
|
+
import { Int32 } 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:RfidSighting |
|
|
9
|
+
* | isAbstract|false |
|
|
10
|
+
*/
|
|
11
|
+
export interface DTRfidSighting extends DTStructure {
|
|
12
|
+
/** Returns the number of the antenna which detects the RFID tag first.*/
|
|
13
|
+
antenna: Int32;
|
|
14
|
+
/** Returns the signal strength (RSSI) of the transponder. Higher values indicate a better strength.*/
|
|
15
|
+
strength: Int32;
|
|
16
|
+
/** Timestamp in UtcTime*/
|
|
17
|
+
timestamp: Date;
|
|
18
|
+
/** Returns the current power level (unit according to parameter settings).*/
|
|
19
|
+
currentPowerLevel: Int32;
|
|
20
|
+
}
|
package/dist/dt_rfid_sighting.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=dt_rfid_sighting.js.map
|
package/dist/dt_rotation.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |-----------|--------------------------------------------------|
|
|
5
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
6
|
-
* | nodeClass |DataType |
|
|
7
|
-
* | name |3:Rotation |
|
|
8
|
-
* | isAbstract|false |
|
|
9
|
-
*/
|
|
10
|
-
export interface DTRotation extends DTStructure {
|
|
11
|
-
yaw: number;
|
|
12
|
-
pitch: number;
|
|
13
|
-
roll: number;
|
|
14
|
-
}
|
|
1
|
+
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |-----------|--------------------------------------------------|
|
|
5
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
6
|
+
* | nodeClass |DataType |
|
|
7
|
+
* | name |3:Rotation |
|
|
8
|
+
* | isAbstract|false |
|
|
9
|
+
*/
|
|
10
|
+
export interface DTRotation extends DTStructure {
|
|
11
|
+
yaw: number;
|
|
12
|
+
pitch: number;
|
|
13
|
+
roll: number;
|
|
14
|
+
}
|
package/dist/dt_rotation.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=dt_rotation.js.map
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { UAString } from "node-opcua-basic-types";
|
|
2
|
-
import { DTScanResult } from "./dt_scan_result";
|
|
3
|
-
import { DTScanData } from "./dt_scan_data";
|
|
4
|
-
import { DTLocation } from "./dt_location";
|
|
5
|
-
import { DTRotation } from "./dt_rotation";
|
|
6
|
-
/**
|
|
7
|
-
* | | |
|
|
8
|
-
* |-----------|--------------------------------------------------|
|
|
9
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
10
|
-
* | nodeClass |DataType |
|
|
11
|
-
* | name |3:RtlsLocationResult |
|
|
12
|
-
* | isAbstract|false |
|
|
13
|
-
*/
|
|
14
|
-
export interface DTRtlsLocationResult extends DTScanResult {
|
|
15
|
-
/** Defines the format of the ScanData as string.*/
|
|
16
|
-
codeType: UAString;
|
|
17
|
-
/** Holds the information about the detected objects e.g. the detected transponders.*/
|
|
18
|
-
scanData: DTScanData;
|
|
19
|
-
/** Timestamp of the ScanResult creation.*/
|
|
20
|
-
timestamp: Date;
|
|
21
|
-
/** Returns the location of the object detection.*/
|
|
22
|
-
location: DTLocation;
|
|
23
|
-
speed: number;
|
|
24
|
-
heading: number;
|
|
25
|
-
rotation: DTRotation;
|
|
26
|
-
receiveTime: Date;
|
|
27
|
-
}
|
|
1
|
+
import { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import { DTScanResult } from "./dt_scan_result";
|
|
3
|
+
import { DTScanData } from "./dt_scan_data";
|
|
4
|
+
import { DTLocation } from "./dt_location";
|
|
5
|
+
import { DTRotation } from "./dt_rotation";
|
|
6
|
+
/**
|
|
7
|
+
* | | |
|
|
8
|
+
* |-----------|--------------------------------------------------|
|
|
9
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
10
|
+
* | nodeClass |DataType |
|
|
11
|
+
* | name |3:RtlsLocationResult |
|
|
12
|
+
* | isAbstract|false |
|
|
13
|
+
*/
|
|
14
|
+
export interface DTRtlsLocationResult extends DTScanResult {
|
|
15
|
+
/** Defines the format of the ScanData as string.*/
|
|
16
|
+
codeType: UAString;
|
|
17
|
+
/** Holds the information about the detected objects e.g. the detected transponders.*/
|
|
18
|
+
scanData: DTScanData;
|
|
19
|
+
/** Timestamp of the ScanResult creation.*/
|
|
20
|
+
timestamp: Date;
|
|
21
|
+
/** Returns the location of the object detection.*/
|
|
22
|
+
location: DTLocation;
|
|
23
|
+
speed: number;
|
|
24
|
+
heading: number;
|
|
25
|
+
rotation: DTRotation;
|
|
26
|
+
receiveTime: Date;
|
|
27
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=dt_rtls_location_result.js.map
|
package/dist/dt_scan_data.d.ts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
import { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import { DTUnion } from "node-opcua-nodeset-ua/source/dt_union";
|
|
4
|
-
import { DTScanDataEpc } from "./dt_scan_data_epc";
|
|
5
|
-
/**
|
|
6
|
-
* | | |
|
|
7
|
-
* |-----------|--------------------------------------------------|
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
-
* | nodeClass |DataType |
|
|
10
|
-
* | name |3:ScanData |
|
|
11
|
-
* | isAbstract|false |
|
|
12
|
-
*/
|
|
13
|
-
export interface DTScanData extends DTUnion {
|
|
14
|
-
byteString: Buffer;
|
|
15
|
-
string: UAString;
|
|
16
|
-
epc: DTScanDataEpc;
|
|
17
|
-
custom: undefined;
|
|
18
|
-
}
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import { UAString } from "node-opcua-basic-types";
|
|
3
|
+
import { DTUnion } from "node-opcua-nodeset-ua/source/dt_union";
|
|
4
|
+
import { DTScanDataEpc } from "./dt_scan_data_epc";
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|--------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |3:ScanData |
|
|
11
|
+
* | isAbstract|false |
|
|
12
|
+
*/
|
|
13
|
+
export interface DTScanData extends DTUnion {
|
|
14
|
+
byteString: Buffer;
|
|
15
|
+
string: UAString;
|
|
16
|
+
epc: DTScanDataEpc;
|
|
17
|
+
custom: undefined;
|
|
18
|
+
}
|
package/dist/dt_scan_data.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=dt_scan_data.js.map
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
import { UInt16 } from "node-opcua-basic-types";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
4
|
-
/**
|
|
5
|
-
* | | |
|
|
6
|
-
* |-----------|--------------------------------------------------|
|
|
7
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
|
-
* | nodeClass |DataType |
|
|
9
|
-
* | name |3:ScanDataEpc |
|
|
10
|
-
* | isAbstract|false |
|
|
11
|
-
*/
|
|
12
|
-
export interface DTScanDataEpc extends DTStructure {
|
|
13
|
-
PC: UInt16;
|
|
14
|
-
uId: Buffer;
|
|
15
|
-
XPC_W1: UInt16;
|
|
16
|
-
XPC_W2: UInt16;
|
|
17
|
-
}
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import { UInt16 } from "node-opcua-basic-types";
|
|
3
|
+
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
4
|
+
/**
|
|
5
|
+
* | | |
|
|
6
|
+
* |-----------|--------------------------------------------------|
|
|
7
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
|
+
* | nodeClass |DataType |
|
|
9
|
+
* | name |3:ScanDataEpc |
|
|
10
|
+
* | isAbstract|false |
|
|
11
|
+
*/
|
|
12
|
+
export interface DTScanDataEpc extends DTStructure {
|
|
13
|
+
PC: UInt16;
|
|
14
|
+
uId: Buffer;
|
|
15
|
+
XPC_W1: UInt16;
|
|
16
|
+
XPC_W2: UInt16;
|
|
17
|
+
}
|
package/dist/dt_scan_data_epc.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=dt_scan_data_epc.js.map
|
package/dist/dt_scan_result.d.ts
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { UAString } from "node-opcua-basic-types";
|
|
2
|
-
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
3
|
-
import { DTScanData } from "./dt_scan_data";
|
|
4
|
-
import { DTLocation } from "./dt_location";
|
|
5
|
-
/**
|
|
6
|
-
* | | |
|
|
7
|
-
* |-----------|--------------------------------------------------|
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
-
* | nodeClass |DataType |
|
|
10
|
-
* | name |3:ScanResult |
|
|
11
|
-
* | isAbstract|true |
|
|
12
|
-
*/
|
|
13
|
-
export interface DTScanResult extends DTStructure {
|
|
14
|
-
/** Defines the format of the ScanData as string.*/
|
|
15
|
-
codeType: UAString;
|
|
16
|
-
/** Holds the information about the detected objects e.g. the detected transponders.*/
|
|
17
|
-
scanData: DTScanData;
|
|
18
|
-
/** Timestamp of the ScanResult creation.*/
|
|
19
|
-
timestamp: Date;
|
|
20
|
-
/** Returns the location of the object detection.*/
|
|
21
|
-
location: DTLocation;
|
|
22
|
-
}
|
|
1
|
+
import { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
3
|
+
import { DTScanData } from "./dt_scan_data";
|
|
4
|
+
import { DTLocation } from "./dt_location";
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|--------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |3:ScanResult |
|
|
11
|
+
* | isAbstract|true |
|
|
12
|
+
*/
|
|
13
|
+
export interface DTScanResult extends DTStructure {
|
|
14
|
+
/** Defines the format of the ScanData as string.*/
|
|
15
|
+
codeType: UAString;
|
|
16
|
+
/** Holds the information about the detected objects e.g. the detected transponders.*/
|
|
17
|
+
scanData: DTScanData;
|
|
18
|
+
/** Timestamp of the ScanResult creation.*/
|
|
19
|
+
timestamp: Date;
|
|
20
|
+
/** Returns the location of the object detection.*/
|
|
21
|
+
location: DTLocation;
|
|
22
|
+
}
|
package/dist/dt_scan_result.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=dt_scan_result.js.map
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { Int32 } from "node-opcua-basic-types";
|
|
2
|
-
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
3
|
-
import { EnumLocationType } from "./enum_location_type";
|
|
4
|
-
/**
|
|
5
|
-
* | | |
|
|
6
|
-
* |-----------|--------------------------------------------------|
|
|
7
|
-
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
|
-
* | nodeClass |DataType |
|
|
9
|
-
* | name |3:ScanSettings |
|
|
10
|
-
* | isAbstract|false |
|
|
11
|
-
*/
|
|
12
|
-
export interface DTScanSettings extends DTStructure {
|
|
13
|
-
duration: number;
|
|
14
|
-
cycles: Int32;
|
|
15
|
-
dataAvailable: boolean;
|
|
16
|
-
locationType: EnumLocationType;
|
|
17
|
-
}
|
|
1
|
+
import { Int32 } from "node-opcua-basic-types";
|
|
2
|
+
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
3
|
+
import { EnumLocationType } from "./enum_location_type";
|
|
4
|
+
/**
|
|
5
|
+
* | | |
|
|
6
|
+
* |-----------|--------------------------------------------------|
|
|
7
|
+
* | namespace |http://opcfoundation.org/UA/AutoID/ |
|
|
8
|
+
* | nodeClass |DataType |
|
|
9
|
+
* | name |3:ScanSettings |
|
|
10
|
+
* | isAbstract|false |
|
|
11
|
+
*/
|
|
12
|
+
export interface DTScanSettings extends DTStructure {
|
|
13
|
+
duration: number;
|
|
14
|
+
cycles: Int32;
|
|
15
|
+
dataAvailable: boolean;
|
|
16
|
+
locationType: EnumLocationType;
|
|
17
|
+
}
|
package/dist/dt_scan_settings.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=dt_scan_settings.js.map
|
|
@@ -1,21 +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
|
-
}
|
|
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
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=dt_wgs_84_coordinate.js.map
|