James Kuszmaul | 4f3ad3c | 2019-12-01 16:35: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 | */ |
| 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 | } |