Squashed 'third_party/allwpilib_2019/' content from commit bd05dfa1c

Change-Id: I2b1c2250cdb9b055133780c33593292098c375b7
git-subtree-dir: third_party/allwpilib_2019
git-subtree-split: bd05dfa1c7cca74c4fac451e7b9d6a37e7b53447
diff --git a/hal/src/generate/FRCNetComm.java.in b/hal/src/generate/FRCNetComm.java.in
new file mode 100644
index 0000000..af49407
--- /dev/null
+++ b/hal/src/generate/FRCNetComm.java.in
@@ -0,0 +1,33 @@
+/*

+ * Autogenerated file! Do not manually edit this file.

+ */

+

+package edu.wpi.first.hal;

+

+/**

+ * JNI wrapper for library <b>FRC_NetworkCommunication</b><br>.

+ */

+@SuppressWarnings({"MethodName", "LineLength"})

+public class FRCNetComm {

+  /**

+   * Resource type from UsageReporting.

+   */

+  @SuppressWarnings({"TypeName", "PMD.ConstantsInInterface"})

+  public static final class tResourceType {

+    private tResourceType() {

+    }

+

+${usage_reporting_types}

+  }

+

+  /**

+   * Instances from UsageReporting.

+   */

+  @SuppressWarnings({"TypeName", "PMD.ConstantsInInterface"})

+  public static final class tInstances {

+    private tInstances() {

+    }

+

+${usage_reporting_instances}

+  }

+}