C# Class RoboOps.HomeClient.RoverComm

Afficher le fichier Open project: RASC-AL/ClientCommunication Class Usage Examples

Méthodes publiques

Méthode Description
ChangeCamera ( int cam, int fps, int width, int height ) : bool
ChangeCameras ( string cameras ) : bool
ChangeRelay ( bool mast, bool arm ) : bool
MoveArm ( int baseRotation, int baseLift, int elbowRotation, int yaw, string scoop ) : bool
MoveRover ( int leftSpeed, int rightSpeed ) : bool
PTZ ( int pan, int tilt, int zoom, int focus, int brightness, int iris, bool autofocus ) : bool
RoverComm ( string ip, int port ) : System
reading ( ) : String
send ( string msg ) : bool

Private Methods

Méthode Description
Main ( string args ) : void

Method Details

ChangeCamera() public méthode

public ChangeCamera ( int cam, int fps, int width, int height ) : bool
cam int
fps int
width int
height int
Résultat bool

ChangeCameras() public méthode

public ChangeCameras ( string cameras ) : bool
cameras string
Résultat bool

ChangeRelay() public méthode

public ChangeRelay ( bool mast, bool arm ) : bool
mast bool
arm bool
Résultat bool

MoveArm() public méthode

public MoveArm ( int baseRotation, int baseLift, int elbowRotation, int yaw, string scoop ) : bool
baseRotation int
baseLift int
elbowRotation int
yaw int
scoop string
Résultat bool

MoveRover() public méthode

public MoveRover ( int leftSpeed, int rightSpeed ) : bool
leftSpeed int
rightSpeed int
Résultat bool

PTZ() public méthode

public PTZ ( int pan, int tilt, int zoom, int focus, int brightness, int iris, bool autofocus ) : bool
pan int
tilt int
zoom int
focus int
brightness int
iris int
autofocus bool
Résultat bool

RoverComm() public méthode

public RoverComm ( string ip, int port ) : System
ip string
port int
Résultat System

reading() public méthode

public reading ( ) : String
Résultat String

send() public méthode

public send ( string msg ) : bool
msg string
Résultat bool