Class to control a simulated ADXL362.
More...
#include <frc/simulation/ADXL362Sim.h>
Class to control a simulated ADXL362.
◆ ADXL362Sim()
frc::sim::ADXL362Sim::ADXL362Sim |
( |
const ADXL362 & |
accel | ) |
|
|
explicit |
Constructs from a ADXL362 object.
- Parameters
-
◆ SetX()
void frc::sim::ADXL362Sim::SetX |
( |
double |
accel | ) |
|
Sets the X acceleration.
- Parameters
-
◆ SetY()
void frc::sim::ADXL362Sim::SetY |
( |
double |
accel | ) |
|
Sets the Y acceleration.
- Parameters
-
◆ SetZ()
void frc::sim::ADXL362Sim::SetZ |
( |
double |
accel | ) |
|
Sets the Z acceleration.
- Parameters
-
The documentation for this class was generated from the following file: