Commit 4263145
committed
Implementing Class and Datatype discovery
The following changes have been made:
* adding necessary types including datatype and class descriptor types and types allowing constraints
* for struct datatypes we now have a get_type_descriptor used by the Class Manager
* add the intermediate NcManager entitiy and updated NcDeviceManager to be based on it instead of directly from NcObject
* all classes based on NcObject now offer a get_class_descriptor used by the Class Manager
* add a new Class Manager entity used for datatype and class descriptor discovery via properties or methods
* instantiate the new class manager in main inside the root block
* the root block no longer offers itself in the results of find_members_by_class_id
* added better validation for message handles which now send an Error message when invalid
* tweak various edge cases so they respond with more appropriate statuses1 parent f47b14c commit 4263145
File tree
9 files changed
+2719
-150
lines changed9 files changed
+2719
-150
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments