qlsdk2 0.6.0a7__tar.gz → 0.6.0a8__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.
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/PKG-INFO +1 -1
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/setup.py +1 -1
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/persist/ars_edf.py +2 -2
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk2.egg-info/PKG-INFO +1 -1
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/README.md +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/setup.cfg +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/__init__.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/ar4/__init__.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/ar4m/__init__.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/core/__init__.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/core/crc/__init__.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/core/crc/crctools.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/core/device.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/core/entity/__init__.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/core/exception.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/core/filter/__init__.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/core/filter/norch.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/core/local.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/core/message/__init__.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/core/message/command.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/core/message/tcp.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/core/message/udp.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/core/network/__init__.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/core/network/monitor.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/core/utils.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/entity/__init__.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/entity/message.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/entity/signal.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/interface/__init__.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/interface/analyzer.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/interface/collector.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/interface/device.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/interface/parser.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/interface/stimulator.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/interface/store.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/persist/__init__.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/persist/edf.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/persist/rsc_edf.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/persist/stream.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/__init__.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/command/__init__.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/device/__init__.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/device/arskindling.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/device/base.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/device/c16_rs.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/device/c256_rs.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/device/c64_rs.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/device/c64s1.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/device/device_factory.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/eegion.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/entity.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/interface/__init__.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/interface/command.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/interface/device.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/interface/handler.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/interface/parser.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/manager/__init__.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/manager/container.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/manager/search.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/network/__init__.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/network/discover.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/paradigm.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/parser/__init__.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/parser/base-new.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/parser/base.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/parser/rsc.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/rsc/proxy.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/sdk/__init__.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/sdk/ar4sdk.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/sdk/hub.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/sdk/libs/libAr4SDK.dll +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/sdk/libs/libwinpthread-1.dll +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/x8/__init__.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk/x8m/__init__.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk2.egg-info/SOURCES.txt +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk2.egg-info/dependency_links.txt +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk2.egg-info/requires.txt +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/src/qlsdk2.egg-info/top_level.txt +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/test/test.222.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/test/test.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/test/test_ar4m.py +0 -0
- {qlsdk2-0.6.0a7 → qlsdk2-0.6.0a8}/test/test_bdf.py +0 -0
|
@@ -213,12 +213,12 @@ class ARSKindlingEDFHandler(object):
|
|
|
213
213
|
channel_pos = intersection_positions(packet.channels, channel_filter)
|
|
214
214
|
|
|
215
215
|
if channel_pos is None or len(channel_pos) == 0 :
|
|
216
|
-
logger.
|
|
216
|
+
logger.trace(f"没有指定分区{name}的通道,跳过")
|
|
217
217
|
pass
|
|
218
218
|
|
|
219
219
|
# 分区数据包写入
|
|
220
220
|
if name not in self._edf_handler.keys():
|
|
221
|
-
edf_handler = RscEDFHandler(self.sample_rate, self.
|
|
221
|
+
edf_handler = RscEDFHandler(self.sample_rate, self.physical_max , self.physical_min, self.resolution)
|
|
222
222
|
edf_handler.set_device_type(self._device_type)
|
|
223
223
|
edf_handler.set_device_no(self._device_no)
|
|
224
224
|
edf_handler.set_storage_path(self._storage_path)
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|