|
REVLib - C++
|
#include <ClosedLoopConfigAccessor.h>
Public Member Functions | |
| double | GetP (ClosedLoopSlot slot=ClosedLoopSlot::kSlot0) |
| double | GetI (ClosedLoopSlot slot=ClosedLoopSlot::kSlot0) |
| double | GetD (ClosedLoopSlot slot=ClosedLoopSlot::kSlot0) |
| double | GetDFilter (ClosedLoopSlot slot=ClosedLoopSlot::kSlot0) |
| double | GetIZone (ClosedLoopSlot slot=ClosedLoopSlot::kSlot0) |
| double | GetMinOutput (ClosedLoopSlot slot=ClosedLoopSlot::kSlot0) |
| double | GetMaxOutput (ClosedLoopSlot slot=ClosedLoopSlot::kSlot0) |
| double | GetMaxIAccumulation (ClosedLoopSlot slot=ClosedLoopSlot::kSlot0) |
| double | GetAllowedClosedLoopError (ClosedLoopSlot slot=ClosedLoopSlot::kSlot0) |
| bool | GetPositionWrappingEnabled () |
| FeedbackSensor | GetFeedbackSensor () |
Public Attributes | |
| MAXMotionConfigAccessor | maxMotion |
| FeedForwardConfigAccessor | feedForward |
Protected Member Functions | |
| ClosedLoopConfigAccessor (void *sparkHandle) | |
Friends | |
| class | SparkBaseConfigAccessor |
|
explicitprotected |
| double ClosedLoopConfigAccessor::GetP | ( | ClosedLoopSlot | slot = ClosedLoopSlot::kSlot0 | ) |
| double ClosedLoopConfigAccessor::GetI | ( | ClosedLoopSlot | slot = ClosedLoopSlot::kSlot0 | ) |
| double ClosedLoopConfigAccessor::GetD | ( | ClosedLoopSlot | slot = ClosedLoopSlot::kSlot0 | ) |
| double ClosedLoopConfigAccessor::GetDFilter | ( | ClosedLoopSlot | slot = ClosedLoopSlot::kSlot0 | ) |
| double ClosedLoopConfigAccessor::GetIZone | ( | ClosedLoopSlot | slot = ClosedLoopSlot::kSlot0 | ) |
| double ClosedLoopConfigAccessor::GetMinOutput | ( | ClosedLoopSlot | slot = ClosedLoopSlot::kSlot0 | ) |
| double ClosedLoopConfigAccessor::GetMaxOutput | ( | ClosedLoopSlot | slot = ClosedLoopSlot::kSlot0 | ) |
| double ClosedLoopConfigAccessor::GetMaxIAccumulation | ( | ClosedLoopSlot | slot = ClosedLoopSlot::kSlot0 | ) |
| double ClosedLoopConfigAccessor::GetAllowedClosedLoopError | ( | ClosedLoopSlot | slot = ClosedLoopSlot::kSlot0 | ) |
| bool ClosedLoopConfigAccessor::GetPositionWrappingEnabled | ( | ) |
| FeedbackSensor ClosedLoopConfigAccessor::GetFeedbackSensor | ( | ) |
|
friend |
| MAXMotionConfigAccessor rev::spark::ClosedLoopConfigAccessor::maxMotion |
| FeedForwardConfigAccessor rev::spark::ClosedLoopConfigAccessor::feedForward |