add Data
Add data to the telemetry object for the Driver Station and FtcDashboard, with integrated formatting. This is an alias for add, with downcasting to a normal telemetry item. This will be automagically formatted for FtcDashboard.
Return
The telemetry item added to the Driver Station, null if the send failed from overflow
Parameters
Caption before appended separator (dashboardCaptionValueAutoSeparator)
Format string to append after separator (dashboardCaptionValueAutoSeparator)
Objects to format into the format string via Text.format
Add data to the telemetry object for the Driver Station and FtcDashboard, with integrated formatting. This is an alias for add, with downcasting to a normal telemetry item. This will be automagically formatted for FtcDashboard.
Return
The telemetry item added to the Driver Station, null if the send failed from overflow
Parameters
Caption before appended separator (dashboardCaptionValueAutoSeparator)
Value to append after separator (dashboardCaptionValueAutoSeparator)
Deprecated
Function providers are not used via DualTelemetry. Use a polling loop which the current value of the provider, or hook an add() call to telemetry actions.
Replace with
add(caption, valueProvider.value())
Deprecated
Function providers are not used via DualTelemetry. Use a polling loop which the current value of the provider.
Replace with
add(caption, valueProvider.value())