SCRIPT: wpiformat

This commit is contained in:
PJ Reiniger
2025-11-07 19:57:55 -05:00
committed by Peter Johnson
parent c48b722dac
commit 1e7604f81c
1218 changed files with 2709 additions and 3267 deletions

View File

@@ -5,15 +5,15 @@
#include <string>
#include <thread>
#include "wpi/util/Preferences.hpp"
#include "wpi/simulation/DriverStationSim.hpp"
#include "wpi/simulation/JoystickSim.hpp"
#include "wpi/simulation/PWMMotorControllerSim.hpp"
#include "wpi/simulation/SimHooks.hpp"
#include <gtest/gtest.h>
#include "wpi/hal/simulation/MockHooks.h"
#include "wpi/units/length.hpp"
#include "wpi/units/time.hpp"
#include <wpi/hal/simulation/MockHooks.h>
#include <wpi/simulation/DriverStationSim.hpp>
#include <wpi/simulation/JoystickSim.hpp>
#include <wpi/simulation/PWMMotorControllerSim.hpp>
#include <wpi/simulation/SimHooks.hpp>
#include <wpi/units/length.hpp>
#include <wpi/units/time.hpp>
#include <wpi/util/Preferences.hpp>
#include "Constants.hpp"
#include "Robot.hpp"

View File

@@ -3,7 +3,7 @@
// the WPILib BSD license file in the root directory of this project.
#include <gtest/gtest.h>
#include "wpi/hal/HALBase.h"
#include <wpi/hal/HALBase.h>
/**
* Runs all unit tests.

View File

@@ -5,11 +5,11 @@
#include <string>
#include <thread>
#include "wpi/simulation/DIOSim.hpp"
#include "wpi/simulation/DriverStationSim.hpp"
#include "wpi/simulation/SimHooks.hpp"
#include <gtest/gtest.h>
#include "wpi/units/time.hpp"
#include <wpi/simulation/DIOSim.hpp>
#include <wpi/simulation/DriverStationSim.hpp>
#include <wpi/simulation/SimHooks.hpp>
#include <wpi/units/time.hpp>
#include "Robot.hpp"

View File

@@ -3,7 +3,7 @@
// the WPILib BSD license file in the root directory of this project.
#include <gtest/gtest.h>
#include "wpi/hal/HALBase.h"
#include <wpi/hal/HALBase.h>
/**
* Runs all unit tests.

View File

@@ -5,15 +5,15 @@
#include <string>
#include <thread>
#include "wpi/simulation/DriverStationSim.hpp"
#include "wpi/simulation/JoystickSim.hpp"
#include "wpi/simulation/PWMMotorControllerSim.hpp"
#include "wpi/simulation/SimHooks.hpp"
#include <gtest/gtest.h>
#include "wpi/hal/simulation/MockHooks.h"
#include "wpi/units/length.hpp"
#include "wpi/units/mass.hpp"
#include "wpi/units/time.hpp"
#include <wpi/hal/simulation/MockHooks.h>
#include <wpi/simulation/DriverStationSim.hpp>
#include <wpi/simulation/JoystickSim.hpp>
#include <wpi/simulation/PWMMotorControllerSim.hpp>
#include <wpi/simulation/SimHooks.hpp>
#include <wpi/units/length.hpp>
#include <wpi/units/mass.hpp>
#include <wpi/units/time.hpp>
#include "Constants.hpp"
#include "Robot.hpp"

View File

@@ -3,7 +3,7 @@
// the WPILib BSD license file in the root directory of this project.
#include <gtest/gtest.h>
#include "wpi/hal/HALBase.h"
#include <wpi/hal/HALBase.h>
/**
* Runs all unit tests.

View File

@@ -5,11 +5,11 @@
#include <string>
#include <thread>
#include "wpi/simulation/DriverStationSim.hpp"
#include "wpi/simulation/SimHooks.hpp"
#include <gtest/gtest.h>
#include "wpi/hal/simulation/I2CData.h"
#include "wpi/units/time.hpp"
#include <wpi/hal/simulation/I2CData.h>
#include <wpi/simulation/DriverStationSim.hpp>
#include <wpi/simulation/SimHooks.hpp>
#include <wpi/units/time.hpp>
#include "Robot.hpp"

View File

@@ -3,7 +3,7 @@
// the WPILib BSD license file in the root directory of this project.
#include <gtest/gtest.h>
#include "wpi/hal/HALBase.h"
#include <wpi/hal/HALBase.h>
/**
* Runs all unit tests.

View File

@@ -5,19 +5,19 @@
#include <string>
#include <thread>
#include "wpi/system/RobotController.hpp"
#include "wpi/simulation/AnalogInputSim.hpp"
#include "wpi/simulation/DriverStationSim.hpp"
#include "wpi/simulation/ElevatorSim.hpp"
#include "wpi/simulation/JoystickSim.hpp"
#include "wpi/simulation/PWMMotorControllerSim.hpp"
#include "wpi/simulation/SimHooks.hpp"
#include "wpi/math/system/plant/DCMotor.hpp"
#include <gtest/gtest.h>
#include "wpi/hal/simulation/MockHooks.h"
#include "wpi/units/length.hpp"
#include "wpi/units/mass.hpp"
#include "wpi/units/time.hpp"
#include <wpi/hal/simulation/MockHooks.h>
#include <wpi/math/system/plant/DCMotor.hpp>
#include <wpi/simulation/AnalogInputSim.hpp>
#include <wpi/simulation/DriverStationSim.hpp>
#include <wpi/simulation/ElevatorSim.hpp>
#include <wpi/simulation/JoystickSim.hpp>
#include <wpi/simulation/PWMMotorControllerSim.hpp>
#include <wpi/simulation/SimHooks.hpp>
#include <wpi/system/RobotController.hpp>
#include <wpi/units/length.hpp>
#include <wpi/units/mass.hpp>
#include <wpi/units/time.hpp>
#include "Robot.hpp"

View File

@@ -3,7 +3,7 @@
// the WPILib BSD license file in the root directory of this project.
#include <gtest/gtest.h>
#include "wpi/hal/HALBase.h"
#include <wpi/hal/HALBase.h>
/**
* Runs all unit tests.

View File

@@ -3,7 +3,7 @@
// the WPILib BSD license file in the root directory of this project.
#include <gtest/gtest.h>
#include "wpi/hal/HALBase.h"
#include <wpi/hal/HALBase.h>
/**
* Runs all unit tests.

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 "wpi/hardware/pneumatic/DoubleSolenoid.hpp"
#include "wpi/simulation/DoubleSolenoidSim.hpp"
#include "wpi/simulation/PWMMotorControllerSim.hpp"
#include <gtest/gtest.h>
#include <wpi/hardware/pneumatic/DoubleSolenoid.hpp>
#include <wpi/simulation/DoubleSolenoidSim.hpp>
#include <wpi/simulation/PWMMotorControllerSim.hpp>
#include "Constants.hpp"
#include "subsystems/Intake.hpp"