blob: ce218898002636cac360f19a756b972a130c581a [file] [log] [blame]
Brian Silverman8fce7482020-01-05 13:18: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 */
Austin Schuh812d0d12021-11-04 20:16:48 -070015 @SuppressWarnings("TypeName")
Brian Silverman8fce7482020-01-05 13:18:21 -080016 public static final class tResourceType {
17 private tResourceType() {
18 }
19
20${usage_reporting_types}
21 }
22
23 /**
24 * Instances from UsageReporting.
25 */
Austin Schuh812d0d12021-11-04 20:16:48 -070026 @SuppressWarnings("TypeName")
Brian Silverman8fce7482020-01-05 13:18:21 -080027 public static final class tInstances {
28 private tInstances() {
29 }
30
31${usage_reporting_instances}
32 }
33}