TSMasterAPI 1.2.2__tar.gz → 1.2.3__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.
- {TSMasterAPI-1.2.2 → TSMasterAPI-1.2.3}/PKG-INFO +1 -1
- {TSMasterAPI-1.2.2 → TSMasterAPI-1.2.3}/TSMasterAPI/TSMasterAPI.py +2 -2
- {TSMasterAPI-1.2.2 → TSMasterAPI-1.2.3}/TSMasterAPI.egg-info/PKG-INFO +1 -1
- {TSMasterAPI-1.2.2 → TSMasterAPI-1.2.3}/setup.py +2 -2
- {TSMasterAPI-1.2.2 → TSMasterAPI-1.2.3}/README.rst +0 -0
- {TSMasterAPI-1.2.2 → TSMasterAPI-1.2.3}/TSMasterAPI/__init__.py +0 -0
- {TSMasterAPI-1.2.2 → TSMasterAPI-1.2.3}/TSMasterAPI.egg-info/SOURCES.txt +0 -0
- {TSMasterAPI-1.2.2 → TSMasterAPI-1.2.3}/TSMasterAPI.egg-info/dependency_links.txt +0 -0
- {TSMasterAPI-1.2.2 → TSMasterAPI-1.2.3}/TSMasterAPI.egg-info/top_level.txt +0 -0
- {TSMasterAPI-1.2.2 → TSMasterAPI-1.2.3}/license.txt +0 -0
- {TSMasterAPI-1.2.2 → TSMasterAPI-1.2.3}/setup.cfg +0 -0
@@ -2,7 +2,7 @@
|
|
2
2
|
Author: seven 865762826@qq.com
|
3
3
|
Date: 2023-03-06 16:36:32
|
4
4
|
LastEditors: seven 865762826@qq.com
|
5
|
-
LastEditTime: 2023-04-12
|
5
|
+
LastEditTime: 2023-04-12 17:52:14
|
6
6
|
github:https://github.com/sy950915/TSMasterAPI.git
|
7
7
|
'''
|
8
8
|
from ctypes import *
|
@@ -3820,7 +3820,7 @@ def tsdb_load_lin_db(AFliepath:str,ASupportedChannels:str,AId:c_int32):
|
|
3820
3820
|
tsdb_load_lin_db(b"C:/1.xml",b'0,1',AId)
|
3821
3821
|
"""
|
3822
3822
|
if not isinstance(AFliepath,bytes):
|
3823
|
-
|
3823
|
+
AFliepath = bytes(AFliepath)
|
3824
3824
|
if not isinstance(ASupportedChannels,bytes):
|
3825
3825
|
ASupportedChannels = bytes(ASupportedChannels)
|
3826
3826
|
ret = dll.tsdb_load_lin_db(AFliepath,ASupportedChannels,byref(AId))
|
@@ -2,7 +2,7 @@
|
|
2
2
|
Author: seven 865762826@qq.com
|
3
3
|
Date: 2023-03-24 09:26:29
|
4
4
|
LastEditors: seven 865762826@qq.com
|
5
|
-
LastEditTime: 2023-04-12
|
5
|
+
LastEditTime: 2023-04-12 18:00:55
|
6
6
|
FilePath: \VSCode_Pro\Python_Pro\TSMasterApi\setup.py
|
7
7
|
Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
8
8
|
'''
|
@@ -14,7 +14,7 @@ with open("README.rst", "r",encoding="utf-8") as f:
|
|
14
14
|
|
15
15
|
#
|
16
16
|
setup(name='TSMasterAPI', # 包名
|
17
|
-
version='1.2.
|
17
|
+
version='1.2.3', # 版本号
|
18
18
|
description='Use TSMaster hardware',
|
19
19
|
long_description=long_description,
|
20
20
|
author='seven',
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|