Class ControlSystemBase
java.lang.Object
com.uniforge.origin.controlsystem.ControlSystemBase
The base for ControlSystems
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ControlSystemBaseReturns the ControlSystemBase instancestatic voidloop()Loop function running all ControlSystem updatesvoidregisterControlSystem(ControlSystem... p_controlSystems) Registers all ControlSystems inputted
-
Constructor Details
-
ControlSystemBase
public ControlSystemBase()
-
-
Method Details
-
getInstance
Returns the ControlSystemBase instance- Returns:
- ControlSystemBase
-
registerControlSystem
Registers all ControlSystems inputted- Parameters:
p_controlSystems- Takes in one or more ControlSystems
-
loop
public static void loop()Loop function running all ControlSystem updates
-