class TRS::Soprano::CommonMvt

Defined in:

TRS/Soprano/commonMvt.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(scenario_name : String) #

[View source]

Class Method Detail

def self.instance #

[View source]

Instance Method Detail

def add_air_ptf_end_wpt(point : AirMvt) #

[View source]
def add_air_ptf_hold(radius : Float, nb_lap : Int, direction : String = "RIGHT") #

[View source]
def add_air_ptf_init_point(timestamp : Int, point : AirMvt) #

[View source]
def add_air_ptf_land_base(ades : String, bearing : Float) #

[View source]
def add_air_ptf_mvt(callsign : String) #

[View source]
def add_air_ptf_orbit(orb_name : String, nb_lap : Int, direction : String = "LEFT") #

[View source]
def add_air_ptf_take_off(timestamp : Int, adep : String, bearing : Float) #

[View source]
def add_air_ptf_waypoint(point : AirMvt) #

[View source]
def close_file #

[View source]
def commonmvt_xml_file : File #

[View source]
def commonmvt_xml_file=(commonmvt_xml_file : File) #

[View source]
def commonmvt_xml_file_name : File.class #

[View source]
def commonmvt_xml_file_name=(commonmvt_xml_file_name : ::File.class) #

[View source]
def end_air_ptf_mvt #

[View source]