2014-08-08 17:05:49 -04:00
|
|
|
|
|
|
|
|
#include "HLUsageReporting.h"
|
|
|
|
|
|
2015-06-25 15:07:55 -04:00
|
|
|
class HardwareHLReporting : public HLUsageReportingInterface {
|
|
|
|
|
public:
|
|
|
|
|
virtual void ReportScheduler();
|
|
|
|
|
virtual void ReportSmartDashboard();
|
2014-08-08 17:05:49 -04:00
|
|
|
};
|