Sha256: 0eaa8d54f1117dc2fea80850b5370aebeb810b5b6971bc6e6245853aa1576d07

Contents?: true

Size: 1.48 KB

Versions: 5

Compression:

Stored size: 1.48 KB

Contents

# encoding: ascii-8bit

# Copyright 2022 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 Affero General Public License
# as published by the Free Software Foundation; version 3 with
# attribution addendums as found in the LICENSE.txt
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# This program may also be used under the terms of a commercial or
# enterprise edition license of COSMOS if purchased from the
# copyright holder

module Cosmos
  autoload(:Logger, 'cosmos/utilities/logger.rb')
  autoload(:Authorization, 'cosmos/utilities/authorization.rb')
  autoload(:Store, 'cosmos/utilities/store_autoload.rb')
  autoload(:Sleeper, 'cosmos/utilities/sleeper.rb')
  autoload(:Crc, 'cosmos/utilities/crc.rb')
  autoload(:Crc16, 'cosmos/utilities/crc.rb')
  autoload(:Crc32, 'cosmos/utilities/crc.rb')
  autoload(:Crc64, 'cosmos/utilities/crc.rb')
  autoload(:Csv, 'cosmos/utilities/csv.rb')
  autoload(:Metric, 'cosmos/utilities/metric.rb')
  autoload(:MessageLog, 'cosmos/utilities/message_log.rb')
  autoload(:Quaternion, 'cosmos/utilities/quaternion.rb')
  autoload(:SimulatedTarget, 'cosmos/utilities/simulated_target.rb')
end
autoload(:RubyLexUtils, 'cosmos/utilities/ruby_lex_utils.rb')

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cosmos-5.0.5 lib/cosmos/utilities.rb
cosmos-5.0.4 lib/cosmos/utilities.rb
cosmos-5.0.3 lib/cosmos/utilities.rb
cosmos-5.0.2 lib/cosmos/utilities.rb
cosmos-5.0.2.pre.beta2 lib/cosmos/utilities.rb