Utils Class

Static class holding the methods for interfacing to the Phoenix Utils API

Definition

Namespace: CTRE.Phoenix6
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public static class Utils
Inheritance
Object    Utils

Methods

GetCurrentTimeSeconds Get the current timestamp in seconds.

This will return the current time in seconds, this is the same time that is used in Timestamp

IsSimulation Get whether the program is running in simulation.

See Also