public class DriveNautic
extends cz.cuni.amis.pogamut.base.communication.messages.CommandMessage
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
Light |
protected boolean |
Normalized |
protected double |
Propeller |
protected double |
Rudder |
protected double |
SternPlane |
| Constructor and Description |
|---|
DriveNautic() |
DriveNautic(double Propeller,
double Rudder,
double SternPlane,
boolean Normalized,
boolean Light) |
DriveNautic(DriveNautic original)
Cloning constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getPropeller() |
double |
getRudder() |
double |
getSternPlane() |
boolean |
isLight() |
boolean |
isNormalized() |
DriveNautic |
setLight(boolean Light) |
DriveNautic |
setNormalized(boolean Normalized) |
DriveNautic |
setPropeller(double Propeller) |
DriveNautic |
setRudder(double Rudder) |
DriveNautic |
setSternPlane(double SternPlane) |
String |
toHtmlString() |
String |
toMessage() |
String |
toString() |
protected double Propeller
protected double Rudder
protected double SternPlane
protected boolean Normalized
protected boolean Light
public DriveNautic(double Propeller,
double Rudder,
double SternPlane,
boolean Normalized,
boolean Light)
public DriveNautic()
public DriveNautic(DriveNautic original)
public double getPropeller()
public DriveNautic setPropeller(double Propeller)
public double getRudder()
public DriveNautic setRudder(double Rudder)
public double getSternPlane()
public DriveNautic setSternPlane(double SternPlane)
public boolean isNormalized()
public DriveNautic setNormalized(boolean Normalized)
public boolean isLight()
public DriveNautic setLight(boolean Light)
public String toString()
toString in class cz.cuni.amis.pogamut.base.communication.messages.CommandMessagepublic String toHtmlString()
public String toMessage()
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.