flexCommunicator 0.1.2__tar.gz → 0.1.4__tar.gz
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.
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/PKG-INFO +1 -1
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/validityFrame/validityFrameManager.py +3 -1
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator.egg-info/PKG-INFO +1 -1
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/pyproject.toml +1 -1
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/LICENSE +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/README.md +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/__init__.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/__init__.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/__init__.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/action/__init__.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/action/action.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/action/action_client.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/action/goal_handle.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/codec/ROS2Codec.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/codec/__init__.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/commands/__init__.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/commands/commandProcessor.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/commands/composer.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/communication/CommunicationManager.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/communication/__init__.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/contracts/__init__.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/contracts/contractVariable.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/flexCloud/__init__.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/flexCloud/flexCloudConfiguration.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/flexCloud/flexCloudManager.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/flexCloud/flexCloudOrchestrator.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/flexCloud/flexCloudVariable.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/flexNode.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/fmi/__init__.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/fmi/fmuNode.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/fmi/node.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/knowledge/KnowledgeManager.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/knowledge/__init__.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/logging/LoggingAndTracking.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/logging/__init__.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/messages/StandardizedMessages.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/messages/__init__.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/node.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/security/__init__.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/security/security.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/service/__init__.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/service/client.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/service/service.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/transport/PropertyBinding.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/transport/PropertyRegistry.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/transport/__init__.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/utils/Timer.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/utils/__init__.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/utils/auxiliary.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/utils/constants.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/utils/decorators.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/validityFrame/__init__.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/validityFrame/runtimeMonitor.py +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator.egg-info/SOURCES.txt +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator.egg-info/dependency_links.txt +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator.egg-info/requires.txt +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator.egg-info/top_level.txt +0 -0
- {flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flexCommunicator
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: Protocol-agnostic Python client library for building software components for industrial automation applications.
|
|
5
5
|
Author-email: Bert Van Acker <bert.vanacker@uantwerpen.com>
|
|
6
6
|
License: Apache License
|
|
@@ -927,7 +927,9 @@ class validityFrameManager(object):
|
|
|
927
927
|
|
|
928
928
|
#Update the corresponding flexIA runtime monitor
|
|
929
929
|
for flexiaMonitor in self.flexia_runtime_monitors:
|
|
930
|
-
if flexiaMonitor.
|
|
930
|
+
if flexiaMonitor._name == runtimeMonitorName:
|
|
931
|
+
if isinstance(value, dict):
|
|
932
|
+
value = json.dumps(value)
|
|
931
933
|
flexiaMonitor.set_nocheck(value=value, validity=monitor.spec_status)
|
|
932
934
|
|
|
933
935
|
return True
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flexCommunicator
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: Protocol-agnostic Python client library for building software components for industrial automation applications.
|
|
5
5
|
Author-email: Bert Van Acker <bert.vanacker@uantwerpen.com>
|
|
6
6
|
License: Apache License
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "flexCommunicator"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.4"
|
|
8
8
|
description = "Protocol-agnostic Python client library for building software components for industrial automation applications."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { file = "LICENSE" }
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/__init__.py
RENAMED
|
File without changes
|
{flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/flexNode.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/fmi/node.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator/clientLibraries/flcpy/node.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flexcommunicator-0.1.2 → flexcommunicator-0.1.4}/flexCommunicator.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|