TSMasterAPI 2025.5.28.1450__tar.gz → 2025.6.2.1458__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.
Files changed (20) hide show
  1. {TSMasterAPI-2025.5.28.1450 → TSMasterAPI-2025.6.2.1458}/PKG-INFO +1 -1
  2. {TSMasterAPI-2025.5.28.1450 → TSMasterAPI-2025.6.2.1458}/TSMasterAPI/TSAPI.py +12 -0
  3. TSMasterAPI-2025.6.2.1458/TSMasterAPI/__init__.py +2 -0
  4. {TSMasterAPI-2025.5.28.1450 → TSMasterAPI-2025.6.2.1458}/TSMasterAPI/windows/bin/TSMaster.dll +0 -0
  5. {TSMasterAPI-2025.5.28.1450 → TSMasterAPI-2025.6.2.1458}/TSMasterAPI/windows/bin64/TSMaster.dll +0 -0
  6. {TSMasterAPI-2025.5.28.1450 → TSMasterAPI-2025.6.2.1458}/TSMasterAPI.egg-info/PKG-INFO +1 -1
  7. TSMasterAPI-2025.5.28.1450/TSMasterAPI/__init__.py +0 -2
  8. {TSMasterAPI-2025.5.28.1450 → TSMasterAPI-2025.6.2.1458}/README.rst +0 -0
  9. {TSMasterAPI-2025.5.28.1450 → TSMasterAPI-2025.6.2.1458}/TSMasterAPI/TSCallback.py +0 -0
  10. {TSMasterAPI-2025.5.28.1450 → TSMasterAPI-2025.6.2.1458}/TSMasterAPI/TSDirver.py +0 -0
  11. {TSMasterAPI-2025.5.28.1450 → TSMasterAPI-2025.6.2.1458}/TSMasterAPI/TSEnum.py +0 -0
  12. {TSMasterAPI-2025.5.28.1450 → TSMasterAPI-2025.6.2.1458}/TSMasterAPI/TSFibex_parse.py +0 -0
  13. {TSMasterAPI-2025.5.28.1450 → TSMasterAPI-2025.6.2.1458}/TSMasterAPI/TSMasterAPI.py +0 -0
  14. {TSMasterAPI-2025.5.28.1450 → TSMasterAPI-2025.6.2.1458}/TSMasterAPI/TSStruct.py +0 -0
  15. {TSMasterAPI-2025.5.28.1450 → TSMasterAPI-2025.6.2.1458}/TSMasterAPI.egg-info/SOURCES.txt +0 -0
  16. {TSMasterAPI-2025.5.28.1450 → TSMasterAPI-2025.6.2.1458}/TSMasterAPI.egg-info/dependency_links.txt +0 -0
  17. {TSMasterAPI-2025.5.28.1450 → TSMasterAPI-2025.6.2.1458}/TSMasterAPI.egg-info/top_level.txt +0 -0
  18. {TSMasterAPI-2025.5.28.1450 → TSMasterAPI-2025.6.2.1458}/license.txt +0 -0
  19. {TSMasterAPI-2025.5.28.1450 → TSMasterAPI-2025.6.2.1458}/setup.cfg +0 -0
  20. {TSMasterAPI-2025.5.28.1450 → TSMasterAPI-2025.6.2.1458}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: TSMasterAPI
3
- Version: 2025.5.28.1450
3
+ Version: 2025.6.2.1458
4
4
  Summary: Use TSMaster hardware
5
5
  Author: seven
6
6
  Author-email: 865762826@qq.com
@@ -5668,3 +5668,15 @@ lin_rbs_update_frame_by_id = dll.lin_rbs_update_frame_by_id
5668
5668
  lin_rbs_update_frame_by_id.restype = s32
5669
5669
  lin_rbs_update_frame_by_id.argtypes = [s32,u8]
5670
5670
 
5671
+ #arg[0] AChnIdx
5672
+ #arg[1] AId
5673
+ lin_rbs_register_force_refresh_frame_by_id = dll.lin_rbs_register_force_refresh_frame_by_id
5674
+ lin_rbs_register_force_refresh_frame_by_id.restype = s32
5675
+ lin_rbs_register_force_refresh_frame_by_id.argtypes = [s32,u8]
5676
+
5677
+ #arg[0] AChnIdx
5678
+ #arg[1] AId
5679
+ lin_rbs_unregister_force_refresh_frame_by_id = dll.lin_rbs_unregister_force_refresh_frame_by_id
5680
+ lin_rbs_unregister_force_refresh_frame_by_id.restype = s32
5681
+ lin_rbs_unregister_force_refresh_frame_by_id.argtypes = [s32,u8]
5682
+
@@ -0,0 +1,2 @@
1
+ from .TSAPI import *
2
+ __version__ = 'v2025.6.2.1458'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: TSMasterAPI
3
- Version: 2025.5.28.1450
3
+ Version: 2025.6.2.1458
4
4
  Summary: Use TSMaster hardware
5
5
  Author: seven
6
6
  Author-email: 865762826@qq.com
@@ -1,2 +0,0 @@
1
- from .TSAPI import *
2
- __version__ = 'v2025.5.28.1450'