public BodyRotationPeriod()
 {
     this.Name       = "Body Rotation Period";
     this.Category   = ReadoutCategory.GetCategory("Body");
     this.HelpString = "The time to complete one revolution about the body's axis.";
     this.IsDefault  = true;
 }
Пример #2
0
 public TimeToRendezvous()
 {
     this.Name       = "Time to Rendezvous";
     this.Category   = ReadoutCategory.GetCategory("Rendezvous");
     this.HelpString = "Approximate (linearly) time to the minimum distance between objects.";
     this.IsDefault  = false;
 }
Пример #3
0
 public SystemTime()
 {
     this.Name       = "System Time";
     this.Category   = ReadoutCategory.GetCategory("Miscellaneous");
     this.HelpString = "Shows the System Time in 12 hour format (AM/PM)";
     this.IsDefault  = false;
 }
 public AngleToRelativeAscendingNode()
 {
     this.Name       = "Angle to Rel. AN";
     this.Category   = ReadoutCategory.GetCategory("Rendezvous");
     this.HelpString = "Angular Distance from the vessel to crossing the orbit of the target object, going north of it.";
     this.IsDefault  = false;
 }
 public DeltaVStaged()
 {
     Name       = "DeltaV Staged";
     Category   = ReadoutCategory.GetCategory("Vessel");
     HelpString = "Shows the vessel's delta velocity for each stage.";
     IsDefault  = true;
 }
Пример #6
0
 public Latitude()
 {
     this.Name       = "Latitude";
     this.Category   = ReadoutCategory.GetCategory("Surface");
     this.HelpString = "Shows the vessel's latitude position around the celestial body. Latitude is the angle from the equator to poles.";
     this.IsDefault  = true;
 }
 public TerminalVelocity()
 {
     this.Name       = "Terminal Velocity";
     this.Category   = ReadoutCategory.GetCategory("Surface");
     this.HelpString = "Shows the velocity where the efforts of thrust and drag are equalled out.";
     this.IsDefault  = false;
 }
Пример #8
0
 public SpeedAtApoapsis()
 {
     this.Name       = "Speed at Apoapsis";
     this.Category   = ReadoutCategory.GetCategory("Orbital");
     this.HelpString = "Shows the orbital speed of the vessel when at apoapsis, the highest point of the orbit.";
     this.IsDefault  = false;
 }
Пример #9
0
 public MeanAnomaly()
 {
     Name       = "Mean Anomaly";
     Category   = ReadoutCategory.GetCategory("Orbital");
     HelpString = string.Empty;
     IsDefault  = false;
 }
Пример #10
0
 public LogSimToggle()
 {
     this.Name       = "Log Simulation";
     this.Category   = ReadoutCategory.GetCategory("Miscellaneous");
     this.HelpString = "Shows a button that allows you to make the next run of the simulation code dump extra debugging output.";
     this.IsDefault  = false;
 }
Пример #11
0
 public TimeToPeriapsis()
 {
     this.Name       = "Time to Periapsis";
     this.Category   = ReadoutCategory.GetCategory("Rendezvous");
     this.HelpString = "Shows the time until the target reaches periapsis, the lowest point of the orbit.";
     this.IsDefault  = false;
 }
Пример #12
0
 public InterceptAngle()
 {
     this.Name       = "Intercept Angle";
     this.Category   = ReadoutCategory.GetCategory("Rendezvous");
     this.HelpString = string.Empty;
     this.IsDefault  = true;
 }
Пример #13
0
 public NodeBurnTime()
 {
     this.Name       = "Manoeuvre Node Burn Time";
     this.Category   = ReadoutCategory.GetCategory("Orbital");
     this.HelpString = "The burn's total duration.";
     this.IsDefault  = true;
 }
 public OrbitalPeriod()
 {
     this.Name       = "Orbital Period";
     this.Category   = ReadoutCategory.GetCategory("Orbital");
     this.HelpString = "Shows the amount of time it will take to complete a full orbit.";
     this.IsDefault  = false;
 }
Пример #15
0
 public AltitudeSeaLevel()
 {
     this.Name       = "Altitude (Sea Level)";
     this.Category   = ReadoutCategory.GetCategory("Surface");
     this.HelpString = "Shows the vessel's altitude above sea level.";
     this.IsDefault  = false;
 }
Пример #16
0
 public HeadingRate()
 {
     this.Name       = "Heading Rate";
     this.Category   = ReadoutCategory.GetCategory("Vessel");
     this.HelpString = "Shows the current change in Heading.";
     this.IsDefault  = false;
 }
Пример #17
0
 public Roll()
 {
     this.Name       = "Roll";
     this.Category   = ReadoutCategory.GetCategory("Vessel");
     this.HelpString = "Shows the current Roll angle.";
     this.IsDefault  = false;
 }
 public SeparationAtClosestApproach()
 {
     this.Name       = "Separation at Approach";
     this.Category   = ReadoutCategory.GetCategory("Rendezvous");
     this.HelpString = "Distance to the target at closest approach.";
     this.IsDefault  = false;
 }
Пример #19
0
 public PhaseAngle()
 {
     this.Name       = "Phase Angle";
     this.Category   = ReadoutCategory.GetCategory("Rendezvous");
     this.HelpString = "Angular distance of the vessel relative to the target object.";
     this.IsDefault  = true;
 }
Пример #20
0
 public RCSTWR()
 {
     this.Name       = "RCS TWR";
     this.Category   = ReadoutCategory.GetCategory("Vessel");
     this.HelpString = "Shows the TWR for the RCS system at the current gravity";
     this.IsDefault  = false;
 }