Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 1 | /* |
| 2 | * Autogenerated file! Do not manually edit this file. |
| 3 | */ |
| 4 | |
| 5 | package edu.wpi.first.hal; |
| 6 | |
| 7 | /** |
| 8 | * JNI wrapper for library <b>FRC_NetworkCommunication</b><br>. |
| 9 | */ |
| 10 | @SuppressWarnings({"MethodName", "LineLength"}) |
| 11 | public class FRCNetComm { |
| 12 | /** |
| 13 | * Resource type from UsageReporting. |
| 14 | */ |
Austin Schuh | 812d0d1 | 2021-11-04 20:16:48 -0700 | [diff] [blame^] | 15 | @SuppressWarnings("TypeName") |
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 16 | public static final class tResourceType { |
| 17 | private tResourceType() { |
| 18 | } |
| 19 | |
| 20 | ${usage_reporting_types} |
| 21 | } |
| 22 | |
| 23 | /** |
| 24 | * Instances from UsageReporting. |
| 25 | */ |
Austin Schuh | 812d0d1 | 2021-11-04 20:16:48 -0700 | [diff] [blame^] | 26 | @SuppressWarnings("TypeName") |
Brian Silverman | 8fce748 | 2020-01-05 13:18:21 -0800 | [diff] [blame] | 27 | public static final class tInstances { |
| 28 | private tInstances() { |
| 29 | } |
| 30 | |
| 31 | ${usage_reporting_instances} |
| 32 | } |
| 33 | } |