Package com.inertia.promove
Class Config.ChannelConfig
java.lang.Object
com.inertia.promove.Config.ChannelConfig
- Enclosing class:
- Config
public static class Config.ChannelConfig
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description int
amplifierGain
Config.CapacitiveFeedbackSelect
capacitiveFeedback
boolean
capacitiveFeedbackSelectEnable
boolean
currentInjectEnable
boolean
currentInjectPotEnable
boolean
gainPotEnable
int
injectCurrent
Config.ChannelInputSelect
inputSelect
boolean
inputSelectEnable
int
lowPassCutoffFrequency
Config.ResistiveFeedbackSelect
resistiveFeedback
boolean
resistiveFeedbackSelectEnable
-
Constructor Summary
Constructors Constructor Description ChannelConfig()
-
Method Summary
-
Field Details
-
inputSelectEnable
public boolean inputSelectEnable -
resistiveFeedbackSelectEnable
public boolean resistiveFeedbackSelectEnable -
capacitiveFeedbackSelectEnable
public boolean capacitiveFeedbackSelectEnable -
currentInjectEnable
public boolean currentInjectEnable -
gainPotEnable
public boolean gainPotEnable -
currentInjectPotEnable
public boolean currentInjectPotEnable -
inputSelect
-
resistiveFeedback
-
capacitiveFeedback
-
amplifierGain
public int amplifierGain -
injectCurrent
public int injectCurrent -
lowPassCutoffFrequency
public int lowPassCutoffFrequency
-
-
Constructor Details
-
ChannelConfig
public ChannelConfig()
-
-
Method Details