mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Renames all our .hpp HAL files to .h (#44)
Adds consistency, as the HAL was .hpp however all other code was .h.
This commit is contained in:
committed by
Peter Johnson
parent
248ca0c4a0
commit
8fc55c80a9
@@ -6,7 +6,7 @@
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
#include "ADXL345_I2C.h"
|
||||
#include "HAL/HAL.hpp"
|
||||
#include "HAL/HAL.h"
|
||||
#include "I2C.h"
|
||||
#include "LiveWindow/LiveWindow.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
#include "BuiltInAccelerometer.h"
|
||||
#include "HAL/HAL.hpp"
|
||||
#include "HAL/HAL.h"
|
||||
#include "LiveWindow/LiveWindow.h"
|
||||
#include "WPIErrors.h"
|
||||
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
#include "ControllerPower.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <HAL/HAL.hpp>
|
||||
#include <HAL/Power.hpp>
|
||||
#include <HAL/HAL.h>
|
||||
#include <HAL/Power.h>
|
||||
#include "ErrorBase.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "DriverStation.h"
|
||||
#include <string.h>
|
||||
#include "AnalogInput.h"
|
||||
#include "Log.hpp"
|
||||
#include "Log.h"
|
||||
#include "MotorSafetyHelper.h"
|
||||
#include "NetworkCommunication/FRCComm.h"
|
||||
#include "Timer.h"
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
#include "I2C.h"
|
||||
#include "HAL/Digital.hpp"
|
||||
#include "HAL/HAL.hpp"
|
||||
#include "HAL/Digital.h"
|
||||
#include "HAL/HAL.h"
|
||||
#include "WPIErrors.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
#include "Internal/HardwareHLReporting.h"
|
||||
#include "HAL/HAL.hpp"
|
||||
#include "HAL/HAL.h"
|
||||
|
||||
void HardwareHLReporting::ReportScheduler() {
|
||||
HALReport(HALUsageReporting::kResourceType_Command,
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "IterativeRobot.h"
|
||||
|
||||
#include "DriverStation.h"
|
||||
#include "HAL/HAL.hpp"
|
||||
#include "HAL/HAL.h"
|
||||
#include "LiveWindow/LiveWindow.h"
|
||||
#include "SmartDashboard/SmartDashboard.h"
|
||||
#include "networktables/NetworkTable.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
#include "Notifier.h"
|
||||
#include "HAL/HAL.hpp"
|
||||
#include "HAL/HAL.h"
|
||||
#include "Timer.h"
|
||||
#include "Utility.h"
|
||||
#include "WPIErrors.h"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "PIDController.h"
|
||||
#include <math.h>
|
||||
#include <vector>
|
||||
#include "HAL/HAL.hpp"
|
||||
#include "HAL/HAL.h"
|
||||
#include "Notifier.h"
|
||||
#include "PIDOutput.h"
|
||||
#include "PIDSource.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "PWM.h"
|
||||
|
||||
#include "HAL/HAL.hpp"
|
||||
#include "HAL/HAL.h"
|
||||
#include "Resource.h"
|
||||
#include "Utility.h"
|
||||
#include "WPIErrors.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
#include "PowerDistributionPanel.h"
|
||||
#include "HAL/PDP.hpp"
|
||||
#include "HAL/PDP.h"
|
||||
#include "LiveWindow/LiveWindow.h"
|
||||
#include "WPIErrors.h"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "Preferences.h"
|
||||
|
||||
#include "HAL/HAL.hpp"
|
||||
#include "HAL/HAL.h"
|
||||
#include "WPIErrors.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "Relay.h"
|
||||
|
||||
#include "HAL/HAL.hpp"
|
||||
#include "HAL/HAL.h"
|
||||
#include "LiveWindow/LiveWindow.h"
|
||||
#include "MotorSafetyHelper.h"
|
||||
#include "Resource.h"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include "DriverStation.h"
|
||||
#include "HAL/HAL.hpp"
|
||||
#include "HAL/HAL.h"
|
||||
#include "HLUsageReporting.h"
|
||||
#include "Internal/HardwareHLReporting.h"
|
||||
#include "RobotState.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "SPI.h"
|
||||
|
||||
#include "HAL/Digital.hpp"
|
||||
#include "HAL/Digital.h"
|
||||
#include "WPIErrors.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "SensorBase.h"
|
||||
|
||||
#include "HAL/HAL.hpp"
|
||||
#include "HAL/HAL.h"
|
||||
#include "HAL/Port.h"
|
||||
#include "NetworkCommunication/LoadOut.h"
|
||||
#include "WPIErrors.h"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "SerialPort.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include "HAL/HAL.hpp"
|
||||
#include "HAL/HAL.h"
|
||||
|
||||
// static ViStatus _VI_FUNCH ioCompleteHandler (ViSession vi, ViEventType
|
||||
// eventType, ViEvent event, ViAddr userHandle);
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <time.h>
|
||||
|
||||
#include <iostream>
|
||||
#include "HAL/HAL.hpp"
|
||||
#include "HAL/HAL.h"
|
||||
#include "Utility.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include <cstring>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include "HAL/HAL.hpp"
|
||||
#include "HAL/HAL.h"
|
||||
#include "Task.h"
|
||||
#include "nivision.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user