TaskController 2.2.23
A light-weight UI that serves as the task/parameter front-end.
|
Layout of Controller and Child UI | Defines major components in the controller and its sub-applications. This group encompasses functions and structures related to creating and managing the layout of user interfaces within the controller application |
Controls - Main UI | Describes individual control elements on the main application interface. This group includes functions and structures related to buttons, combo boxes, labels, and other UI elements present on the main window of the controller application |
Controls - Target UI | Provides descriptions of individual control elements on the target-queue application interface. This group includes functions and structures related to managing targets, such as buttons for adding or removing targets, and a table for displaying target information |
Controls - Calibration UI | Describes individual control elements on the calibration interface. This group includes functions and structures related to calibration tools and settings, which are used for calibrating the system or adjusting parameters related to target tracking |
Network Connections | Encompasses network connection functions and configuration settings. This group includes functions and structures related to establishing and managing network connections between the controller application and other components, such as servers or devices |
Target Generation/Tracking | Consists of utilities designed to help generate random new targets or track an existing set of targets. This group includes functions and structures related to generating target coordinates, checking target proximity, and updating target positions |
Miscellaneous Helpers | Includes miscellaneous helper functions that don't fit into the other categories. This group contains utility functions, data structures, or algorithms used throughout the controller application for various purposes |