3 using System.Collections.Generic;
22 void OnFireAntOutput(
object sender, DataReceivedEventArgs e)
26 string[] args = e.Data.Split();
27 _cadence =
int.Parse(args[1]);
static DeviceManager Instance
Gets the sole instance of the device manager.
Abstract class to be extended by devices.
static void InjectSmoothCadence(float cadence)
Injects a power value.
A Device for providing power information to the Controls class from Fireant.
ClientConfig Config
Gets the configuration for this client.
static GameClient Instance
Gets the sole instance of the game client.
Unity version of Jeli markup class.
Controls class. Allows for controls queries and controls injection from devices.