mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
10 lines
183 B
C
10 lines
183 B
C
|
|
|
||
|
|
#include "HLUsageReporting.h"
|
||
|
|
|
||
|
|
class HardwareHLReporting : public HLUsageReportingInterface
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
virtual void ReportScheduler();
|
||
|
|
virtual void ReportSmartDashboard();
|
||
|
|
};
|