node-opcua-service-translate-browse-path
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-13T08:26:42.790Z | ||
// --------- This code has been automatically generated !!! 2018-02-22T17:36:32.314Z | ||
"use strict"; | ||
@@ -47,2 +47,7 @@ /** | ||
BaseUAObject.call(this,options); | ||
if (options === null) { | ||
BaseUAObject.call(this,options); | ||
self.relativePath = null; /* new RelativePath(null); */ | ||
return ; | ||
} | ||
@@ -49,0 +54,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-13T08:26:42.802Z | ||
// --------- This code has been automatically generated !!! 2018-02-22T17:36:32.323Z | ||
"use strict"; | ||
@@ -48,2 +48,7 @@ /** | ||
BaseUAObject.call(this,options); | ||
if (options === null) { | ||
BaseUAObject.call(this,options); | ||
self.targets = null; /* null array */ | ||
return ; | ||
} | ||
@@ -101,3 +106,3 @@ /** | ||
this.targets = decodeArray(stream, function(stream) { | ||
var obj = new BrowsePathTarget(); | ||
var obj = new BrowsePathTarget(null); | ||
obj.decode(stream,options); | ||
@@ -104,0 +109,0 @@ return obj; |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-13T08:26:42.798Z | ||
// --------- This code has been automatically generated !!! 2018-02-22T17:36:32.319Z | ||
"use strict"; | ||
@@ -47,2 +47,6 @@ /** | ||
BaseUAObject.call(this,options); | ||
if (options === null) { | ||
BaseUAObject.call(this,options); | ||
return ; | ||
} | ||
@@ -49,0 +53,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-13T08:26:42.778Z | ||
// --------- This code has been automatically generated !!! 2018-02-22T17:36:32.298Z | ||
"use strict"; | ||
@@ -46,2 +46,7 @@ /** | ||
BaseUAObject.call(this,options); | ||
if (options === null) { | ||
BaseUAObject.call(this,options); | ||
self.elements = null; /* null array */ | ||
return ; | ||
} | ||
@@ -88,3 +93,3 @@ /** | ||
this.elements = decodeArray(stream, function(stream) { | ||
var obj = new RelativePathElement(); | ||
var obj = new RelativePathElement(null); | ||
obj.decode(stream,options); | ||
@@ -91,0 +96,0 @@ return obj; |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-13T08:26:42.746Z | ||
// --------- This code has been automatically generated !!! 2018-02-22T17:36:32.273Z | ||
"use strict"; | ||
@@ -50,2 +50,7 @@ /** | ||
BaseUAObject.call(this,options); | ||
if (options === null) { | ||
BaseUAObject.call(this,options); | ||
self.targetName = null; /* new QualifiedName(null); */ | ||
return ; | ||
} | ||
@@ -52,0 +57,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-13T08:26:42.902Z | ||
// --------- This code has been automatically generated !!! 2018-02-22T17:36:32.386Z | ||
"use strict"; | ||
@@ -48,2 +48,8 @@ /** | ||
BaseUAObject.call(this,options); | ||
if (options === null) { | ||
BaseUAObject.call(this,options); | ||
self.requestHeader = null; /* new RequestHeader(null); */ | ||
self.browsePath = null; /* null array */ | ||
return ; | ||
} | ||
@@ -99,3 +105,3 @@ /** | ||
this.browsePath = decodeArray(stream, function(stream) { | ||
var obj = new BrowsePath(); | ||
var obj = new BrowsePath(null); | ||
obj.decode(stream,options); | ||
@@ -102,0 +108,0 @@ return obj; |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-13T08:26:42.910Z | ||
// --------- This code has been automatically generated !!! 2018-02-22T17:36:32.392Z | ||
"use strict"; | ||
@@ -50,2 +50,9 @@ /** | ||
BaseUAObject.call(this,options); | ||
if (options === null) { | ||
BaseUAObject.call(this,options); | ||
self.responseHeader = null; /* new ResponseHeader(null); */ | ||
self.results = null; /* null array */ | ||
self.diagnosticInfos = null; /* null array */ | ||
return ; | ||
} | ||
@@ -113,3 +120,3 @@ /** | ||
this.results = decodeArray(stream, function(stream) { | ||
var obj = new BrowsePathResult(); | ||
var obj = new BrowsePathResult(null); | ||
obj.decode(stream,options); | ||
@@ -119,3 +126,3 @@ return obj; | ||
this.diagnosticInfos = decodeArray(stream, function(stream) { | ||
var obj = new DiagnosticInfo(); | ||
var obj = new DiagnosticInfo(null); | ||
obj.decode(stream,options); | ||
@@ -122,0 +129,0 @@ return obj; |
@@ -0,0 +0,0 @@ var generator = require("node-opcua-generator"); |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "node-opcua-service-translate-browse-path", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "pure nodejs OPCUA SDK - module -service-translate-browse-path", | ||
@@ -13,12 +13,12 @@ "scripts": { | ||
"node-opcua-assert": "^0.2.0", | ||
"node-opcua-basic-types": "^0.2.1", | ||
"node-opcua-basic-types": "^0.2.2", | ||
"node-opcua-constants": "^0.2.0", | ||
"node-opcua-data-model": "^0.2.1", | ||
"node-opcua-factory": "^0.2.1", | ||
"node-opcua-nodeid": "^0.2.0", | ||
"node-opcua-service-secure-channel": "^0.2.1", | ||
"node-opcua-data-model": "^0.2.2", | ||
"node-opcua-factory": "^0.2.2", | ||
"node-opcua-nodeid": "^0.2.2", | ||
"node-opcua-service-secure-channel": "^0.2.2", | ||
"underscore": "^1.8.3" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-generator": "^0.2.1", | ||
"node-opcua-generator": "^0.2.2", | ||
"should": "13.2.1", | ||
@@ -25,0 +25,0 @@ "sinon": "^4.2.2" |
@@ -0,0 +0,0 @@ var BrowsePath_Schema = { |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ require("node-opcua-data-model"); |
@@ -0,0 +0,0 @@ require("node-opcua-service-secure-channel"); |
@@ -0,0 +0,0 @@ require("node-opcua-service-secure-channel"); |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
Sorry, the diff of this file is not supported yet
67633
24
1439