[hal] Rename HALBase.h to HAL.h (#8668)

This commit is contained in:
Peter Johnson
2026-03-13 17:19:39 -07:00
committed by GitHub
parent ab4700854c
commit 6830c65a15
69 changed files with 73 additions and 72 deletions

View File

@@ -6,7 +6,7 @@
#include <gtest/gtest.h>
#include "wpi/hal/HALBase.h"
#include "wpi/hal/HAL.h"
#include "wpi/simulation/AnalogInputSim.hpp"
#include "wpi/simulation/RoboRioSim.hpp"

View File

@@ -4,7 +4,7 @@
#include <gtest/gtest.h>
#include "wpi/hal/HALBase.h"
#include "wpi/hal/HAL.h"
#ifndef __FRC_SYSTEMCORE__
namespace wpi::impl {

View File

@@ -9,7 +9,7 @@
#include <gtest/gtest.h>
#include "callback_helpers/TestCallbackHelpers.hpp"
#include "wpi/hal/HALBase.h"
#include "wpi/hal/HAL.h"
#include "wpi/hardware/led/AddressableLED.hpp"
namespace wpi::sim {

View File

@@ -13,7 +13,7 @@
#include <gtest/gtest.h>
#include "wpi/driverstation/Alert.hpp"
#include "wpi/hal/HALBase.h"
#include "wpi/hal/HAL.h"
namespace wpi::sim {

View File

@@ -7,7 +7,7 @@
#include <gtest/gtest.h>
#include "callback_helpers/TestCallbackHelpers.hpp"
#include "wpi/hal/HALBase.h"
#include "wpi/hal/HAL.h"
#include "wpi/hardware/discrete/AnalogInput.hpp"
namespace wpi::sim {

View File

@@ -7,7 +7,7 @@
#include <gtest/gtest.h>
#include "callback_helpers/TestCallbackHelpers.hpp"
#include "wpi/hal/HALBase.h"
#include "wpi/hal/HAL.h"
#include "wpi/hardware/discrete/DigitalInput.hpp"
#include "wpi/hardware/discrete/DigitalOutput.hpp"

View File

@@ -7,7 +7,7 @@
#include <gtest/gtest.h>
#include "callback_helpers/TestCallbackHelpers.hpp"
#include "wpi/hal/HALBase.h"
#include "wpi/hal/HAL.h"
#include "wpi/hardware/discrete/DigitalOutput.hpp"
namespace wpi::sim {

View File

@@ -9,7 +9,7 @@
#include "callback_helpers/TestCallbackHelpers.hpp"
#include "wpi/driverstation/DriverStation.hpp"
#include "wpi/hal/DriverStationTypes.h"
#include "wpi/hal/HALBase.h"
#include "wpi/hal/HAL.h"
using namespace wpi;
using namespace wpi::sim;

View File

@@ -6,7 +6,7 @@
#include <gtest/gtest.h>
#include "wpi/hal/HALBase.h"
#include "wpi/hal/HAL.h"
#include "wpi/hardware/rotation/DutyCycleEncoder.hpp"
namespace wpi::sim {

View File

@@ -7,7 +7,7 @@
#include <gtest/gtest.h>
#include "callback_helpers/TestCallbackHelpers.hpp"
#include "wpi/hal/HALBase.h"
#include "wpi/hal/HAL.h"
#include "wpi/hardware/rotation/DutyCycle.hpp"
namespace wpi::sim {

View File

@@ -7,7 +7,7 @@
#include <gtest/gtest.h>
#include "callback_helpers/TestCallbackHelpers.hpp"
#include "wpi/hal/HALBase.h"
#include "wpi/hal/HAL.h"
#include "wpi/hardware/rotation/Encoder.hpp"
#include "wpi/util/deprecated.hpp"

View File

@@ -7,7 +7,7 @@
#include <gtest/gtest.h>
#include "callback_helpers/TestCallbackHelpers.hpp"
#include "wpi/hal/HALBase.h"
#include "wpi/hal/HAL.h"
#include "wpi/hardware/discrete/PWM.hpp"
namespace wpi::sim {

View File

@@ -9,7 +9,7 @@
#include <gtest/gtest.h>
#include "callback_helpers/TestCallbackHelpers.hpp"
#include "wpi/hal/HALBase.h"
#include "wpi/hal/HAL.h"
#include "wpi/hal/Ports.h"
#include "wpi/hardware/power/PowerDistribution.hpp"

View File

@@ -6,7 +6,7 @@
#include <gtest/gtest.h>
#include "wpi/hal/HALBase.h"
#include "wpi/hal/HAL.h"
#include "wpi/simulation/AddressableLEDSim.hpp"
#include "wpi/simulation/AnalogInputSim.hpp"
#include "wpi/simulation/CTREPCMSim.hpp"