Apply(SwerveRequest::ControlParameters const ¶meters, std::vector< std::unique_ptr< impl::SwerveModuleImpl > > const &modulesToApply) override | ctre::phoenix6::swerve::requests::RobotCentric | inlinevirtual |
CenterOfRotation | ctre::phoenix6::swerve::requests::RobotCentric | |
ControlParameters typedef | ctre::phoenix6::swerve::requests::SwerveRequest | |
Deadband | ctre::phoenix6::swerve::requests::RobotCentric | |
DesaturateWheelSpeeds | ctre::phoenix6::swerve::requests::RobotCentric | |
DriveRequestType | ctre::phoenix6::swerve::requests::RobotCentric | |
RotationalDeadband | ctre::phoenix6::swerve::requests::RobotCentric | |
RotationalRate | ctre::phoenix6::swerve::requests::RobotCentric | |
SteerRequestType | ctre::phoenix6::swerve::requests::RobotCentric | |
VelocityX | ctre::phoenix6::swerve::requests::RobotCentric | |
VelocityY | ctre::phoenix6::swerve::requests::RobotCentric | |
WithCenterOfRotation(Translation2d newCenterOfRotation) & | ctre::phoenix6::swerve::requests::RobotCentric | inline |
WithCenterOfRotation(Translation2d newCenterOfRotation) && | ctre::phoenix6::swerve::requests::RobotCentric | inline |
WithDeadband(units::meters_per_second_t newDeadband) & | ctre::phoenix6::swerve::requests::RobotCentric | inline |
WithDeadband(units::meters_per_second_t newDeadband) && | ctre::phoenix6::swerve::requests::RobotCentric | inline |
WithDesaturateWheelSpeeds(bool newDesaturateWheelSpeeds) & | ctre::phoenix6::swerve::requests::RobotCentric | inline |
WithDesaturateWheelSpeeds(bool newDesaturateWheelSpeeds) && | ctre::phoenix6::swerve::requests::RobotCentric | inline |
WithDriveRequestType(impl::DriveRequestType newDriveRequestType) & | ctre::phoenix6::swerve::requests::RobotCentric | inline |
WithDriveRequestType(impl::DriveRequestType newDriveRequestType) && | ctre::phoenix6::swerve::requests::RobotCentric | inline |
WithRotationalDeadband(units::radians_per_second_t newRotationalDeadband) & | ctre::phoenix6::swerve::requests::RobotCentric | inline |
WithRotationalDeadband(units::radians_per_second_t newRotationalDeadband) && | ctre::phoenix6::swerve::requests::RobotCentric | inline |
WithRotationalRate(units::radians_per_second_t newRotationalRate) & | ctre::phoenix6::swerve::requests::RobotCentric | inline |
WithRotationalRate(units::radians_per_second_t newRotationalRate) && | ctre::phoenix6::swerve::requests::RobotCentric | inline |
WithSteerRequestType(impl::SteerRequestType newSteerRequestType) & | ctre::phoenix6::swerve::requests::RobotCentric | inline |
WithSteerRequestType(impl::SteerRequestType newSteerRequestType) && | ctre::phoenix6::swerve::requests::RobotCentric | inline |
WithVelocityX(units::meters_per_second_t newVelocityX) & | ctre::phoenix6::swerve::requests::RobotCentric | inline |
WithVelocityX(units::meters_per_second_t newVelocityX) && | ctre::phoenix6::swerve::requests::RobotCentric | inline |
WithVelocityY(units::meters_per_second_t newVelocityY) & | ctre::phoenix6::swerve::requests::RobotCentric | inline |
WithVelocityY(units::meters_per_second_t newVelocityY) && | ctre::phoenix6::swerve::requests::RobotCentric | inline |
~SwerveRequest()=default | ctre::phoenix6::swerve::requests::SwerveRequest | virtual |