2018-09-19 21:57:58 -07:00
|
|
|
/*
|
|
|
|
|
* Autogenerated file! Do not manually edit this file.
|
|
|
|
|
*/
|
|
|
|
|
|
2018-09-20 21:59:46 -07:00
|
|
|
package edu.wpi.first.hal;
|
2018-09-19 21:57:58 -07:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* JNI wrapper for library <b>FRC_NetworkCommunication</b><br>.
|
|
|
|
|
*/
|
|
|
|
|
@SuppressWarnings({"MethodName", "LineLength"})
|
|
|
|
|
public class FRCNetComm {
|
|
|
|
|
/**
|
|
|
|
|
* Resource type from UsageReporting.
|
|
|
|
|
*/
|
|
|
|
|
@SuppressWarnings({"TypeName", "PMD.ConstantsInInterface"})
|
|
|
|
|
public static final class tResourceType {
|
|
|
|
|
private tResourceType() {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
${usage_reporting_types}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Instances from UsageReporting.
|
|
|
|
|
*/
|
|
|
|
|
@SuppressWarnings({"TypeName", "PMD.ConstantsInInterface"})
|
|
|
|
|
public static final class tInstances {
|
|
|
|
|
private tInstances() {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
${usage_reporting_instances}
|
|
|
|
|
}
|
|
|
|
|
}
|