20 lines
857 B
Markdown
20 lines
857 B
Markdown
---
|
|
source_files:
|
|
- Common/DTS.Common/Interface/Realtime/IRealtimeChannelSelectView.cs
|
|
- Common/DTS.Common/Interface/Realtime/IRealtimeChannelSelectViewModel.cs
|
|
- Common/DTS.Common/Interface/Realtime/IRealtimeChannel.cs
|
|
generated_at: "2026-04-17T16:23:53.217301+00:00"
|
|
model: "zai-org/GLM-5-FP8"
|
|
schema_version: 1
|
|
sha256: "d85c2572688c587f"
|
|
---
|
|
|
|
# Realtime
|
|
|
|
### Purpose
|
|
This module defines interfaces for real-time data channel selection in a Model-View-ViewModel (MVVM) architecture. It abstracts the presentation layer for selecting and configuring real-time data acquisition channels, providing properties for sensor metadata, hardware identification, and display configuration.
|
|
|
|
### Public Interface
|
|
|
|
**Interface: `IRealtimeChannelSelectView`** (inherits `IBaseView`)
|
|
- Marker interface with no members; extends `IBaseView` from `DTS.Common.Base`. |