node-opcua-address-space 2.170.1 → 2.173.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/source/address_space_ts.d.ts +13 -13
- package/dist/source/address_space_ts.js +4 -0
- package/dist/source/address_space_ts.js.map +1 -1
- package/dist/source/continuation_points/continuation_point_manager.d.ts +6 -3
- package/dist/source/continuation_points/continuation_point_manager.js +4 -4
- package/dist/source/continuation_points/continuation_point_manager.js.map +1 -1
- package/dist/source/helpers/adjust_browse_direction.d.ts +1 -1
- package/dist/source/helpers/argument_list.d.ts +13 -11
- package/dist/source/helpers/argument_list.js +24 -15
- package/dist/source/helpers/argument_list.js.map +1 -1
- package/dist/source/helpers/call_helpers.d.ts +6 -3
- package/dist/source/helpers/call_helpers.js +5 -6
- package/dist/source/helpers/call_helpers.js.map +1 -1
- package/dist/source/helpers/coerce_enum_value.d.ts +2 -2
- package/dist/source/helpers/coerce_enum_value.js +2 -2
- package/dist/source/helpers/coerce_enum_value.js.map +1 -1
- package/dist/source/helpers/dump_tools.d.ts +3 -3
- package/dist/source/helpers/dump_tools.js +2 -2
- package/dist/source/helpers/dump_tools.js.map +1 -1
- package/dist/source/helpers/ensure_secure_access.d.ts +1 -1
- package/dist/source/helpers/ensure_secure_access.js +1 -1
- package/dist/source/helpers/ensure_secure_access.js.map +1 -1
- package/dist/source/helpers/make_optionals_map.js +0 -5
- package/dist/source/helpers/make_optionals_map.js.map +1 -1
- package/dist/source/helpers/multiform_func.d.ts +1 -1
- package/dist/source/helpers/resolve_opaque_on_address_space.d.ts +1 -1
- package/dist/source/helpers/resolve_opaque_on_address_space.js +1 -1
- package/dist/source/helpers/resolve_opaque_on_address_space.js.map +1 -1
- package/dist/source/index.d.ts +38 -38
- package/dist/source/index.js +53 -54
- package/dist/source/index.js.map +1 -1
- package/dist/source/interfaces/alarms_and_conditions/condition_info_i.d.ts +3 -3
- package/dist/source/interfaces/alarms_and_conditions/condition_snapshot.d.ts +11 -11
- package/dist/source/interfaces/alarms_and_conditions/deviation_stuff.d.ts +6 -6
- package/dist/source/interfaces/alarms_and_conditions/install_setpoint_options.d.ts +3 -3
- package/dist/source/interfaces/alarms_and_conditions/instantiate_alarm_condition_options.d.ts +4 -4
- package/dist/source/interfaces/alarms_and_conditions/instantiate_condition_options.d.ts +2 -2
- package/dist/source/interfaces/alarms_and_conditions/instantiate_exclusive_deviation_alarm_options.d.ts +2 -2
- package/dist/source/interfaces/alarms_and_conditions/instantiate_exclusive_limit_alarm_options.d.ts +2 -2
- package/dist/source/interfaces/alarms_and_conditions/instantiate_limit_alarm_options.d.ts +4 -3
- package/dist/source/interfaces/alarms_and_conditions/instantiate_non_exclusive_deviation_alarm_options.d.ts +2 -2
- package/dist/source/interfaces/alarms_and_conditions/instantiate_non_exclusive_limit_alarm_options.d.ts +2 -2
- package/dist/source/interfaces/alarms_and_conditions/instantiate_off_normal_alarm_options.d.ts +3 -3
- package/dist/source/interfaces/alarms_and_conditions/ua_acknowledgeable_condition_ex.d.ts +10 -13
- package/dist/source/interfaces/alarms_and_conditions/ua_alarm_condition_ex.d.ts +11 -11
- package/dist/source/interfaces/alarms_and_conditions/ua_base_event_ex.d.ts +11 -0
- package/dist/source/interfaces/alarms_and_conditions/ua_base_event_ex.js +3 -0
- package/dist/source/interfaces/alarms_and_conditions/ua_base_event_ex.js.map +1 -0
- package/dist/source/interfaces/alarms_and_conditions/ua_certificate_expiration_alarm_ex.d.ts +5 -5
- package/dist/source/interfaces/alarms_and_conditions/ua_condition_ex.d.ts +21 -29
- package/dist/source/interfaces/alarms_and_conditions/ua_discrete_alarm_ex.d.ts +3 -7
- package/dist/source/interfaces/alarms_and_conditions/ua_discrete_alarm_ex.js +0 -23
- package/dist/source/interfaces/alarms_and_conditions/ua_discrete_alarm_ex.js.map +1 -1
- package/dist/source/interfaces/alarms_and_conditions/ua_exclusive_deviation_alarm_ex.d.ts +3 -3
- package/dist/source/interfaces/alarms_and_conditions/ua_exclusive_limit_alarm_ex.d.ts +8 -10
- package/dist/source/interfaces/alarms_and_conditions/ua_limit_alarm_ex.d.ts +4 -6
- package/dist/source/interfaces/alarms_and_conditions/ua_non_exclusive_deviation_alarm_ex.d.ts +5 -5
- package/dist/source/interfaces/alarms_and_conditions/ua_non_exclusive_limit_alarm_ex.d.ts +3 -3
- package/dist/source/interfaces/data_access/ua_multistate_discrete_ex.d.ts +7 -7
- package/dist/source/interfaces/data_access/ua_multistate_value_discrete_ex.d.ts +5 -8
- package/dist/source/interfaces/data_access/ua_two_state_discrete_ex.d.ts +5 -5
- package/dist/source/interfaces/data_access/ua_y_array_item_ex.d.ts +3 -3
- package/dist/source/interfaces/extension_object_constructor.d.ts +3 -3
- package/dist/source/interfaces/state_machine/ua_exclusive_limit_state_machine_type_ex.d.ts +3 -3
- package/dist/source/interfaces/state_machine/ua_finite_state_machine_type.d.ts +2 -2
- package/dist/source/interfaces/state_machine/ua_program_state_machine_type.d.ts +3 -3
- package/dist/source/interfaces/state_machine/ua_shelved_state_machine_ex.d.ts +6 -6
- package/dist/source/interfaces/state_machine/ua_state_machine_type.d.ts +7 -6
- package/dist/source/interfaces/state_machine/ua_state_machine_type.js +4 -0
- package/dist/source/interfaces/state_machine/ua_state_machine_type.js.map +1 -1
- package/dist/source/interfaces/state_machine/ua_transition_ex.d.ts +2 -2
- package/dist/source/interfaces/ua_subscription_diagnostics_variable_ex.d.ts +2 -2
- package/dist/source/interfaces/ua_subscription_diagnostics_variable_ex.js +3 -0
- package/dist/source/interfaces/ua_subscription_diagnostics_variable_ex.js.map +1 -1
- package/dist/source/loader/decode_xml_extension_object.d.ts +4 -4
- package/dist/source/loader/decode_xml_extension_object.js +3 -3
- package/dist/source/loader/decode_xml_extension_object.js.map +1 -1
- package/dist/source/loader/ensure_datatype_extracted.d.ts +2 -2
- package/dist/source/loader/ensure_datatype_extracted.js +5 -5
- package/dist/source/loader/ensure_datatype_extracted.js.map +1 -1
- package/dist/source/loader/generateAddressSpaceRaw.d.ts +3 -3
- package/dist/source/loader/generateAddressSpaceRaw.js +6 -6
- package/dist/source/loader/generateAddressSpaceRaw.js.map +1 -1
- package/dist/source/loader/load_nodeset2.js.map +1 -1
- package/dist/source/loader/make_xml_extension_object_parser.d.ts +2 -2
- package/dist/source/loader/make_xml_extension_object_parser.js +19 -19
- package/dist/source/loader/make_xml_extension_object_parser.js.map +1 -1
- package/dist/source/loader/namespace_post_step.d.ts +1 -1
- package/dist/source/loader/namespace_post_step.js.map +1 -1
- package/dist/source/loader/parsers/extension_object_parser.d.ts +4 -4
- package/dist/source/loader/parsers/extension_object_parser.js +22 -23
- package/dist/source/loader/parsers/extension_object_parser.js.map +1 -1
- package/dist/source/loader/parsers/localized_text_parser.d.ts +2 -2
- package/dist/source/loader/parsers/localized_text_parser.js.map +1 -1
- package/dist/source/loader/parsers/nodeid_parser.d.ts +1 -1
- package/dist/source/loader/parsers/nodeid_parser.js.map +1 -1
- package/dist/source/loader/parsers/qualified_name_parser.d.ts +3 -3
- package/dist/source/loader/parsers/qualified_name_parser.js.map +1 -1
- package/dist/source/loader/parsers/variant_parser.d.ts +5 -5
- package/dist/source/loader/parsers/variant_parser.js +13 -13
- package/dist/source/loader/parsers/variant_parser.js.map +1 -1
- package/dist/source/loader/register_node_promoter.d.ts +1 -1
- package/dist/source/loader/register_node_promoter.js.map +1 -1
- package/dist/source/namespace.d.ts +4 -4
- package/dist/source/namespace_alarm_and_condition.d.ts +22 -21
- package/dist/source/namespace_data_access.d.ts +11 -11
- package/dist/source/namespace_machine_state.d.ts +4 -4
- package/dist/source/pseudo_session.d.ts +8 -5
- package/dist/source/pseudo_session.js +28 -28
- package/dist/source/pseudo_session.js.map +1 -1
- package/dist/source/session_context.js +1 -1
- package/dist/source/session_context.js.map +1 -1
- package/dist/source/set_namespace_meta_data.d.ts +1 -1
- package/dist/source/set_namespace_meta_data.js +1 -1
- package/dist/source/set_namespace_meta_data.js.map +1 -1
- package/dist/source/ua_addin.d.ts +3 -3
- package/dist/source/ua_addin.js +1 -1
- package/dist/source/ua_addin.js.map +1 -1
- package/dist/source/ua_interface.js +4 -1
- package/dist/source/ua_interface.js.map +1 -1
- package/dist/source/ua_root_folder.d.ts +1 -1
- package/dist/source/ua_two_state_variable_ex.d.ts +5 -5
- package/dist/src/_instantiate_helpers.js +1 -1
- package/dist/src/_instantiate_helpers.js.map +1 -1
- package/dist/src/_mandatory_child_or_requested_optional_filter.d.ts +2 -2
- package/dist/src/_mandatory_child_or_requested_optional_filter.js +7 -8
- package/dist/src/_mandatory_child_or_requested_optional_filter.js.map +1 -1
- package/dist/src/address_space.js +5 -6
- package/dist/src/address_space.js.map +1 -1
- package/dist/src/address_space_change_event_tools.d.ts +3 -3
- package/dist/src/address_space_change_event_tools.js +8 -10
- package/dist/src/address_space_change_event_tools.js.map +1 -1
- package/dist/src/address_space_private.d.ts +11 -11
- package/dist/src/address_space_private.js +3 -0
- package/dist/src/address_space_private.js.map +1 -1
- package/dist/src/alarms_and_conditions/condition.js.map +1 -1
- package/dist/src/alarms_and_conditions/condition_info_impl.d.ts +6 -6
- package/dist/src/alarms_and_conditions/condition_info_impl.js +6 -15
- package/dist/src/alarms_and_conditions/condition_info_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/condition_snapshot_impl.d.ts +10 -10
- package/dist/src/alarms_and_conditions/condition_snapshot_impl.js +76 -47
- package/dist/src/alarms_and_conditions/condition_snapshot_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/deviation_alarm_helper.d.ts +8 -5
- package/dist/src/alarms_and_conditions/deviation_alarm_helper.js +15 -9
- package/dist/src/alarms_and_conditions/deviation_alarm_helper.js.map +1 -1
- package/dist/src/alarms_and_conditions/index.d.ts +3 -3
- package/dist/src/alarms_and_conditions/index.js +3 -3
- package/dist/src/alarms_and_conditions/index.js.map +1 -1
- package/dist/src/alarms_and_conditions/ua_acknowledgeable_condition_impl.d.ts +21 -14
- package/dist/src/alarms_and_conditions/ua_acknowledgeable_condition_impl.js +26 -21
- package/dist/src/alarms_and_conditions/ua_acknowledgeable_condition_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/ua_alarm_condition_impl.d.ts +6 -7
- package/dist/src/alarms_and_conditions/ua_alarm_condition_impl.js +30 -28
- package/dist/src/alarms_and_conditions/ua_alarm_condition_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/ua_base_event_impl.d.ts +9 -11
- package/dist/src/alarms_and_conditions/ua_base_event_impl.js +10 -10
- package/dist/src/alarms_and_conditions/ua_base_event_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/ua_certificate_expiration_alarm_impl.d.ts +3 -1
- package/dist/src/alarms_and_conditions/ua_certificate_expiration_alarm_impl.js +6 -5
- package/dist/src/alarms_and_conditions/ua_certificate_expiration_alarm_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/ua_condition_impl.d.ts +16 -42
- package/dist/src/alarms_and_conditions/ua_condition_impl.js +100 -82
- package/dist/src/alarms_and_conditions/ua_condition_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/ua_discrete_alarm_impl.d.ts +12 -7
- package/dist/src/alarms_and_conditions/ua_discrete_alarm_impl.js +9 -8
- package/dist/src/alarms_and_conditions/ua_discrete_alarm_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/ua_exclusive_deviation_alarm_impl.d.ts +18 -18
- package/dist/src/alarms_and_conditions/ua_exclusive_deviation_alarm_impl.js +16 -18
- package/dist/src/alarms_and_conditions/ua_exclusive_deviation_alarm_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/ua_exclusive_level_alarm_impl.d.ts +4 -4
- package/dist/src/alarms_and_conditions/ua_exclusive_level_alarm_impl.js +2 -2
- package/dist/src/alarms_and_conditions/ua_exclusive_level_alarm_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/ua_exclusive_limit_alarm_impl.d.ts +10 -9
- package/dist/src/alarms_and_conditions/ua_exclusive_limit_alarm_impl.js +20 -19
- package/dist/src/alarms_and_conditions/ua_exclusive_limit_alarm_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/ua_exclusive_rate_of_change_alarm_impl.d.ts +2 -4
- package/dist/src/alarms_and_conditions/ua_exclusive_rate_of_change_alarm_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/ua_limit_alarm_impl.d.ts +12 -38
- package/dist/src/alarms_and_conditions/ua_limit_alarm_impl.js +50 -65
- package/dist/src/alarms_and_conditions/ua_limit_alarm_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/ua_non_exclusive_deviation_alarm_impl.d.ts +15 -17
- package/dist/src/alarms_and_conditions/ua_non_exclusive_deviation_alarm_impl.js +15 -11
- package/dist/src/alarms_and_conditions/ua_non_exclusive_deviation_alarm_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/ua_non_exclusive_limit_alarm_impl.d.ts +22 -15
- package/dist/src/alarms_and_conditions/ua_non_exclusive_limit_alarm_impl.js +35 -24
- package/dist/src/alarms_and_conditions/ua_non_exclusive_limit_alarm_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/ua_off_normal_alarm_impl.d.ts +15 -16
- package/dist/src/alarms_and_conditions/ua_off_normal_alarm_impl.js +19 -14
- package/dist/src/alarms_and_conditions/ua_off_normal_alarm_impl.js.map +1 -1
- package/dist/src/alarms_and_conditions/ua_system_off_normal_alarm_impl.d.ts +4 -4
- package/dist/src/alarms_and_conditions/ua_system_off_normal_alarm_impl.js +1 -1
- package/dist/src/alarms_and_conditions/ua_system_off_normal_alarm_impl.js.map +1 -1
- package/dist/src/apply_condition_refresh.d.ts +4 -4
- package/dist/src/apply_condition_refresh.js +1 -1
- package/dist/src/apply_condition_refresh.js.map +1 -1
- package/dist/src/base_node_impl.d.ts +4 -6
- package/dist/src/base_node_impl.js +3 -3
- package/dist/src/base_node_impl.js.map +1 -1
- package/dist/src/base_node_private.js +1 -2
- package/dist/src/base_node_private.js.map +1 -1
- package/dist/src/check_value_rank_compatibility.js +10 -6
- package/dist/src/check_value_rank_compatibility.js.map +1 -1
- package/dist/src/data_access/add_dataItem_stuff.d.ts +1 -1
- package/dist/src/data_access/add_dataItem_stuff.js +2 -22
- package/dist/src/data_access/add_dataItem_stuff.js.map +1 -1
- package/dist/src/data_access/adjust_datavalue_status_code.d.ts +6 -3
- package/dist/src/data_access/adjust_datavalue_status_code.js +3 -3
- package/dist/src/data_access/adjust_datavalue_status_code.js.map +1 -1
- package/dist/src/data_access/ua_multistate_discrete_impl.d.ts +13 -11
- package/dist/src/data_access/ua_multistate_discrete_impl.js +28 -23
- package/dist/src/data_access/ua_multistate_discrete_impl.js.map +1 -1
- package/dist/src/data_access/ua_multistate_value_discrete_impl.d.ts +19 -23
- package/dist/src/data_access/ua_multistate_value_discrete_impl.js +31 -31
- package/dist/src/data_access/ua_multistate_value_discrete_impl.js.map +1 -1
- package/dist/src/data_access/ua_two_state_discrete_impl.d.ts +10 -16
- package/dist/src/data_access/ua_two_state_discrete_impl.js +18 -14
- package/dist/src/data_access/ua_two_state_discrete_impl.js.map +1 -1
- package/dist/src/event_data.js.map +1 -1
- package/dist/src/extension_object_array_node.d.ts +5 -2
- package/dist/src/extension_object_array_node.js +21 -24
- package/dist/src/extension_object_array_node.js.map +1 -1
- package/dist/src/get_basic_datatype.d.ts +2 -2
- package/dist/src/get_basic_datatype.js.map +1 -1
- package/dist/src/historical_access/address_space_historical_data_node.d.ts +3 -3
- package/dist/src/historical_access/address_space_historical_data_node.js +24 -17
- package/dist/src/historical_access/address_space_historical_data_node.js.map +1 -1
- package/dist/src/idx_iterator.js +1 -1
- package/dist/src/idx_iterator.js.map +1 -1
- package/dist/src/index_current.d.ts +31 -31
- package/dist/src/index_current.js +45 -45
- package/dist/src/index_current.js.map +1 -1
- package/dist/src/namespace_impl.d.ts +4 -3
- package/dist/src/namespace_impl.js +17 -14
- package/dist/src/namespace_impl.js.map +1 -1
- package/dist/src/namespace_private.js.map +1 -1
- package/dist/src/nodeid_manager.d.ts +3 -3
- package/dist/src/nodeid_manager.js +19 -16
- package/dist/src/nodeid_manager.js.map +1 -1
- package/dist/src/nodeset_tools/adjust_namespace_array.d.ts +1 -1
- package/dist/src/nodeset_tools/construct_namespace_dependency.d.ts +2 -2
- package/dist/src/nodeset_tools/construct_namespace_dependency.js +22 -9
- package/dist/src/nodeset_tools/construct_namespace_dependency.js.map +1 -1
- package/dist/src/nodeset_tools/dump_to_bsd.d.ts +1 -1
- package/dist/src/nodeset_tools/dump_to_bsd.js +15 -11
- package/dist/src/nodeset_tools/dump_to_bsd.js.map +1 -1
- package/dist/src/nodeset_tools/nodeset_to_xml.d.ts +5 -3
- package/dist/src/nodeset_tools/nodeset_to_xml.js +69 -72
- package/dist/src/nodeset_tools/nodeset_to_xml.js.map +1 -1
- package/dist/src/private_namespace.d.ts +2 -2
- package/dist/src/private_namespace.js.map +1 -1
- package/dist/src/reference_impl.d.ts +2 -2
- package/dist/src/reference_impl.js +9 -11
- package/dist/src/reference_impl.js.map +1 -1
- package/dist/src/role_permissions.d.ts +1 -1
- package/dist/src/role_permissions.js.map +1 -1
- package/dist/src/state_machine/finite_state_machine.d.ts +11 -14
- package/dist/src/state_machine/finite_state_machine.js +36 -30
- package/dist/src/state_machine/finite_state_machine.js.map +1 -1
- package/dist/src/state_machine/ua_shelving_state_machine_ex.d.ts +8 -6
- package/dist/src/state_machine/ua_shelving_state_machine_ex.js +16 -18
- package/dist/src/state_machine/ua_shelving_state_machine_ex.js.map +1 -1
- package/dist/src/state_machine/ua_two_state_variable.d.ts +12 -11
- package/dist/src/state_machine/ua_two_state_variable.js +24 -29
- package/dist/src/state_machine/ua_two_state_variable.js.map +1 -1
- package/dist/src/tool_isSubtypeOf.d.ts +5 -5
- package/dist/src/tool_isSubtypeOf.js +21 -18
- package/dist/src/tool_isSubtypeOf.js.map +1 -1
- package/dist/src/ua_condition_type.d.ts +1 -1
- package/dist/src/ua_data_type_impl.js.map +1 -1
- package/dist/src/ua_method_impl.d.ts +9 -5
- package/dist/src/ua_method_impl.js +1 -1
- package/dist/src/ua_method_impl.js.map +1 -1
- package/dist/src/ua_object_impl.d.ts +7 -5
- package/dist/src/ua_object_impl.js +13 -11
- package/dist/src/ua_object_impl.js.map +1 -1
- package/dist/src/ua_object_type_impl.d.ts +7 -5
- package/dist/src/ua_object_type_impl.js +4 -5
- package/dist/src/ua_object_type_impl.js.map +1 -1
- package/dist/src/ua_reference_type_impl.d.ts +6 -8
- package/dist/src/ua_reference_type_impl.js +16 -14
- package/dist/src/ua_reference_type_impl.js.map +1 -1
- package/dist/src/ua_variable_impl.d.ts +43 -45
- package/dist/src/ua_variable_impl.js +99 -83
- package/dist/src/ua_variable_impl.js.map +1 -1
- package/dist/src/ua_variable_impl_ext_obj.d.ts +3 -3
- package/dist/src/ua_variable_impl_ext_obj.js +37 -29
- package/dist/src/ua_variable_impl_ext_obj.js.map +1 -1
- package/dist/src/ua_variable_type_impl.d.ts +11 -11
- package/dist/src/ua_variable_type_impl.js +13 -21
- package/dist/src/ua_variable_type_impl.js.map +1 -1
- package/dist/src/ua_view_impl.d.ts +3 -4
- package/dist/src/ua_view_impl.js +5 -6
- package/dist/src/ua_view_impl.js.map +1 -1
- package/dist/src/validate_data_type_correctness.d.ts +2 -2
- package/dist/src/validate_data_type_correctness.js +12 -3
- package/dist/src/validate_data_type_correctness.js.map +1 -1
- package/dist/tsconfig_base.tsbuildinfo +1 -1
- package/distHelpers/add_event_generator_object.d.ts +5 -2
- package/distHelpers/add_event_generator_object.js +2 -2
- package/distHelpers/add_event_generator_object.js.map +1 -1
- package/distHelpers/alarms_and_conditions_demo.d.ts +1 -1
- package/distHelpers/alarms_and_conditions_demo.js +4 -6
- package/distHelpers/alarms_and_conditions_demo.js.map +1 -1
- package/distHelpers/assertHasMatchingReference.d.ts +1 -1
- package/distHelpers/assertHasMatchingReference.js +2 -2
- package/distHelpers/assertHasMatchingReference.js.map +1 -1
- package/distHelpers/boiler_system.d.ts +6 -3
- package/distHelpers/boiler_system.js +44 -42
- package/distHelpers/boiler_system.js.map +1 -1
- package/distHelpers/create_minimalist_address_space_nodeset.d.ts +1 -1
- package/distHelpers/create_minimalist_address_space_nodeset.js +25 -27
- package/distHelpers/create_minimalist_address_space_nodeset.js.map +1 -1
- package/distHelpers/get_address_space_fixture.js +1 -1
- package/distHelpers/get_address_space_fixture.js.map +1 -1
- package/distHelpers/mock_session.d.ts +7 -7
- package/distHelpers/mock_session.js +4 -4
- package/distHelpers/mock_session.js.map +1 -1
- package/distNodeJS/generate_address_space.d.ts +2 -2
- package/distNodeJS/generate_address_space.js +2 -2
- package/distNodeJS/generate_address_space.js.map +1 -1
- package/package.json +36 -36
- package/source/address_space_ts.ts +29 -30
- package/source/continuation_points/continuation_point_manager.ts +8 -7
- package/source/helpers/adjust_browse_direction.ts +1 -1
- package/source/helpers/argument_list.ts +37 -25
- package/source/helpers/call_helpers.ts +10 -15
- package/source/helpers/coerce_enum_value.ts +4 -4
- package/source/helpers/dump_tools.ts +6 -11
- package/source/helpers/ensure_secure_access.ts +2 -2
- package/source/helpers/make_optionals_map.ts +3 -10
- package/source/helpers/multiform_func.ts +1 -1
- package/source/helpers/resolve_opaque_on_address_space.ts +2 -2
- package/source/index.ts +44 -54
- package/source/interfaces/alarms_and_conditions/condition_info_i.ts +3 -4
- package/source/interfaces/alarms_and_conditions/condition_snapshot.ts +13 -13
- package/source/interfaces/alarms_and_conditions/deviation_stuff.ts +8 -10
- package/source/interfaces/alarms_and_conditions/install_setpoint_options.ts +4 -5
- package/source/interfaces/alarms_and_conditions/instantiate_alarm_condition_options.ts +4 -6
- package/source/interfaces/alarms_and_conditions/instantiate_condition_options.ts +3 -3
- package/source/interfaces/alarms_and_conditions/instantiate_exclusive_deviation_alarm_options.ts +2 -2
- package/source/interfaces/alarms_and_conditions/instantiate_exclusive_limit_alarm_options.ts +2 -2
- package/source/interfaces/alarms_and_conditions/instantiate_limit_alarm_options.ts +6 -3
- package/source/interfaces/alarms_and_conditions/instantiate_non_exclusive_deviation_alarm_options.ts +2 -2
- package/source/interfaces/alarms_and_conditions/instantiate_non_exclusive_limit_alarm_options.ts +2 -2
- package/source/interfaces/alarms_and_conditions/instantiate_off_normal_alarm_options.ts +11 -11
- package/source/interfaces/alarms_and_conditions/ua_acknowledgeable_condition_ex.ts +11 -25
- package/source/interfaces/alarms_and_conditions/ua_alarm_condition_ex.ts +16 -13
- package/source/interfaces/alarms_and_conditions/ua_base_event_ex.ts +12 -0
- package/source/interfaces/alarms_and_conditions/ua_certificate_expiration_alarm_ex.ts +5 -5
- package/source/interfaces/alarms_and_conditions/ua_condition_ex.ts +30 -54
- package/source/interfaces/alarms_and_conditions/ua_discrete_alarm_ex.ts +3 -34
- package/source/interfaces/alarms_and_conditions/ua_exclusive_deviation_alarm_ex.ts +18 -22
- package/source/interfaces/alarms_and_conditions/ua_exclusive_limit_alarm_ex.ts +8 -15
- package/source/interfaces/alarms_and_conditions/ua_limit_alarm_ex.ts +4 -7
- package/source/interfaces/alarms_and_conditions/ua_non_exclusive_deviation_alarm_ex.ts +5 -6
- package/source/interfaces/alarms_and_conditions/ua_non_exclusive_limit_alarm_ex.ts +3 -3
- package/source/interfaces/data_access/ua_multistate_discrete_ex.ts +9 -16
- package/source/interfaces/data_access/ua_multistate_value_discrete_ex.ts +5 -8
- package/source/interfaces/data_access/ua_two_state_discrete_ex.ts +5 -5
- package/source/interfaces/data_access/ua_y_array_item_ex.ts +3 -3
- package/source/interfaces/extension_object_constructor.ts +3 -4
- package/source/interfaces/i_condition_variable_type_setter_options.ts +1 -3
- package/source/interfaces/state_machine/ua_exclusive_limit_state_machine_type_ex.ts +3 -3
- package/source/interfaces/state_machine/ua_finite_state_machine_type.ts +2 -2
- package/source/interfaces/state_machine/ua_program_state_machine_type.ts +3 -3
- package/source/interfaces/state_machine/ua_shelved_state_machine_ex.ts +10 -7
- package/source/interfaces/state_machine/ua_state_machine_type.ts +11 -8
- package/source/interfaces/state_machine/ua_transition_ex.ts +2 -2
- package/source/interfaces/ua_subscription_diagnostics_variable_ex.ts +3 -2
- package/source/loader/decode_xml_extension_object.ts +7 -7
- package/source/loader/ensure_datatype_extracted.ts +14 -19
- package/source/loader/generateAddressSpaceRaw.ts +12 -13
- package/source/loader/load_nodeset2.ts +3 -3
- package/source/loader/make_xml_extension_object_parser.ts +55 -39
- package/source/loader/namespace_post_step.ts +3 -4
- package/source/loader/parsers/extension_object_parser.ts +63 -62
- package/source/loader/parsers/localized_text_parser.ts +3 -3
- package/source/loader/parsers/nodeid_parser.ts +2 -3
- package/source/loader/parsers/qualified_name_parser.ts +6 -7
- package/source/loader/parsers/variant_parser.ts +48 -55
- package/source/loader/register_node_promoter.ts +2 -2
- package/source/namespace.ts +4 -4
- package/source/namespace_alarm_and_condition.ts +22 -22
- package/source/namespace_data_access.ts +12 -13
- package/source/namespace_machine_state.ts +10 -5
- package/source/pseudo_session.ts +53 -50
- package/source/session_context.ts +1 -1
- package/source/set_namespace_meta_data.ts +3 -3
- package/source/ua_addin.ts +10 -11
- package/source/ua_interface.ts +10 -7
- package/source/ua_root_folder.ts +1 -1
- package/source/ua_two_state_variable_ex.ts +5 -5
- package/source_nodejs/generate_address_space.ts +5 -9
- package/src/_instantiate_helpers.ts +26 -16
- package/src/_mandatory_child_or_requested_optional_filter.ts +16 -15
- package/src/address_space.ts +24 -33
- package/src/address_space_change_event_tools.ts +25 -30
- package/src/address_space_private.ts +20 -21
- package/src/alarms_and_conditions/condition.ts +0 -2
- package/src/alarms_and_conditions/condition_info_impl.ts +11 -19
- package/src/alarms_and_conditions/condition_snapshot_impl.ts +106 -82
- package/src/alarms_and_conditions/deviation_alarm_helper.ts +20 -15
- package/src/alarms_and_conditions/index.ts +3 -3
- package/src/alarms_and_conditions/ua_acknowledgeable_condition_impl.ts +44 -32
- package/src/alarms_and_conditions/ua_alarm_condition_impl.ts +35 -34
- package/src/alarms_and_conditions/ua_base_event_impl.ts +15 -19
- package/src/alarms_and_conditions/ua_certificate_expiration_alarm_impl.ts +6 -2
- package/src/alarms_and_conditions/ua_condition_impl.ts +140 -130
- package/src/alarms_and_conditions/ua_discrete_alarm_impl.ts +20 -12
- package/src/alarms_and_conditions/ua_exclusive_deviation_alarm_impl.ts +40 -43
- package/src/alarms_and_conditions/ua_exclusive_level_alarm_impl.ts +7 -7
- package/src/alarms_and_conditions/ua_exclusive_limit_alarm_impl.ts +28 -30
- package/src/alarms_and_conditions/ua_exclusive_rate_of_change_alarm_impl.ts +3 -6
- package/src/alarms_and_conditions/ua_limit_alarm_impl.ts +59 -90
- package/src/alarms_and_conditions/ua_non_exclusive_deviation_alarm_impl.ts +31 -27
- package/src/alarms_and_conditions/ua_non_exclusive_limit_alarm_impl.ts +57 -36
- package/src/alarms_and_conditions/ua_off_normal_alarm_impl.ts +31 -27
- package/src/alarms_and_conditions/ua_system_off_normal_alarm_impl.ts +6 -6
- package/src/apply_condition_refresh.ts +7 -8
- package/src/base_node_impl.ts +63 -44
- package/src/base_node_private.ts +12 -4
- package/src/check_value_rank_compatibility.ts +18 -14
- package/src/data_access/add_dataItem_stuff.ts +3 -4
- package/src/data_access/adjust_datavalue_status_code.ts +7 -7
- package/src/data_access/ua_multistate_discrete_impl.ts +44 -28
- package/src/data_access/ua_multistate_value_discrete_impl.ts +77 -66
- package/src/data_access/ua_two_state_discrete_impl.ts +29 -36
- package/src/event_data.ts +53 -53
- package/src/extension_object_array_node.ts +27 -28
- package/src/get_basic_datatype.ts +4 -5
- package/src/historical_access/address_space_historical_data_node.ts +65 -50
- package/src/idx_iterator.ts +4 -12
- package/src/index_current.ts +33 -45
- package/src/namespace_impl.ts +75 -62
- package/src/namespace_private.ts +2 -8
- package/src/nodeid_manager.ts +30 -27
- package/src/nodeset_tools/adjust_namespace_array.ts +1 -1
- package/src/nodeset_tools/construct_namespace_dependency.ts +30 -18
- package/src/nodeset_tools/dump_to_bsd.ts +27 -22
- package/src/nodeset_tools/nodeset_to_xml.ts +100 -119
- package/src/private_namespace.ts +3 -6
- package/src/reference_impl.ts +11 -14
- package/src/role_permissions.ts +1 -1
- package/src/state_machine/finite_state_machine.ts +60 -61
- package/src/state_machine/ua_shelving_state_machine_ex.ts +23 -23
- package/src/state_machine/ua_two_state_variable.ts +34 -31
- package/src/tool_isSubtypeOf.ts +48 -33
- package/src/ua_condition_type.ts +1 -1
- package/src/ua_data_type_impl.ts +12 -13
- package/src/ua_method_impl.ts +17 -12
- package/src/ua_object_impl.ts +38 -33
- package/src/ua_object_type_impl.ts +22 -22
- package/src/ua_reference_type_impl.ts +19 -19
- package/src/ua_variable_impl.ts +240 -220
- package/src/ua_variable_impl_ext_obj.ts +63 -50
- package/src/ua_variable_type_impl.ts +43 -49
- package/src/ua_view_impl.ts +5 -5
- package/src/validate_data_type_correctness.ts +17 -8
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import type { IAddressSpace } from "node-opcua-address-space-base";
|
|
1
2
|
import { resolveDynamicExtensionObject } from "node-opcua-client-dynamic-extension-object";
|
|
2
3
|
import { Variant } from "node-opcua-variant";
|
|
3
|
-
import { IAddressSpace } from "node-opcua-address-space-base";
|
|
4
|
-
import { PseudoSession } from "../pseudo_session";
|
|
5
4
|
import { ensureDatatypeExtracted } from "../loader/ensure_datatype_extracted";
|
|
5
|
+
import { PseudoSession } from "../pseudo_session";
|
|
6
6
|
|
|
7
7
|
export async function resolveOpaqueOnAddressSpace(
|
|
8
8
|
addressSpace: IAddressSpace,
|
package/source/index.ts
CHANGED
|
@@ -1,24 +1,32 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @module node-opcua-address-space
|
|
3
3
|
*/
|
|
4
|
-
export * from "./address_space_ts";
|
|
5
|
-
|
|
6
|
-
export * from "./interfaces/state_machine/ua_state_machine_type";
|
|
7
|
-
export * from "./interfaces/state_machine/ua_exclusive_limit_state_machine_type_ex";
|
|
8
|
-
export * from "./interfaces/state_machine/ua_finite_state_machine_type";
|
|
9
|
-
export * from "./interfaces/state_machine/ua_program_state_machine_type";
|
|
10
|
-
export * from "./interfaces/state_machine/ua_shelved_state_machine_ex";
|
|
11
|
-
|
|
12
|
-
export * from "./interfaces/state_machine/ua_transition_ex";
|
|
13
|
-
|
|
14
|
-
export * from "./interfaces/ua_subscription_diagnostics_variable_ex";
|
|
15
|
-
|
|
16
|
-
export * from "./interfaces/data_access/ua_multistate_discrete_ex";
|
|
17
|
-
export * from "./interfaces/data_access/ua_multistate_value_discrete_ex";
|
|
18
|
-
export * from "./interfaces/data_access/ua_two_state_discrete_ex";
|
|
19
|
-
export * from "./interfaces/data_access/ua_y_array_item_ex";
|
|
20
|
-
export * from "./interfaces/extension_object_constructor";
|
|
21
4
|
|
|
5
|
+
export * from "node-opcua-address-space-base";
|
|
6
|
+
export * from "node-opcua-nodeset-ua";
|
|
7
|
+
export { instantiateCertificateExpirationAlarm } from "../src/alarms_and_conditions/ua_certificate_expiration_alarm_impl";
|
|
8
|
+
export { promoteToMultiStateDiscrete } from "../src/data_access/ua_multistate_discrete_impl";
|
|
9
|
+
// deprecated: validateDataType
|
|
10
|
+
export {
|
|
11
|
+
promoteToMultiStateValueDiscrete,
|
|
12
|
+
validateDataType,
|
|
13
|
+
validateIsNumericDataType
|
|
14
|
+
} from "../src/data_access/ua_multistate_value_discrete_impl";
|
|
15
|
+
export { promoteToTwoStateDiscrete } from "../src/data_access/ua_two_state_discrete_impl";
|
|
16
|
+
export * from "../src/event_data";
|
|
17
|
+
export { ConstructNodeIdOptions, NodeIdManager } from "../src/nodeid_manager";
|
|
18
|
+
export * from "../src/nodeset_tools/construct_namespace_dependency";
|
|
19
|
+
export * from "../src/private_namespace";
|
|
20
|
+
export { validateDataTypeCorrectness } from "../src/validate_data_type_correctness";
|
|
21
|
+
export * from "./address_space_ts";
|
|
22
|
+
export { ContinuationPointManager } from "./continuation_points/continuation_point_manager";
|
|
23
|
+
export { adjustBrowseDirection } from "./helpers/adjust_browse_direction";
|
|
24
|
+
export * from "./helpers/argument_list";
|
|
25
|
+
export * from "./helpers/call_helpers";
|
|
26
|
+
export * from "./helpers/dump_tools";
|
|
27
|
+
export * from "./helpers/ensure_secure_access";
|
|
28
|
+
export * from "./helpers/make_optionals_map";
|
|
29
|
+
export { resolveOpaqueOnAddressSpace } from "./helpers/resolve_opaque_on_address_space";
|
|
22
30
|
export * from "./interfaces/alarms_and_conditions/condition_info_i";
|
|
23
31
|
export * from "./interfaces/alarms_and_conditions/condition_snapshot";
|
|
24
32
|
export * from "./interfaces/alarms_and_conditions/instantiate_alarm_condition_options";
|
|
@@ -28,6 +36,7 @@ export * from "./interfaces/alarms_and_conditions/instantiate_limit_alarm_option
|
|
|
28
36
|
export * from "./interfaces/alarms_and_conditions/instantiate_off_normal_alarm_options";
|
|
29
37
|
export * from "./interfaces/alarms_and_conditions/ua_acknowledgeable_condition_ex";
|
|
30
38
|
export * from "./interfaces/alarms_and_conditions/ua_alarm_condition_ex";
|
|
39
|
+
export * from "./interfaces/alarms_and_conditions/ua_base_event_ex";
|
|
31
40
|
export * from "./interfaces/alarms_and_conditions/ua_certificate_expiration_alarm_ex";
|
|
32
41
|
export * from "./interfaces/alarms_and_conditions/ua_condition_ex";
|
|
33
42
|
export * from "./interfaces/alarms_and_conditions/ua_discrete_alarm_ex";
|
|
@@ -36,47 +45,28 @@ export * from "./interfaces/alarms_and_conditions/ua_exclusive_limit_alarm_ex";
|
|
|
36
45
|
export * from "./interfaces/alarms_and_conditions/ua_limit_alarm_ex";
|
|
37
46
|
export * from "./interfaces/alarms_and_conditions/ua_non_exclusive_deviation_alarm_ex";
|
|
38
47
|
export * from "./interfaces/alarms_and_conditions/ua_non_exclusive_limit_alarm_ex";
|
|
39
|
-
|
|
48
|
+
export * from "./interfaces/data_access/ua_multistate_discrete_ex";
|
|
49
|
+
export * from "./interfaces/data_access/ua_multistate_value_discrete_ex";
|
|
50
|
+
export * from "./interfaces/data_access/ua_two_state_discrete_ex";
|
|
51
|
+
export * from "./interfaces/data_access/ua_y_array_item_ex";
|
|
52
|
+
export * from "./interfaces/extension_object_constructor";
|
|
40
53
|
export * from "./interfaces/nodeset_loader_options";
|
|
41
|
-
|
|
42
|
-
export
|
|
43
|
-
export
|
|
44
|
-
export
|
|
45
|
-
export
|
|
46
|
-
|
|
47
|
-
export
|
|
48
|
-
export { validateDataTypeCorrectness } from "../src/validate_data_type_correctness";
|
|
49
|
-
export * from "./ua_root_folder";
|
|
50
|
-
export * from "./ua_addin";
|
|
51
|
-
export * from "./ua_interface";
|
|
52
|
-
|
|
53
|
-
export * from "./session_context";
|
|
54
|
-
export * from "./pseudo_session";
|
|
55
|
-
|
|
56
|
-
export * from "./helpers/dump_tools";
|
|
57
|
-
export * from "./helpers/make_optionals_map";
|
|
58
|
-
export * from "./helpers/argument_list";
|
|
59
|
-
export * from "./helpers/call_helpers";
|
|
60
|
-
export * from "./helpers/ensure_secure_access";
|
|
61
|
-
export { adjustBrowseDirection } from "./helpers/adjust_browse_direction";
|
|
62
|
-
export { resolveOpaqueOnAddressSpace } from "./helpers/resolve_opaque_on_address_space";
|
|
63
|
-
|
|
64
|
-
export { ContinuationPointManager } from "./continuation_points/continuation_point_manager";
|
|
54
|
+
export * from "./interfaces/state_machine/ua_exclusive_limit_state_machine_type_ex";
|
|
55
|
+
export * from "./interfaces/state_machine/ua_finite_state_machine_type";
|
|
56
|
+
export * from "./interfaces/state_machine/ua_program_state_machine_type";
|
|
57
|
+
export * from "./interfaces/state_machine/ua_shelved_state_machine_ex";
|
|
58
|
+
export * from "./interfaces/state_machine/ua_state_machine_type";
|
|
59
|
+
export * from "./interfaces/state_machine/ua_transition_ex";
|
|
60
|
+
export * from "./interfaces/ua_subscription_diagnostics_variable_ex";
|
|
65
61
|
export { ensureDatatypeExtracted, ensureDatatypeExtractedWithCallback } from "./loader/ensure_datatype_extracted";
|
|
66
|
-
|
|
67
62
|
export * from "./loader/generateAddressSpaceRaw";
|
|
68
63
|
export * from "./loader/register_node_promoter";
|
|
69
|
-
|
|
70
64
|
export * from "./namespace";
|
|
65
|
+
export type { INamespaceAlarmAndCondition } from "./namespace_alarm_and_condition.js";
|
|
71
66
|
export * from "./namespace_data_access";
|
|
72
|
-
export * from "
|
|
73
|
-
|
|
74
|
-
export { instantiateCertificateExpirationAlarm } from "../src/alarms_and_conditions/ua_certificate_expiration_alarm_impl";
|
|
75
|
-
|
|
76
|
-
export { NodeIdManager, ConstructNodeIdOptions } from "../src/nodeid_manager";
|
|
77
|
-
export * from "../src/event_data";
|
|
67
|
+
export * from "./pseudo_session";
|
|
68
|
+
export * from "./session_context";
|
|
78
69
|
export * from "./set_namespace_meta_data";
|
|
79
|
-
|
|
80
|
-
export * from "
|
|
81
|
-
export * from "
|
|
82
|
-
export * from "../src/nodeset_tools/construct_namespace_dependency";
|
|
70
|
+
export * from "./ua_addin";
|
|
71
|
+
export * from "./ua_interface";
|
|
72
|
+
export * from "./ua_root_folder";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @module node-opcua-address-space
|
|
3
3
|
*/
|
|
4
|
-
import { UInt16 } from "node-opcua-basic-types";
|
|
5
|
-
import { LocalizedText, LocalizedTextLike } from "node-opcua-data-model";
|
|
6
|
-
import { StatusCode } from "node-opcua-status-code";
|
|
4
|
+
import type { UInt16 } from "node-opcua-basic-types";
|
|
5
|
+
import type { LocalizedText, LocalizedTextLike } from "node-opcua-data-model";
|
|
6
|
+
import type { StatusCode } from "node-opcua-status-code";
|
|
7
7
|
|
|
8
8
|
export interface ConditionInfoOptions {
|
|
9
9
|
message?: string | LocalizedTextLike | null;
|
|
@@ -13,7 +13,6 @@ export interface ConditionInfoOptions {
|
|
|
13
13
|
|
|
14
14
|
time?: Date | null;
|
|
15
15
|
receiveTime?: Date | null;
|
|
16
|
-
|
|
17
16
|
}
|
|
18
17
|
|
|
19
18
|
export interface ConditionInfo {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @module node-opcua-address-space.AlarmsAndConditions
|
|
3
3
|
*/
|
|
4
|
-
import { EventEmitter } from "events";
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import { ISetStateOptions } from "../i_set_state_options";
|
|
14
|
-
import {
|
|
4
|
+
import type { EventEmitter } from "node:events";
|
|
5
|
+
import type { BaseNode, IEventData, UAVariable } from "node-opcua-address-space-base";
|
|
6
|
+
import type { UInt16 } from "node-opcua-basic-types";
|
|
7
|
+
import type { LocalizedText, LocalizedTextLike } from "node-opcua-data-model";
|
|
8
|
+
import type { NodeId } from "node-opcua-nodeid";
|
|
9
|
+
import type { StatusCode } from "node-opcua-status-code";
|
|
10
|
+
import type { TimeZoneDataType } from "node-opcua-types";
|
|
11
|
+
import type { Variant } from "node-opcua-variant";
|
|
12
|
+
import type { IConditionVariableTypeSetterOptions } from "../i_condition_variable_type_setter_options";
|
|
13
|
+
import type { ISetStateOptions } from "../i_set_state_options";
|
|
14
|
+
import type { UtcTime } from "../state_machine/ua_state_machine_type";
|
|
15
15
|
|
|
16
16
|
export interface ConditionSnapshot {
|
|
17
17
|
on(
|
|
@@ -108,7 +108,7 @@ export interface ConditionSnapshot extends EventEmitter {
|
|
|
108
108
|
*/
|
|
109
109
|
setQuality(quality: StatusCode, options?: IConditionVariableTypeSetterOptions): void;
|
|
110
110
|
/**
|
|
111
|
-
*
|
|
111
|
+
*
|
|
112
112
|
*/
|
|
113
113
|
getQuality(): StatusCode;
|
|
114
114
|
/*
|
|
@@ -203,7 +203,7 @@ export interface ConditionSnapshot extends EventEmitter {
|
|
|
203
203
|
getSourceNode(): NodeId;
|
|
204
204
|
|
|
205
205
|
/**
|
|
206
|
-
*
|
|
206
|
+
*
|
|
207
207
|
*/
|
|
208
208
|
getEventType(): NodeId;
|
|
209
209
|
getMessage(): LocalizedText;
|
|
@@ -1,17 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { DataType } from "node-opcua-basic-types";
|
|
3
|
-
import { DataValue } from "node-opcua-data-value";
|
|
4
|
-
import { SetPointSupport } from "./install_setpoint_options";
|
|
1
|
+
import type { IAddressSpace, UAVariableT } from "node-opcua-address-space-base";
|
|
2
|
+
import type { DataType } from "node-opcua-basic-types";
|
|
3
|
+
import type { DataValue } from "node-opcua-data-value";
|
|
4
|
+
import type { SetPointSupport } from "./install_setpoint_options";
|
|
5
5
|
|
|
6
6
|
export interface DeviationStuff extends SetPointSupport {
|
|
7
|
-
|
|
8
|
-
|
|
9
7
|
_onSetpointDataValueChange(dataValue: DataValue): void;
|
|
10
|
-
_setStateBasedOnInputValue(value:
|
|
11
|
-
|
|
12
|
-
getSetpointNodeNode(): UAVariableT<number, DataType.Double> | UAVariableT<number, DataType.Float> | undefined ;
|
|
8
|
+
_setStateBasedOnInputValue(value: unknown): void;
|
|
13
9
|
|
|
14
|
-
|
|
10
|
+
getSetpointNodeNode(): UAVariableT<number, DataType.Double> | UAVariableT<number, DataType.Float> | undefined;
|
|
11
|
+
|
|
12
|
+
getInputNodeValue(): number | null;
|
|
15
13
|
getSetpointValue(): number | null;
|
|
16
14
|
|
|
17
15
|
readonly addressSpace: IAddressSpace;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { UAVariableT } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-basic-types";
|
|
3
|
-
import { NodeId } from "node-opcua-nodeid";
|
|
1
|
+
import type { UAVariableT } from "node-opcua-address-space-base";
|
|
2
|
+
import type { DataType } from "node-opcua-basic-types";
|
|
3
|
+
import type { NodeId } from "node-opcua-nodeid";
|
|
4
4
|
|
|
5
5
|
export interface InstallSetPointOptions {
|
|
6
|
-
|
|
7
|
-
// the set point used in the deviation calculation.
|
|
6
|
+
// the set point used in the deviation calculation.
|
|
8
7
|
// In cases where the Alarm is generated by an underlying system and if the Variable is not in the AddressSpace
|
|
9
8
|
// a NULL NodeId shall be provided.
|
|
10
9
|
setpointNode?: UAVariableT<number, DataType.Double> | UAVariableT<number, DataType.Float> | null;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { NodeId } from "node-opcua-nodeid";
|
|
3
|
-
import { InstantiateConditionOptions } from "./instantiate_condition_options";
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import type { UAVariable } from "node-opcua-address-space-base";
|
|
2
|
+
import type { NodeId } from "node-opcua-nodeid";
|
|
3
|
+
import type { InstantiateConditionOptions } from "./instantiate_condition_options";
|
|
6
4
|
|
|
7
5
|
export interface InstantiateAlarmConditionOptions extends InstantiateConditionOptions {
|
|
8
6
|
maxTimeShelved?: number;
|
|
9
|
-
inputNode:
|
|
7
|
+
inputNode: UAVariable | NodeId;
|
|
10
8
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BaseNode, InstantiateObjectOptions, UAObject } from "node-opcua-address-space-base";
|
|
2
|
-
import { NodeId } from "node-opcua-nodeid";
|
|
1
|
+
import type { BaseNode, InstantiateObjectOptions, UAObject } from "node-opcua-address-space-base";
|
|
2
|
+
import type { NodeId } from "node-opcua-nodeid";
|
|
3
3
|
|
|
4
4
|
export interface InstantiateConditionOptions extends InstantiateObjectOptions {
|
|
5
5
|
conditionOf?: UAObject | BaseNode | NodeId | null;
|
|
6
6
|
conditionClass?: UAObject | BaseNode | NodeId | null;
|
|
7
7
|
conditionName?: string;
|
|
8
|
-
}
|
|
8
|
+
}
|
package/source/interfaces/alarms_and_conditions/instantiate_exclusive_deviation_alarm_options.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { InstallSetPointOptions } from "./install_setpoint_options";
|
|
2
|
-
import { InstantiateLimitAlarmOptions } from "./instantiate_limit_alarm_options";
|
|
1
|
+
import type { InstallSetPointOptions } from "./install_setpoint_options";
|
|
2
|
+
import type { InstantiateLimitAlarmOptions } from "./instantiate_limit_alarm_options";
|
|
3
3
|
|
|
4
4
|
export interface InstantiateExclusiveDeviationAlarmOptions extends InstantiateLimitAlarmOptions, InstallSetPointOptions {
|
|
5
5
|
/** empty interface */
|
package/source/interfaces/alarms_and_conditions/instantiate_exclusive_limit_alarm_options.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { InstallSetPointOptions } from "./install_setpoint_options";
|
|
2
|
-
import { InstantiateLimitAlarmOptions } from "./instantiate_limit_alarm_options";
|
|
1
|
+
import type { InstallSetPointOptions } from "./install_setpoint_options";
|
|
2
|
+
import type { InstantiateLimitAlarmOptions } from "./instantiate_limit_alarm_options";
|
|
3
3
|
|
|
4
4
|
export interface InstantiateExclusiveLimitAlarmOptions extends InstantiateLimitAlarmOptions, InstallSetPointOptions {
|
|
5
5
|
/** empty interface */
|
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
import { UAVariable } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
1
|
+
// import type { UAVariable } from "node-opcua-address-space-base";
|
|
2
|
+
import type { NodeId } from "node-opcua-nodeid";
|
|
3
|
+
import type { UAVariable } from "../..";
|
|
4
|
+
import type { InstantiateAlarmConditionOptions } from "./instantiate_alarm_condition_options";
|
|
3
5
|
|
|
4
6
|
export interface InstantiateLimitAlarmOptions extends InstantiateAlarmConditionOptions {
|
|
5
7
|
highHighLimit?: number;
|
|
6
8
|
highLimit: number;
|
|
7
9
|
lowLimit: number;
|
|
8
10
|
lowLowLimit?: number;
|
|
9
|
-
|
|
11
|
+
|
|
12
|
+
inputNode: UAVariable | NodeId;
|
|
10
13
|
}
|
package/source/interfaces/alarms_and_conditions/instantiate_non_exclusive_deviation_alarm_options.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { InstallSetPointOptions } from "./install_setpoint_options";
|
|
2
|
-
import { InstantiateLimitAlarmOptions } from "./instantiate_limit_alarm_options";
|
|
1
|
+
import type { InstallSetPointOptions } from "./install_setpoint_options";
|
|
2
|
+
import type { InstantiateLimitAlarmOptions } from "./instantiate_limit_alarm_options";
|
|
3
3
|
|
|
4
4
|
export interface InstantiateNonExclusiveDeviationAlarmOptions extends InstantiateLimitAlarmOptions, InstallSetPointOptions {
|
|
5
5
|
/** empty interface */
|
package/source/interfaces/alarms_and_conditions/instantiate_non_exclusive_limit_alarm_options.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { InstallSetPointOptions } from "./install_setpoint_options";
|
|
2
|
-
import { InstantiateLimitAlarmOptions } from "./instantiate_limit_alarm_options";
|
|
1
|
+
import type { InstallSetPointOptions } from "./install_setpoint_options";
|
|
2
|
+
import type { InstantiateLimitAlarmOptions } from "./instantiate_limit_alarm_options";
|
|
3
3
|
|
|
4
4
|
export interface InstantiateNonExclusiveLimitAlarmOptions extends InstantiateLimitAlarmOptions, InstallSetPointOptions {
|
|
5
5
|
/** empty interface */
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { UAVariable } from "node-opcua-address-space-base";
|
|
2
|
-
import { NodeIdLike } from "node-opcua-nodeid";
|
|
3
|
-
import { InstantiateAlarmConditionOptions } from "./instantiate_alarm_condition_options";
|
|
1
|
+
import type { UAVariable } from "node-opcua-address-space-base";
|
|
2
|
+
import type { NodeIdLike } from "node-opcua-nodeid";
|
|
3
|
+
import type { InstantiateAlarmConditionOptions } from "./instantiate_alarm_condition_options";
|
|
4
4
|
|
|
5
5
|
export interface InstantiateOffNormalAlarmOptions extends InstantiateAlarmConditionOptions {
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
*
|
|
8
8
|
* https://reference.opcfoundation.org/v105/Core/docs/Part9/5.8.23/#5.8.23.2
|
|
9
|
-
*
|
|
10
|
-
* The NormalState Property is a Property that points to a Variable which has a value that corresponds
|
|
11
|
-
* to one of the possible values of the Variable pointed to by the InputNode Property where the NormalState
|
|
9
|
+
*
|
|
10
|
+
* The NormalState Property is a Property that points to a Variable which has a value that corresponds
|
|
11
|
+
* to one of the possible values of the Variable pointed to by the InputNode Property where the NormalState
|
|
12
12
|
* Property Variable value is the value that is considered to be the normal state of the Variable
|
|
13
|
-
* pointed to by the InputNode Property.
|
|
14
|
-
*
|
|
15
|
-
* When the value of the Variable referenced by the InputNode Property is not equal to the value of
|
|
13
|
+
* pointed to by the InputNode Property.
|
|
14
|
+
*
|
|
15
|
+
* When the value of the Variable referenced by the InputNode Property is not equal to the value of
|
|
16
16
|
* the NormalState Property the Alarm is Active. If this Variable is not in the AddressSpace,
|
|
17
17
|
* a NULL NodeId shall be provided.
|
|
18
|
-
*
|
|
18
|
+
*
|
|
19
19
|
*/
|
|
20
20
|
normalState?: NodeIdLike | UAVariable | null;
|
|
21
21
|
}
|
|
@@ -1,38 +1,24 @@
|
|
|
1
|
-
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import { UAAcknowledgeableCondition_Base } from "node-opcua-nodeset-ua";
|
|
4
|
-
import { UATwoStateVariableEx } from "../../ua_two_state_variable_ex";
|
|
5
|
-
import { ConditionSnapshot } from "./condition_snapshot";
|
|
6
|
-
import {
|
|
1
|
+
import type { ListenerSignature, UAMethod, UAObject } from "node-opcua-address-space-base";
|
|
2
|
+
import type { LocalizedText, LocalizedTextLike } from "node-opcua-data-model";
|
|
3
|
+
import type { UAAcknowledgeableCondition_Base } from "node-opcua-nodeset-ua";
|
|
4
|
+
import type { UATwoStateVariableEx } from "../../ua_two_state_variable_ex";
|
|
5
|
+
import type { ConditionSnapshot } from "./condition_snapshot";
|
|
6
|
+
import type { UAConditionEvents, UAConditionEx } from "./ua_condition_ex";
|
|
7
7
|
|
|
8
8
|
export interface UAAcknowledgeableConditionHelper {
|
|
9
9
|
autoConfirmBranch(branch: ConditionSnapshot, comment: LocalizedTextLike): void;
|
|
10
|
-
|
|
11
|
-
|
|
12
10
|
acknowledgeAndAutoConfirmBranch(branch: ConditionSnapshot, comment: string | LocalizedTextLike | LocalizedText): void;
|
|
13
11
|
}
|
|
14
12
|
|
|
15
|
-
export interface
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
once(eventName: string, eventHandler: (...args: any[]) => void): this;
|
|
19
|
-
|
|
20
|
-
on(
|
|
21
|
-
eventName: "acknowledged" | "confirmed",
|
|
22
|
-
eventHandler: (eventId: Buffer | null, comment: LocalizedText, branch: ConditionSnapshot) => void
|
|
23
|
-
): this;
|
|
13
|
+
export interface UAAcknowledgeableConditionEvents extends UAConditionEvents {
|
|
14
|
+
acknowledged: (eventId: Buffer | null, comment: LocalizedText, branch: ConditionSnapshot) => void;
|
|
15
|
+
confirmed: (eventId: Buffer | null, comment: LocalizedText, branch: ConditionSnapshot) => void;
|
|
24
16
|
}
|
|
25
17
|
|
|
26
|
-
|
|
27
|
-
export interface UAAcknowledgeableConditionEx
|
|
18
|
+
export interface UAAcknowledgeableConditionEx<T extends UAAcknowledgeableConditionEvents & ListenerSignature<T> = UAAcknowledgeableConditionEvents>
|
|
28
19
|
extends UAAcknowledgeableCondition_Base,
|
|
29
20
|
UAAcknowledgeableConditionHelper,
|
|
30
|
-
UAConditionEx {
|
|
31
|
-
|
|
32
|
-
on(eventName: string, eventHandler: any): this;
|
|
33
|
-
once(eventName: string, eventHandler: any): this;
|
|
34
|
-
|
|
35
|
-
|
|
21
|
+
UAConditionEx<T> {
|
|
36
22
|
enabledState: UATwoStateVariableEx;
|
|
37
23
|
ackedState: UATwoStateVariableEx;
|
|
38
24
|
confirmedState?: UATwoStateVariableEx;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { BaseNode, UAVariable } from "node-opcua-address-space-base";
|
|
2
|
-
import { NodeId } from "node-opcua-nodeid";
|
|
3
|
-
import { UAAlarmCondition_Base } from "node-opcua-nodeset-ua";
|
|
4
|
-
|
|
5
|
-
import { UATwoStateVariableEx } from "../../ua_two_state_variable_ex";
|
|
6
|
-
import { UAShelvedStateMachineEx } from "../state_machine/ua_shelved_state_machine_ex";
|
|
7
|
-
import { ConditionInfo } from "./condition_info_i";
|
|
8
|
-
import { UAAcknowledgeableConditionEx, UAAcknowledgeableConditionHelper } from "./ua_acknowledgeable_condition_ex";
|
|
1
|
+
import type { BaseNode, ITypedEventEmitter, ListenerSignature, UAObject, UAVariable } from "node-opcua-address-space-base";
|
|
2
|
+
import type { NodeId } from "node-opcua-nodeid";
|
|
3
|
+
import type { UAAlarmCondition_Base } from "node-opcua-nodeset-ua";
|
|
9
4
|
|
|
5
|
+
import type { UATwoStateVariableEx } from "../../ua_two_state_variable_ex";
|
|
6
|
+
import type { UAShelvedStateMachineEx } from "../state_machine/ua_shelved_state_machine_ex";
|
|
7
|
+
import type { ConditionInfo } from "./condition_info_i";
|
|
8
|
+
import type { UAAcknowledgeableConditionEvents, UAAcknowledgeableConditionEx, UAAcknowledgeableConditionHelper } from "./ua_acknowledgeable_condition_ex";
|
|
9
|
+
import { ITypeDictionary } from "../../../../node-opcua-schemas/source";
|
|
10
10
|
|
|
11
11
|
export interface UAAlarmConditionHelper extends UAAcknowledgeableConditionHelper {
|
|
12
12
|
activateAlarm(): void;
|
|
@@ -16,16 +16,20 @@ export interface UAAlarmConditionHelper extends UAAcknowledgeableConditionHelper
|
|
|
16
16
|
setMaxTimeShelved(duration: number): void;
|
|
17
17
|
getMaxTimeShelved(): number;
|
|
18
18
|
getInputNodeNode(): UAVariable | null;
|
|
19
|
-
getInputNodeValue():
|
|
19
|
+
getInputNodeValue(): number | null;
|
|
20
20
|
updateState(): void;
|
|
21
21
|
getCurrentConditionInfo(): ConditionInfo;
|
|
22
22
|
installInputNodeMonitoring(inputNode: BaseNode | NodeId): void;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
export interface
|
|
26
|
-
on(eventName: string, eventHandler: any): this;
|
|
27
|
-
once(eventName: string, eventHandler: any): this;
|
|
25
|
+
export interface UALarmConditionEvents extends UAAcknowledgeableConditionEvents {
|
|
28
26
|
|
|
27
|
+
}
|
|
28
|
+
export interface UAAlarmConditionEx<T extends UALarmConditionEvents & ListenerSignature<T> = UALarmConditionEvents>
|
|
29
|
+
extends UAAlarmConditionHelper,
|
|
30
|
+
UAAlarmCondition_Base,
|
|
31
|
+
UAAcknowledgeableConditionEx<T>
|
|
32
|
+
{
|
|
29
33
|
enabledState: UATwoStateVariableEx;
|
|
30
34
|
activeState: UATwoStateVariableEx;
|
|
31
35
|
ackedState: UATwoStateVariableEx;
|
|
@@ -38,4 +42,3 @@ export interface UAAlarmConditionEx extends UAAlarmConditionHelper, UAAlarmCondi
|
|
|
38
42
|
silenceState?: UATwoStateVariableEx;
|
|
39
43
|
latchedState?: UATwoStateVariableEx;
|
|
40
44
|
}
|
|
41
|
-
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { BaseNode, UAObjectEvents } from "node-opcua-address-space-base";
|
|
2
|
+
import type { NodeId } from "node-opcua-nodeid";
|
|
3
|
+
import type { UABaseEvent_Base } from "node-opcua-nodeset-ua";
|
|
4
|
+
|
|
5
|
+
export interface UABaseEventHelper {
|
|
6
|
+
setSourceName(name: string): void;
|
|
7
|
+
setSourceNode(node: NodeId | BaseNode): void;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export interface UABaseEventEvents extends UAObjectEvents {}
|
|
11
|
+
|
|
12
|
+
export interface UABaseEventEx extends UABaseEvent_Base, UABaseEventHelper {}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { DateTime } from "node-opcua-basic-types";
|
|
2
|
-
import { Certificate } from "node-opcua-crypto/web";
|
|
3
|
-
import { UACertificateExpirationAlarm_Base } from "node-opcua-nodeset-ua";
|
|
4
|
-
import { UATwoStateVariableEx } from "../../ua_two_state_variable_ex";
|
|
5
|
-
import { UAAcknowledgeableConditionEx
|
|
1
|
+
import type { DateTime } from "node-opcua-basic-types";
|
|
2
|
+
import type { Certificate } from "node-opcua-crypto/web";
|
|
3
|
+
import type { UACertificateExpirationAlarm_Base } from "node-opcua-nodeset-ua";
|
|
4
|
+
import type { UATwoStateVariableEx } from "../../ua_two_state_variable_ex";
|
|
5
|
+
import type { UAAcknowledgeableConditionEx } from "./ua_acknowledgeable_condition_ex";
|
|
6
6
|
|
|
7
7
|
export interface UACertificateExpirationAlarmEx
|
|
8
8
|
extends Omit<
|
|
@@ -1,39 +1,25 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { LocalizedText } from "node-opcua-data-model";
|
|
3
|
-
import { NodeId } from "node-opcua-nodeid";
|
|
4
|
-
import { UACondition_Base } from "node-opcua-nodeset-ua";
|
|
5
|
-
import { StatusCode } from "node-opcua-status-code";
|
|
6
|
-
import { TimeZoneDataType } from "node-opcua-types";
|
|
7
|
-
import { DataType } from "node-opcua-
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import { ConditionInfoOptions } from "./condition_info_i";
|
|
11
|
-
import { ConditionSnapshot } from "./condition_snapshot";
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
export interface UABaseEventHelper {
|
|
16
|
-
setSourceName(name: string): void;
|
|
17
|
-
setSourceNode(node: NodeId | BaseNode): void;
|
|
18
|
-
}
|
|
19
|
-
|
|
1
|
+
import type { ITypedEventEmitter, ListenerSignature, UAObject, UAProperty, UAVariable } from "node-opcua-address-space-base";
|
|
2
|
+
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
|
+
import type { NodeId } from "node-opcua-nodeid";
|
|
4
|
+
import type { UACondition_Base } from "node-opcua-nodeset-ua";
|
|
5
|
+
import type { StatusCode } from "node-opcua-status-code";
|
|
6
|
+
import type { TimeZoneDataType } from "node-opcua-types";
|
|
7
|
+
import type { DataType } from "node-opcua-variant";
|
|
8
|
+
import type { UATwoStateVariableEx } from "../../ua_two_state_variable_ex";
|
|
9
|
+
import type { ISetStateOptions } from "../i_set_state_options";
|
|
10
|
+
import type { ConditionInfoOptions } from "./condition_info_i";
|
|
11
|
+
import type { ConditionSnapshot } from "./condition_snapshot";
|
|
12
|
+
import type { UABaseEventEvents, UABaseEventEx, UABaseEventHelper } from "./ua_base_event_ex";
|
|
13
|
+
|
|
14
|
+
export type { UABaseEventHelper } from "./ua_base_event_ex";
|
|
20
15
|
|
|
21
16
|
export type AddCommentEventHandler = (eventId: Buffer | null, comment: LocalizedText, branch: ConditionSnapshot) => void;
|
|
22
17
|
|
|
23
|
-
export interface
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
on(eventName: "addComment", eventHandler: AddCommentEventHandler): this;
|
|
27
|
-
on(eventName: "branch_deleted", eventHandler: (branchId: string) => void): this;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
once(eventName: string, eventHandler: (...args: any[]) => void): this;
|
|
31
|
-
// -- Events
|
|
32
|
-
once(eventName: "addComment", eventHandler: AddCommentEventHandler): this;
|
|
33
|
-
once(eventName: "branch_deleted", eventHandler: (branchId: string) => void): this;
|
|
18
|
+
export interface UAConditionEvents extends UABaseEventEvents {
|
|
19
|
+
addComment: AddCommentEventHandler;
|
|
20
|
+
branch_deleted: (branchId: string) => void;
|
|
34
21
|
}
|
|
35
22
|
|
|
36
|
-
|
|
37
23
|
export interface UAConditionHelper extends UABaseEventHelper {
|
|
38
24
|
getBranchCount(): number;
|
|
39
25
|
getBranches(): ConditionSnapshot[];
|
|
@@ -51,30 +37,20 @@ export interface UAConditionHelper extends UABaseEventHelper {
|
|
|
51
37
|
raiseNewCondition(conditionInfo: ConditionInfoOptions): void;
|
|
52
38
|
raiseNewBranchState(branch: ConditionSnapshot): void;
|
|
53
39
|
currentBranch(): ConditionSnapshot;
|
|
54
|
-
findBranchForEventId(eventId: Buffer| null): ConditionSnapshot | null;
|
|
55
|
-
|
|
40
|
+
findBranchForEventId(eventId: Buffer | null): ConditionSnapshot | null;
|
|
56
41
|
}
|
|
57
42
|
|
|
58
|
-
export interface UAConditionEx extends
|
|
43
|
+
export interface UAConditionEx<T extends UAConditionEvents & ListenerSignature<T> = UAConditionEvents> extends
|
|
44
|
+
UABaseEventEx,
|
|
45
|
+
UACondition_Base,
|
|
46
|
+
UAObject<T>,
|
|
47
|
+
UAConditionHelper
|
|
48
|
+
{
|
|
59
49
|
enabledState: UATwoStateVariableEx;
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
conditionSubClassId?: UAProperty<NodeId[], /*c*/ DataType.NodeId>;
|
|
67
|
-
conditionSubClassName?: UAProperty<LocalizedText[], /*c*/ DataType.LocalizedText>;
|
|
68
|
-
// conditionName: UAProperty<UAString, /*c*/DataType.String>;
|
|
69
|
-
// branchId: UAProperty<NodeId, /*c*/DataType.NodeId>;
|
|
70
|
-
// retain: UAProperty<boolean, /*c*/DataType.Boolean>;
|
|
71
|
-
// quality: UAConditionVariable<StatusCode, /*c*/DataType.StatusCode>;
|
|
72
|
-
// lastSeverity: UAConditionVariable<UInt16, /*c*/DataType.UInt16>;
|
|
73
|
-
// comment: UAConditionVariable<LocalizedText, /*c*/DataType.LocalizedText>;
|
|
74
|
-
// clientUserId: UAProperty<UAString, /*c*/DataType.String>;
|
|
75
|
-
// disable: UAMethod;
|
|
76
|
-
// enable: UAMethod;
|
|
77
|
-
// addComment: UAMethod;
|
|
78
|
-
// conditionRefresh: UAMethod;
|
|
79
|
-
// conditionRefresh2: UAMethod;
|
|
50
|
+
// these are declared as optional in UABaseEvent_Base but required in UACondition_Base;
|
|
51
|
+
// re-state them here to disambiguate the two parent interfaces.
|
|
52
|
+
conditionClassId: UAProperty<NodeId, DataType.NodeId>;
|
|
53
|
+
conditionClassName: UAProperty<LocalizedText, DataType.LocalizedText>;
|
|
54
|
+
conditionSubClassId?: UAProperty<NodeId[], DataType.NodeId>;
|
|
55
|
+
conditionSubClassName?: UAProperty<LocalizedText[], DataType.LocalizedText>;
|
|
80
56
|
}
|