blob: 2c2f924e0adbe2c34a288b8f8558a6e581f7cca3 [file] [log] [blame]
James Kuszmaul4f3ad3c2019-12-01 16:35:21 -08001/*
2 * Autogenerated file! Do not manually edit this file.
3 */
4
5package edu.wpi.first.hal;
6
7/**
8 * JNI wrapper for library <b>FRC_NetworkCommunication</b><br>.
9 */
10@SuppressWarnings({"MethodName", "LineLength"})
11public class FRCNetComm {
12 /**
13 * Resource type from UsageReporting.
14 */
15 @SuppressWarnings({"TypeName", "PMD.ConstantsInInterface"})
16 public static final class tResourceType {
17 private tResourceType() {
18 }
19
20${usage_reporting_types}
21 }
22
23 /**
24 * Instances from UsageReporting.
25 */
26 @SuppressWarnings({"TypeName", "PMD.ConstantsInInterface"})
27 public static final class tInstances {
28 private tInstances() {
29 }
30
31${usage_reporting_instances}
32 }
33}