Sha256: b1512a02bf8debf57f07f28b5d1ef9796e169c1b64ae2b0f3a23a635f5fefd41
Contents?: true
Size: 1.42 KB
Versions: 6
Compression:
Stored size: 1.42 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. # Modified by OpenC3, Inc. # All changes Copyright 2022, OpenC3, Inc. # All Rights Reserved module OpenC3 autoload(:Logger, 'openc3/utilities/logger.rb') autoload(:Authorization, 'openc3/utilities/authorization.rb') autoload(:Store, 'openc3/utilities/store_autoload.rb') autoload(:Sleeper, 'openc3/utilities/sleeper.rb') autoload(:Crc, 'openc3/utilities/crc.rb') autoload(:Crc16, 'openc3/utilities/crc.rb') autoload(:Crc32, 'openc3/utilities/crc.rb') autoload(:Crc64, 'openc3/utilities/crc.rb') autoload(:Csv, 'openc3/utilities/csv.rb') autoload(:Metric, 'openc3/utilities/metric.rb') autoload(:MessageLog, 'openc3/utilities/message_log.rb') autoload(:Quaternion, 'openc3/utilities/quaternion.rb') autoload(:SimulatedTarget, 'openc3/utilities/simulated_target.rb') end autoload(:RubyLexUtils, 'openc3/utilities/ruby_lex_utils.rb')
Version data entries
6 entries across 6 versions & 1 rubygems