frc2019.robot.utilities.FunctionCommand

Used for Abstraction and Standardization of Programs.

Dependencies

Commands

public FunctionCommand(FunctionWrapper function)

Constructer for FunctionCommand. Standardizes functions that are constructed using FunctionCommand.

TODO: Figure out why this stuff is needed.

protected void initialize()

Calls the function being created by the Constructor. call() which is required by the Interface implemented, is called within initialize()