[Missing <summary> documentation for "N:TimeCockpit.SignalTracker"]
Klassen
| Klasse | Beschreibung | |
|---|---|---|
| DateTimeProvider |
Managment / Singleton class that has a reference to the current IDateTimeProvider.
| |
| LocalDateTimeProvider |
DateTimeProvider that provides the local time from the DateTime class.
| |
| RecurringUpdateHelper |
Simplifies recurring updates of the same entity object with certain constraints and logging features.
| |
| SignalTrackerAttribute |
Specifies attributes of a signal tracker.
| |
| SignalTrackerBase<(Of <(<'T>)>)> |
SignalTrackerBase is the base class for all available signal trackers.
| |
| SignalTrackerBaseConfig |
Marker class for SignalTracker configuration classes
| |
| SignalTrackerBaseConfigUI |
Interaction logic for SignalTrackerBaseConfigUI.xaml
| |
| SignalTrackerEventArgs |
An SignalTrackerEventArgs instance is passed to OnStartRaised, OnStopRaised methods in
SignalTrackerBase
| |
| SignalTrackerManager |
Provides functionality to start and stop tracking of computer signals.
| |
| SignalWriteQueue |
Helper for managing the persistance of raw signals
| |
| TimedSignalTracker<(Of <(<'T>)>)> |
TimedSignalTracker is a Helper class for signal trackers that poll
data on a regular basis.
| |
| TimedSignalTrackerConfig |
Configuration class for TimedSignalTracker
| |
| TimedSignalTrackerConfigUI |
Interaction logic for TimedSignalTrackerConfigUI.xaml
| |
| TrayIcon |
singleton class holding information concerning the tray icon.
| |
| UtcDateTimeProvider |
A standard DateTimeProvider that provides the UtcTime from the DateTime class
|
Interfaces
| Interface | Beschreibung | |
|---|---|---|
| IDateTimeProvider |
Interface for providing DateTime values to signal trackers
| |
| ISignalTracker |
Interface for SignalTrackers
| |
| ISignalTrackerManager |
Interface class for the signal tracker manager. used for IPC communication
between the UI and the manager.
|
Aufzählungen
| Aufzählung | Beschreibung | |
|---|---|---|
| TimeInterval |
Available time intervals for configuration
|