Files
allwpilib/hal/src/generate/FRCNetComm.java.in
Tyler Veness a791470de7 Clean up Java warning suppressions (#4433)
Checkstyle naming conventions were changed to allow most of what's in
wpimath. Naming rules were disabled completely in wpimath since almost
all suppressions are for math notation.
2022-09-24 00:13:55 -07:00

33 lines
574 B
Java

/*
* Autogenerated file! Do not manually edit this file.
*/
package edu.wpi.first.hal;
/**
* JNI wrapper for library <b>FRC_NetworkCommunication</b><br>.
*/
public 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}
}
}