The Knights of Ni 2024
CenterStage Off-season Documentation
Loading...
Searching...
No Matches
org.firstinspires.ftc.teamcode.Subsystems.Subsystem Class Referenceabstract

Superclass to all subsystems, it does some bootstrapping for them (Vision, Control, and Drive) More...

Inheritance diagram for org.firstinspires.ftc.teamcode.Subsystems.Subsystem:
org.firstinspires.ftc.teamcode.Subsystems.Control.Control org.firstinspires.ftc.teamcode.Subsystems.Drive.Drive org.firstinspires.ftc.teamcode.Subsystems.Drive.OldDrive org.firstinspires.ftc.teamcode.Subsystems.Vision.Vision org.firstinspires.ftc.teamcode.Subsystems.Web.Web

Public Member Functions

 Subsystem (Telemetry telemetry, String tag)
 inits with telemetry, since every subsystem uses it.
 

Protected Attributes

final MasterLogger logger
 

Detailed Description

Superclass to all subsystems, it does some bootstrapping for them (Vision, Control, and Drive)

Constructor & Destructor Documentation

◆ Subsystem()

org.firstinspires.ftc.teamcode.Subsystems.Subsystem.Subsystem ( Telemetry telemetry,
String tag )

inits with telemetry, since every subsystem uses it.

Parameters
telemetryThe telemetry for logging

The documentation for this class was generated from the following file: