some fixes regarding iracing provider transforms and working the auto detection
This commit is contained in:
@@ -5,4 +5,5 @@ type TelemetryProvider interface {
|
||||
StopStream()
|
||||
Stream() (<-chan TelemetryData, error)
|
||||
Subscribe(map[int16]FieldID)
|
||||
Stalled() bool // Return true if no fresh data is coming
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user