public class BuiltInAccelerometer extends Object implements Accelerometer, LiveWindowSendable
Accelerometer.Range| Constructor and Description |
|---|
BuiltInAccelerometer()
Constructor.
|
BuiltInAccelerometer(Accelerometer.Range range)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSmartDashboardType() |
edu.wpi.first.wpilibj.tables.ITable |
getTable() |
double |
getX()
Common interface for getting the x axis acceleration
|
double |
getY()
Common interface for getting the y axis acceleration
|
double |
getZ()
Common interface for getting the z axis acceleration
|
void |
initTable(edu.wpi.first.wpilibj.tables.ITable subtable)
Initializes a table for this sendable object.
|
void |
setRange(Accelerometer.Range range)
{inheritdoc}
|
void |
startLiveWindowMode()
Start having this sendable object automatically respond to
value changes reflect the value on the table.
|
void |
stopLiveWindowMode()
Stop having this sendable object automatically respond to value
changes.
|
void |
updateTable()
Update the table for this sendable object with the latest
values.
|
public BuiltInAccelerometer(Accelerometer.Range range)
range - The range the accelerometer will measurepublic BuiltInAccelerometer()
public void setRange(Accelerometer.Range range)
setRange in interface Accelerometerrange - The maximum acceleration, positive or negative, that the
accelerometer will measure. Not all accelerometers support all ranges.public double getX()
AccelerometergetX in interface Accelerometerpublic double getY()
AccelerometergetY in interface Accelerometerpublic double getZ()
AccelerometergetZ in interface Accelerometerpublic String getSmartDashboardType()
getSmartDashboardType in interface Sendablepublic void initTable(edu.wpi.first.wpilibj.tables.ITable subtable)
public void updateTable()
updateTable in interface LiveWindowSendablepublic edu.wpi.first.wpilibj.tables.ITable getTable()
public void startLiveWindowMode()
LiveWindowSendablestartLiveWindowMode in interface LiveWindowSendablepublic void stopLiveWindowMode()
LiveWindowSendablestopLiveWindowMode in interface LiveWindowSendableCopyright © 2015. All rights reserved.