View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004350 | Compliance Test Tool (CTT) Unified Architecture | 3 - Feature Request | public | 2018-08-01 17:44 | 2019-04-26 15:01 |
Reporter | Paul Hunkar | Assigned To | Archie Miller | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.03 | ||||
Target Version | 1.03 | ||||
Summary | 0004350: CTT needs to be able to cache the type directory/Hierarchy | ||||
Description | A function need to exist that the NodeId of a type can be passed in and all parent type objects (until a namespace 0 object is encountered) need to be provided back as an array of NodeId, and a parallel array of BrowseNames. This will allow the script to check the typedefinition of anything easily. The results should be available to the Java script until it is released. | ||||
Tags | No tags attached. | ||||
Files Affected | |||||
|
A map is created of the object model a single time, with the key being the string representation of a node id, and the value being the references. This model is stored in the main window, so it can be reused as necessary. Classes created API created JS Helper created Usage Example var result = GetTypeHierarchyHelper.Execute( { NodeToRead : UaNodeId.fromString("ns=3;s=MyNode") } ); Success: Failed: |
|
reviewed in CMP Meeting (code reviewed separately ) |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-08-01 17:44 | Paul Hunkar | New Issue | |
2018-08-01 18:06 | Paul Hunkar | Assigned To | => Archie Miller |
2018-08-01 18:06 | Paul Hunkar | Status | new => assigned |
2018-08-02 18:01 | Archie Miller | Note Added: 0009251 | |
2018-08-02 18:01 | Archie Miller | Status | assigned => resolved |
2019-01-28 14:14 | Paul Hunkar | Category | Feature Request => 3 - Feature Request |
2019-04-26 15:01 | Paul Hunkar | Status | resolved => closed |
2019-04-26 15:01 | Paul Hunkar | Resolution | open => fixed |
2019-04-26 15:01 | Paul Hunkar | Note Added: 0010228 |