blob: 703e0349e5447a62eb60cce06365bfe863da74cd [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 */
Brian Silverman8fce7482020-01-05 13:18:21 -080010public class FRCNetComm {
11 /**
12 * Resource type from UsageReporting.
13 */
Austin Schuh812d0d12021-11-04 20:16:48 -070014 @SuppressWarnings("TypeName")
Brian Silverman8fce7482020-01-05 13:18:21 -080015 public static final class tResourceType {
16 private tResourceType() {
17 }
18
19${usage_reporting_types}
20 }
21
22 /**
23 * Instances from UsageReporting.
24 */
Austin Schuh812d0d12021-11-04 20:16:48 -070025 @SuppressWarnings("TypeName")
Brian Silverman8fce7482020-01-05 13:18:21 -080026 public static final class tInstances {
27 private tInstances() {
28 }
29
30${usage_reporting_instances}
31 }
32}