mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
Ran wpiformat (#126)
This commit is contained in:
committed by
Peter Johnson
parent
040731447f
commit
dbd1f1781e
@@ -352,7 +352,7 @@ int CS_NotifierDestroyed(void);
|
||||
// Telemetry Functions
|
||||
//
|
||||
void CS_SetTelemetryPeriod(double seconds);
|
||||
double CS_GetTelemetryElapsedTime();
|
||||
double CS_GetTelemetryElapsedTime(void);
|
||||
int64_t CS_GetTelemetryValue(CS_Handle handle, CS_TelemetryKind kind,
|
||||
CS_Status* status);
|
||||
double CS_GetTelemetryAverageValue(CS_Handle handle, CS_TelemetryKind kind,
|
||||
|
||||
Reference in New Issue
Block a user