SCRIPT Run cc include replacements

This commit is contained in:
PJ Reiniger
2025-11-07 19:56:21 -05:00
committed by Peter Johnson
parent f0a3c64121
commit 7c6efa41ae
2477 changed files with 8882 additions and 8882 deletions

View File

@@ -2,9 +2,9 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "hal/simulation/AddressableLEDData.h"
#include "wpi/hal/simulation/AddressableLEDData.h"
#include "hal/simulation/SimDataValue.h"
#include "wpi/hal/simulation/SimDataValue.h"
extern "C" {

View File

@@ -2,9 +2,9 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "hal/simulation/AnalogInData.h"
#include "wpi/hal/simulation/AnalogInData.h"
#include "hal/simulation/SimDataValue.h"
#include "wpi/hal/simulation/SimDataValue.h"
extern "C" {
void HALSIM_ResetAnalogInData(int32_t index) {}

View File

@@ -2,9 +2,9 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "hal/simulation/CTREPCMData.h"
#include "wpi/hal/simulation/CTREPCMData.h"
#include "hal/simulation/SimDataValue.h"
#include "wpi/hal/simulation/SimDataValue.h"
extern "C" {
void HALSIM_ResetCTREPCMData(int32_t index) {}

View File

@@ -2,8 +2,8 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "hal/simulation/CanData.h"
#include "hal/simulation/SimDataValue.h"
#include "wpi/hal/simulation/CanData.h"
#include "wpi/hal/simulation/SimDataValue.h"
extern "C" {

View File

@@ -2,9 +2,9 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "hal/simulation/DIOData.h"
#include "wpi/hal/simulation/DIOData.h"
#include "hal/simulation/SimDataValue.h"
#include "wpi/hal/simulation/SimDataValue.h"
extern "C" {
void HALSIM_ResetDIOData(int32_t index) {}

View File

@@ -2,9 +2,9 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "hal/simulation/DigitalPWMData.h"
#include "wpi/hal/simulation/DigitalPWMData.h"
#include "hal/simulation/SimDataValue.h"
#include "wpi/hal/simulation/SimDataValue.h"
extern "C" {
int32_t HALSIM_FindDigitalPWMForChannel(int32_t channel) {

View File

@@ -2,9 +2,9 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "hal/simulation/DriverStationData.h"
#include "wpi/hal/simulation/DriverStationData.h"
#include "hal/simulation/SimDataValue.h"
#include "wpi/hal/simulation/SimDataValue.h"
extern "C" {
void HALSIM_ResetDriverStationData(void) {}

View File

@@ -2,9 +2,9 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "hal/simulation/DutyCycleData.h"
#include "wpi/hal/simulation/DutyCycleData.h"
#include "hal/simulation/SimDataValue.h"
#include "wpi/hal/simulation/SimDataValue.h"
extern "C" {

View File

@@ -2,9 +2,9 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "hal/simulation/EncoderData.h"
#include "wpi/hal/simulation/EncoderData.h"
#include "hal/simulation/SimDataValue.h"
#include "wpi/hal/simulation/SimDataValue.h"
extern "C" {
int32_t HALSIM_FindEncoderForChannel(int32_t channel) {

View File

@@ -2,9 +2,9 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "hal/simulation/I2CData.h"
#include "wpi/hal/simulation/I2CData.h"
#include "hal/simulation/SimDataValue.h"
#include "wpi/hal/simulation/SimDataValue.h"
extern "C" {
void HALSIM_ResetI2CData(int32_t index) {}

View File

@@ -2,7 +2,7 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "hal/simulation/MockHooks.h"
#include "wpi/hal/simulation/MockHooks.h"
extern "C" {

View File

@@ -2,7 +2,7 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "hal/simulation/NotifierData.h"
#include "wpi/hal/simulation/NotifierData.h"
extern "C" {

View File

@@ -2,9 +2,9 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "hal/simulation/PWMData.h"
#include "wpi/hal/simulation/PWMData.h"
#include "hal/simulation/SimDataValue.h"
#include "wpi/hal/simulation/SimDataValue.h"
extern "C" {
void HALSIM_ResetPWMData(int32_t index) {}

View File

@@ -2,10 +2,10 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "hal/simulation/PowerDistributionData.h"
#include "wpi/hal/simulation/PowerDistributionData.h"
#include "../PortsInternal.h"
#include "hal/simulation/SimDataValue.h"
#include "wpi/hal/simulation/SimDataValue.h"
extern "C" {
void HALSIM_ResetPowerDistributionData(int32_t index) {}

View File

@@ -2,9 +2,9 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "hal/simulation/REVPHData.h"
#include "wpi/hal/simulation/REVPHData.h"
#include "hal/simulation/SimDataValue.h"
#include "wpi/hal/simulation/SimDataValue.h"
extern "C" {
void HALSIM_ResetREVPHData(int32_t index) {}

View File

@@ -2,9 +2,9 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "hal/simulation/RoboRioData.h"
#include "wpi/hal/simulation/RoboRioData.h"
#include "hal/simulation/SimDataValue.h"
#include "wpi/hal/simulation/SimDataValue.h"
extern "C" {
void HALSIM_ResetRoboRioData(void) {}

View File

@@ -2,9 +2,9 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "hal/simulation/SimDeviceData.h"
#include "wpi/hal/simulation/SimDeviceData.h"
#include "hal/simulation/SimDataValue.h"
#include "wpi/hal/simulation/SimDataValue.h"
extern "C" {