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:
Thad House
2016-05-22 21:41:22 -07:00
committed by Peter Johnson
parent 248ca0c4a0
commit 8fc55c80a9
95 changed files with 123 additions and 123 deletions

View File

@@ -6,7 +6,7 @@
/*----------------------------------------------------------------------------*/
#include "ADXL345_I2C.h"
#include "HAL/HAL.hpp"
#include "HAL/HAL.h"
#include "I2C.h"
#include "LiveWindow/LiveWindow.h"

View File

@@ -6,7 +6,7 @@
/*----------------------------------------------------------------------------*/
#include "BuiltInAccelerometer.h"
#include "HAL/HAL.hpp"
#include "HAL/HAL.h"
#include "LiveWindow/LiveWindow.h"
#include "WPIErrors.h"

View File

@@ -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"
/**

View File

@@ -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"

View File

@@ -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"
/**

View File

@@ -6,7 +6,7 @@
/*----------------------------------------------------------------------------*/
#include "Internal/HardwareHLReporting.h"
#include "HAL/HAL.hpp"
#include "HAL/HAL.h"
void HardwareHLReporting::ReportScheduler() {
HALReport(HALUsageReporting::kResourceType_Command,

View File

@@ -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"

View File

@@ -6,7 +6,7 @@
/*----------------------------------------------------------------------------*/
#include "Notifier.h"
#include "HAL/HAL.hpp"
#include "HAL/HAL.h"
#include "Timer.h"
#include "Utility.h"
#include "WPIErrors.h"

View File

@@ -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"

View File

@@ -7,7 +7,7 @@
#include "PWM.h"
#include "HAL/HAL.hpp"
#include "HAL/HAL.h"
#include "Resource.h"
#include "Utility.h"
#include "WPIErrors.h"

View File

@@ -6,7 +6,7 @@
/*----------------------------------------------------------------------------*/
#include "PowerDistributionPanel.h"
#include "HAL/PDP.hpp"
#include "HAL/PDP.h"
#include "LiveWindow/LiveWindow.h"
#include "WPIErrors.h"

View File

@@ -7,7 +7,7 @@
#include "Preferences.h"
#include "HAL/HAL.hpp"
#include "HAL/HAL.h"
#include "WPIErrors.h"
#include <stdio.h>

View File

@@ -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"

View File

@@ -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"

View File

@@ -7,7 +7,7 @@
#include "SPI.h"
#include "HAL/Digital.hpp"
#include "HAL/Digital.h"
#include "WPIErrors.h"
#include <string.h>

View File

@@ -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"

View File

@@ -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);

View File

@@ -10,7 +10,7 @@
#include <time.h>
#include <iostream>
#include "HAL/HAL.hpp"
#include "HAL/HAL.h"
#include "Utility.h"
/**

View File

@@ -15,7 +15,7 @@
#include <cstring>
#include <iostream>
#include <sstream>
#include "HAL/HAL.hpp"
#include "HAL/HAL.h"
#include "Task.h"
#include "nivision.h"