C# Класс RemoteTech.FlightComputer.Commands.AttitudeCommand

Наследование: AbstractCommand
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
FormatAttitude String>.Dictionary
FormatMode String>.Dictionary
FormatReference String>.Dictionary

Открытые методы

Метод Описание
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

Описание методов

Abort() публичный Метод

public Abort ( ) : void
Результат void

Execute() публичный Метод

public Execute ( FlightComputer f, FlightCtrlState fcs ) : bool
f FlightComputer
fcs FlightCtrlState
Результат bool

KillRot() публичный статический Метод

public static KillRot ( ) : AttitudeCommand
Результат AttitudeCommand

ManeuverNode() публичный статический Метод

public static ManeuverNode ( double timetoexec ) : AttitudeCommand
timetoexec double
Результат AttitudeCommand

Off() публичный статический Метод

public static Off ( ) : AttitudeCommand
Результат AttitudeCommand

Pop() публичный Метод

public Pop ( FlightComputer f ) : bool
f FlightComputer
Результат bool

WithAltitude() публичный статический Метод

public static WithAltitude ( float height ) : AttitudeCommand
height float
Результат AttitudeCommand

WithAttitude() публичный статический Метод

public static WithAttitude ( FlightAttitude att, ReferenceFrame frame ) : AttitudeCommand
att FlightAttitude
frame ReferenceFrame
Результат AttitudeCommand

WithSurface() публичный статический Метод

public static WithSurface ( double pitch, double yaw, double roll ) : AttitudeCommand
pitch double
yaw double
roll double
Результат AttitudeCommand

mapFlightMode() публичный Метод

Convert this AttitudeCommand values to a ComputerMode
public mapFlightMode ( ) : SimpleTypes.ComputerModeMapper
Результат SimpleTypes.ComputerModeMapper

Описание свойств

FormatAttitude публичное статическое свойство

public static Dictionary FormatAttitude
Результат String>.Dictionary

FormatMode публичное статическое свойство

public static Dictionary FormatMode
Результат String>.Dictionary

FormatReference публичное статическое свойство

public static Dictionary FormatReference
Результат String>.Dictionary