blob: af49407b2de37208b6fd44446b74b8a2bc30ccbe [file] [log] [blame]
Brian Silverman41cdd3e2019-01-19 19:48:58 -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}