C# Class _2015_Pre_build_week_project.BuildWeek2015

Inheritance: WPILib.IterativeRobot
Afficher le fichier Open project: shockwave4488/2015-Practice-Week-C-

Méthodes publiques

Свойство Type Description
conveyer _2015_Pre_build_week_project.SubSystems.Conveyer
drive _2015_Pre_build_week_project.SubSystems.Drive
primary _2015_Pre_build_week_project.SubSystems.Controllers
roller _2015_Pre_build_week_project.SubSystems.Roller

Méthodes publiques

Méthode Description
AutonomousInit ( ) : void
AutonomousPeriodic ( ) : void
RobotInit ( ) : void
TeleopPeriodic ( ) : void
TestPeriodic ( ) : void

Private Methods

Méthode Description
BuildWeek2015 ( ) : System

Method Details

AutonomousInit() public méthode

public AutonomousInit ( ) : void
Résultat void

AutonomousPeriodic() public méthode

public AutonomousPeriodic ( ) : void
Résultat void

RobotInit() public méthode

public RobotInit ( ) : void
Résultat void

TeleopPeriodic() public méthode

public TeleopPeriodic ( ) : void
Résultat void

TestPeriodic() public méthode

public TestPeriodic ( ) : void
Résultat void

Property Details

conveyer public_oe static_oe property

public static Conveyer,_2015_Pre_build_week_project.SubSystems conveyer
Résultat _2015_Pre_build_week_project.SubSystems.Conveyer

drive public_oe static_oe property

public static Drive,_2015_Pre_build_week_project.SubSystems drive
Résultat _2015_Pre_build_week_project.SubSystems.Drive

primary public_oe static_oe property

public static Controllers,_2015_Pre_build_week_project.SubSystems primary
Résultat _2015_Pre_build_week_project.SubSystems.Controllers

roller public_oe static_oe property

public static Roller,_2015_Pre_build_week_project.SubSystems roller
Résultat _2015_Pre_build_week_project.SubSystems.Roller