-
isConfigDirty
boolean isConfigDirty
Is the editing of the config file dirty or not. Used for propagating dirty state
to and from parent-child configuration editing activities.
-
configuration
DeviceConfiguration configuration
The overall configuration we are to edit, if any
-
currentItems
java.util.List<E> currentItems
The list of items we are to edit, if any
-
itemClass
java.lang.Class<T> itemClass
-
initialPortNumber
int initialPortNumber
The initial port number for the items list
-
maxItemCount
int maxItemCount
If we are editing a list, then this is the size of the list to present
to the user, which will always be at least the size of currentItems. If
this value is zero, then the editor should uses it's own internal notion
of this maximum list size
-
i2cBus
int i2cBus
the I2C bus number (only applicable to REV)
-
growable
boolean growable
whether the user can grow the size of the list or not
-
scannedDevices
ScannedDevices scannedDevices
what we know to be on the USB bus
-
robotConfigMap
RobotConfigMap robotConfigMap
for a USB controller, the entire list of controllers we have attached
-
haveRobotConfigMapParameter
boolean haveRobotConfigMapParameter
-
extantRobotConfigurations
java.util.List<E> extantRobotConfigurations
the list of robot configurations we know about
-
controlSystem
ControlSystem controlSystem
the type of Control System that is being edited
-
currentCfgFile
RobotConfigFile currentCfgFile
optional explicit configuration