From f13674c4fd0e621d4de62c9741626a383885c63e Mon Sep 17 00:00:00 2001 From: "GukSang.Jin" Date: Wed, 11 Mar 2026 17:36:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cardiopulmonarybypasssystems/MainWindow.xaml | 32 +++++++++++++++ .../Models/ValveControlChannel.cs | 26 ++++++++++++ .../Services/IModbusTelemetryService.cs | 2 + .../Services/MockModbusTelemetryService.cs | 40 +++++++++++++++++++ .../ViewModels/MainViewModel.cs | 17 ++++++++ 5 files changed, 117 insertions(+) create mode 100644 Cardiopulmonarybypasssystems/Models/ValveControlChannel.cs diff --git a/Cardiopulmonarybypasssystems/MainWindow.xaml b/Cardiopulmonarybypasssystems/MainWindow.xaml index d93d937..b85fa66 100644 --- a/Cardiopulmonarybypasssystems/MainWindow.xaml +++ b/Cardiopulmonarybypasssystems/MainWindow.xaml @@ -477,6 +477,38 @@ + + + + + + + + + + + +