Take 2 on usage reporting.

The previous commit missed the MindsensorsSD540 value.

Remove wpilibc/Athena/include/NetworkCommunication/UsageReporting.h copy; it
was not actually used (all references except the one in DriverStation.cpp
had been commented out), and has been superseded by the one in HAL.hpp.

Change-Id: I51e2eafa85ee5e40050d702aa0bf69171e887a60
This commit is contained in:
Peter Johnson
2015-12-14 21:15:47 -08:00
parent 9e18330586
commit bc0c895619
34 changed files with 8 additions and 179 deletions

View File

@@ -398,7 +398,12 @@ public class FRCNetworkCommunicationsLibrary extends JNIWrapper {
* <i>native declaration :
* src\main\include\NetworkCommunication\UsageReporting.h:66</i>
*/
public static final int kResourceType_DigitalGlitchFilter = 56;
public static final int kResourceType_MindsensorsSD540 = 56;
/**
* <i>native declaration :
* src\main\include\NetworkCommunication\UsageReporting.h:67</i>
*/
public static final int kResourceType_DigitalGlitchFilter = 57;
};
/**
* <i>native declaration :