// Copyright (c) FIRST and other WPILib contributors. // Open Source Software; you can modify and/or share it under the terms of // the WPILib BSD license file in the root directory of this project. // THIS FILE WAS AUTO-GENERATED BY ./hal/generate_usage_reporting.py. DO NOT MODIFY package edu.wpi.first.hal; /** * JNI wrapper for library FRC_NetworkCommunication
. */ public final class FRCNetComm { /** * Resource type from UsageReporting. */ @SuppressWarnings("TypeName") public static final class tResourceType { private tResourceType() { } ${usage_reporting_types} } /** * Instances from UsageReporting. */ @SuppressWarnings("TypeName") public static final class tInstances { private tInstances() { } ${usage_reporting_instances} } /** Utility class. */ private FRCNetComm() {} }