Files
2026-04-17 14:55:32 -04:00

857 B

source_files, generated_at, model, schema_version, sha256
source_files generated_at model schema_version sha256
Common/DTS.Common/Interface/Realtime/IRealtimeChannelSelectView.cs
Common/DTS.Common/Interface/Realtime/IRealtimeChannelSelectViewModel.cs
Common/DTS.Common/Interface/Realtime/IRealtimeChannel.cs
2026-04-17T16:23:53.217301+00:00 zai-org/GLM-5-FP8 1 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.