Sha256: f23e1376530bd518bc0c28df6440ecfab51a4251e3d3b1e1b2f7a84b273c236d

Contents?: true

Size: 790 Bytes

Versions: 64

Compression:

Stored size: 790 Bytes

Contents

#!/usr/bin/env ruby
# encoding: ascii-8bit

# Copyright 2014 Ball Aerospace & Technologies Corp.
# All Rights Reserved.
#
# This program is free software; you can modify and/or redistribute it
# under the terms of the GNU General Public License
# as published by the Free Software Foundation; version 3 with
# attribution addendums as found in the LICENSE.txt

require_relative 'autohotkey.rb'
autohotkey('TlmGrapher2', 'tlm_grapher2.ahk') do
  require 'cosmos/tools/cmd_tlm_server/cmd_tlm_server_gui'
  Thread.new do
    # Start up the CmdTlmServer first so it's going when we connect with TlmGrapher
    system("ruby.exe #{File.join(File.expand_path(File.dirname(__FILE__)),'CmdTlmServer')}")
  end
  sleep 3
  require 'cosmos/tools/tlm_grapher/tlm_grapher'
  Cosmos::TlmGrapher.run
end

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
cosmos-4.5.2-java autohotkey/tools/TlmGrapherAHK2
cosmos-4.5.2 autohotkey/tools/TlmGrapherAHK2
cosmos-4.5.1-java autohotkey/tools/TlmGrapherAHK2
cosmos-4.5.1 autohotkey/tools/TlmGrapherAHK2
cosmos-4.5.0-java autohotkey/tools/TlmGrapherAHK2
cosmos-4.5.0 autohotkey/tools/TlmGrapherAHK2
cosmos-4.4.2-java autohotkey/tools/TlmGrapherAHK2
cosmos-4.4.2 autohotkey/tools/TlmGrapherAHK2
cosmos-4.4.1-java autohotkey/tools/TlmGrapherAHK2
cosmos-4.4.1 autohotkey/tools/TlmGrapherAHK2
cosmos-4.4.0-java autohotkey/tools/TlmGrapherAHK2
cosmos-4.4.0 autohotkey/tools/TlmGrapherAHK2
cosmos-4.3.0-java autohotkey/tools/TlmGrapherAHK2
cosmos-4.3.0 autohotkey/tools/TlmGrapherAHK2
cosmos-4.2.4-java autohotkey/tools/TlmGrapherAHK2
cosmos-4.2.4 autohotkey/tools/TlmGrapherAHK2
cosmos-4.2.3-java autohotkey/tools/TlmGrapherAHK2
cosmos-4.2.3 autohotkey/tools/TlmGrapherAHK2
cosmos-4.2.2-java autohotkey/tools/TlmGrapherAHK2
cosmos-4.2.2 autohotkey/tools/TlmGrapherAHK2