Package frc.robot

Class VersionConstants

java.lang.Object
frc.robot.VersionConstants

public class VersionConstants extends Object
Constants that contain version metadata for the robot. Wraps an auto-generated class to add Javadoc and logging.
  • Field Details

  • Constructor Details

    • VersionConstants

      public VersionConstants()
  • Method Details

    • publishNetworkTables

      public static void publishNetworkTables(NetworkTable table)
      Publish version metadata to a NetworkTable.
      Parameters:
      table - NetworkTable to publish metadata to.