mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
SCRIPT: wpiformat
This commit is contained in:
committed by
Peter Johnson
parent
c48b722dac
commit
1e7604f81c
@@ -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"
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user