Docstrings and documentation

This commit is contained in:
2025-01-14 14:29:46 +00:00
parent 6b595fabb1
commit 90a0321e9f
4 changed files with 190 additions and 17 deletions
+2
View File
@@ -167,6 +167,8 @@ func (i *IBT) readData(buf []byte) error {
return nil
}
// Update will read the next data chunk from the telemetry data, works for both the
// live and offline data
func (i *IBT) Update(timeout time.Duration) (IRacingState, error) {
if i.winUtils != nil {
// Put a way to check if the sim is active here