diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-07-30 12:36:30 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-07-30 12:36:30 +0300 |
| commit | 4222eddece906d6f0877022c06b853deb5068472 (patch) | |
| tree | a29b706b3a5aedb28a42b209d5bb72b0ef94d40e /Software/Visual_Studio/Tango.Telemetry/ITelemetryStreamingModule.cs | |
| parent | a802fe75f9538371004f1833e69a69b798892d0c (diff) | |
| download | Tango-4222eddece906d6f0877022c06b853deb5068472.tar.gz Tango-4222eddece906d6f0877022c06b853deb5068472.zip | |
Telemetry source.
Diffstat (limited to 'Software/Visual_Studio/Tango.Telemetry/ITelemetryStreamingModule.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Telemetry/ITelemetryStreamingModule.cs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Software/Visual_Studio/Tango.Telemetry/ITelemetryStreamingModule.cs b/Software/Visual_Studio/Tango.Telemetry/ITelemetryStreamingModule.cs deleted file mode 100644 index 12b576b1b..000000000 --- a/Software/Visual_Studio/Tango.Telemetry/ITelemetryStreamingModule.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace Tango.Telemetry -{ - public interface ITelemetryStreamingModule : ITelemetryModule - { - event EventHandler<TelemetryAvailableEventArgs> TelemetryAvailable; - void Start(); - void Stop(); - } -} |
