added multidevice support
This commit is contained in:
@@ -9,6 +9,7 @@ from python_app.orchestration.shm.decoder import (
|
||||
decode_trace_collection,
|
||||
)
|
||||
from python_app.orchestration.shm.ring_reader import ShmRingReader
|
||||
from python_app.orchestration.shm.ring_writer import ShmRingWriter
|
||||
|
||||
__all__ = [
|
||||
"ByteCursor",
|
||||
@@ -16,6 +17,7 @@ __all__ = [
|
||||
"RAW_MAGIC",
|
||||
"RESULT_MAGIC",
|
||||
"ShmRingReader",
|
||||
"ShmRingWriter",
|
||||
"decode_result_collection",
|
||||
"decode_trace_collection",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user