2023-12-03 18:53:24 -05:00
|
|
|
// Copyright (c) FIRST and other WPILib contributors.
|
|
|
|
|
// Open Source Software; you can modify and/or share it under the terms of
|
|
|
|
|
// the WPILib BSD license file in the root directory of this project.
|
|
|
|
|
|
|
|
|
|
// THIS FILE WAS AUTO-GENERATED BY ./hal/generate_usage_reporting.py. DO NOT MODIFY
|
2019-06-28 23:55:14 -04:00
|
|
|
|
|
|
|
|
package edu.wpi.first.hal;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* JNI wrapper for library <b>FRC_NetworkCommunication</b><br>.
|
|
|
|
|
*/
|
2024-06-09 01:08:23 -04:00
|
|
|
@SuppressWarnings("PMD.MissingStaticMethodInNonInstantiatableClass")
|
2024-01-04 13:57:21 -08:00
|
|
|
public final class FRCNetComm {
|
2019-06-28 23:55:14 -04:00
|
|
|
/**
|
|
|
|
|
* Resource type from UsageReporting.
|
|
|
|
|
*/
|
2021-06-09 07:01:00 -07:00
|
|
|
@SuppressWarnings("TypeName")
|
2019-06-28 23:55:14 -04:00
|
|
|
public static final class tResourceType {
|
|
|
|
|
private tResourceType() {
|
|
|
|
|
}
|
2023-12-14 20:53:40 -08:00
|
|
|
|
2019-06-28 23:55:14 -04:00
|
|
|
${usage_reporting_types}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Instances from UsageReporting.
|
|
|
|
|
*/
|
2021-06-09 07:01:00 -07:00
|
|
|
@SuppressWarnings("TypeName")
|
2019-06-28 23:55:14 -04:00
|
|
|
public static final class tInstances {
|
|
|
|
|
private tInstances() {
|
|
|
|
|
}
|
2023-12-14 20:53:40 -08:00
|
|
|
|
2019-06-28 23:55:14 -04:00
|
|
|
${usage_reporting_instances}
|
|
|
|
|
}
|
2024-01-04 13:57:21 -08:00
|
|
|
|
|
|
|
|
/** Utility class. */
|
|
|
|
|
private FRCNetComm() {}
|
2019-06-28 23:55:14 -04:00
|
|
|
}
|