C# Class MechArcher.NetworkController

Afficher le fichier Open project: RITMechArch/MechArch

Méthodes publiques

Méthode Description
NetworkController ( MachineStatus initialStatus ) : System
aimX ( int target ) : void
aimY ( int target ) : void
draw ( ) : void
eStop ( ) : void
fire ( ) : void
retract ( ) : void
updateMachineStatus ( ) : void

Method Details

NetworkController() public méthode

public NetworkController ( MachineStatus initialStatus ) : System
initialStatus MachineStatus
Résultat System

aimX() public méthode

public aimX ( int target ) : void
target int
Résultat void

aimY() public méthode

public aimY ( int target ) : void
target int
Résultat void

draw() public méthode

public draw ( ) : void
Résultat void

eStop() public méthode

public eStop ( ) : void
Résultat void

fire() public méthode

public fire ( ) : void
Résultat void

retract() public méthode

public retract ( ) : void
Résultat void

updateMachineStatus() public méthode

public updateMachineStatus ( ) : void
Résultat void