C# Class RemoteTech.FlightComputer.Commands.AttitudeCommand

Inheritance: AbstractCommand
Afficher le fichier Open project: RemoteTechnologiesGroup/RemoteTech Class Usage Examples

Méthodes publiques

Свойство Type Description
FormatAttitude String>.Dictionary
FormatMode String>.Dictionary
FormatReference String>.Dictionary

Méthodes publiques

Méthode Description
Abort ( ) : void
Execute ( FlightComputer f, FlightCtrlState fcs ) : bool
KillRot ( ) : AttitudeCommand
ManeuverNode ( double timetoexec ) : AttitudeCommand
Off ( ) : AttitudeCommand
Pop ( FlightComputer f ) : bool
WithAltitude ( float height ) : AttitudeCommand
WithAttitude ( FlightAttitude att, ReferenceFrame frame ) : AttitudeCommand
WithSurface ( double pitch, double yaw, double roll ) : AttitudeCommand
mapFlightMode ( ) : SimpleTypes.ComputerModeMapper

Convert this AttitudeCommand values to a ComputerMode

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

Execute() public méthode

public Execute ( FlightComputer f, FlightCtrlState fcs ) : bool
f FlightComputer
fcs FlightCtrlState
Résultat bool

KillRot() public static méthode

public static KillRot ( ) : AttitudeCommand
Résultat AttitudeCommand

ManeuverNode() public static méthode

public static ManeuverNode ( double timetoexec ) : AttitudeCommand
timetoexec double
Résultat AttitudeCommand

Off() public static méthode

public static Off ( ) : AttitudeCommand
Résultat AttitudeCommand

Pop() public méthode

public Pop ( FlightComputer f ) : bool
f FlightComputer
Résultat bool

WithAltitude() public static méthode

public static WithAltitude ( float height ) : AttitudeCommand
height float
Résultat AttitudeCommand

WithAttitude() public static méthode

public static WithAttitude ( FlightAttitude att, ReferenceFrame frame ) : AttitudeCommand
att FlightAttitude
frame ReferenceFrame
Résultat AttitudeCommand

WithSurface() public static méthode

public static WithSurface ( double pitch, double yaw, double roll ) : AttitudeCommand
pitch double
yaw double
roll double
Résultat AttitudeCommand

mapFlightMode() public méthode

Convert this AttitudeCommand values to a ComputerMode
public mapFlightMode ( ) : SimpleTypes.ComputerModeMapper
Résultat SimpleTypes.ComputerModeMapper

Property Details

FormatAttitude public_oe static_oe property

public static Dictionary FormatAttitude
Résultat String>.Dictionary

FormatMode public_oe static_oe property

public static Dictionary FormatMode
Résultat String>.Dictionary

FormatReference public_oe static_oe property

public static Dictionary FormatReference
Résultat String>.Dictionary