1.1.0版本
This commit is contained in:
9
UniTAP/dev/ports/port.py
Normal file
9
UniTAP/dev/ports/port.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from UniTAP.dev.modules import MemoryManager, Capturer
|
||||
from UniTAP.libs.lib_tsi.tsi_io import PortIO
|
||||
|
||||
|
||||
class TSIPort:
|
||||
def __init__(self, port_io: PortIO, memory_manager: MemoryManager, capturer: Capturer):
|
||||
self.__io = port_io
|
||||
self.__memory_manager = memory_manager
|
||||
self.__capturer = capturer
|
||||
Reference in New Issue
Block a user