| Interface | Description |
|---|---|
| ConfigureFromTemplateActivity.StringProcessor | |
| ConfigureFromTemplateActivity.TemplateProcessor |
| Class | Description |
|---|---|
| ConfigurationTypeArrayAdapter | |
| ConfigureFromTemplateActivity |
ConfigureFromTemplateActivity allows one to add a configuration to your
robot by instantiating from a list of templates. |
| DeviceInfoAdapter | |
| EditActivity |
EditActivity is a base class that provides support for various configuration
editing activities. |
| EditActivity.DisplayNameAndInteger | |
| EditActivity.DisplayNameAndRequestCode | |
| EditAnalogInputDevicesActivity | |
| EditAnalogOutputDevicesActivity | |
| EditDeviceInterfaceModuleActivity | |
| EditDigitalDevicesActivity | |
| EditDigitalDevicesActivityLynx | |
| EditI2cDevicesActivity |
Created by bob on 2016-10-21.
|
| EditI2cDevicesActivityAbstract<ITEM_T extends DeviceConfiguration> |
EditI2cDevicesActivityAbstract manages a possibly-growable list of I2c devices. |
| EditI2cDevicesActivityLynx |
Created by bob on 2016-10-21.
|
| EditLegacyModuleControllerActivity | |
| EditLegacyMotorControllerActivity |
EditLegacyMotorControllerActivity supports the editing of a legacy (HiTechnic)
motor controller. |
| EditLegacyServoControllerActivity |
EditLegacyServoControllerActivity supports the editing of a legacy (HiTechnic)
servo controller. |
| EditLynxModuleActivity |
EditLynxModuleActivity handles the configuration of the devices in a Lynx module. |
| EditLynxUsbDeviceActivity |
EditUSBDeviceActivity handles the configuration of the modules within a Lynx USB device. |
| EditMatrixControllerActivity | |
| EditMotorControllerActivity | |
| EditMotorListActivity | |
| EditParameters<ITEM_T extends DeviceConfiguration> |
EditParameters are the contents of the Intent bundle that we pass to and
from instances of EditActivity. |
| EditPortListActivity<ITEM_T extends DeviceConfiguration> |
EditPortListActivity is a helper class that assists in managing configuration of
lists of items associated with ports on a controller.
|
| EditPortListCheckboxActivity<ITEM_T extends DeviceConfiguration> |
EditPortListCheckboxActivity provides a template-driven editing of a list of checkboxed list items
|
| EditPortListSpinnerActivity<ITEM_T extends DeviceConfiguration> |
EditPortListSpinnerActivity provides a template-driven editing of a list of spinner list items
|
| EditPWMDevicesActivity | |
| EditServoControllerActivity | |
| EditServoListActivity | |
| EditSwapUsbDevices |
EditSwapUsbDevices provides the means to pick an item from a list of USB controllers
for the purposes of swapping serial-numbers. |
| EditUSBDeviceActivity |
EditUSBDeviceActivity handles the swapping and fixing of USB device configurations |
| EditWebcamActivity | |
| FtcConfigurationActivity | |
| FtcLoadFileActivity |
FtcLoadFileActivity is responsible for managing the list of robot configuration files
on the robot controller phone. |
| FtcNewFileActivity |
FtcNewFileActivity is instantiated when the 'New' configuration button is pressed.
|
| RobotConfigFile |
Metadata for a config file.
|
| RobotConfigFileManager |
A class that helps to manage robot configuration files and stores our list of
resource ids that maps to robot configurations packaged with the apk.
|
| RobotConfigFileManager.ConfigNameCheckResult | |
| RobotConfigMap |
RobotConfigMap represents the loaded and parsed state of an XML robot configuration. |
| RobotConfigResFilter |
RobotConfigResFilter is a ClassFilter that filters for XML
resources which are robot configurations which have a type attribute of the indicated value. |
| USBScanManager |
USBScanManager is responsible for issuing scans of USB devices. |
| Enum | Description |
|---|---|
| RequestCode |
RequestCode centralizes the integer tokens used for connecting child configuration editors
with their parents.
|
| RobotConfigFile.FileLocation |