Sha256: 357415b9ca9f630567f930028515ea6df44e05e05becfd92baa6dc5a711218ce

Contents?: true

Size: 1.1 KB

Versions: 47

Compression:

Stored size: 1.1 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
#
# This file may also be used under the terms of a commercial license 
# if purchased from OpenC3, Inc.

require 'openc3'
require 'openc3/interfaces/tcpip_client_interface'

class ExampleInterface < OpenC3::TcpipClientInterface
  def initialize (hostname, port, write_timeout = 10.0, read_timeout = nil)
    super(hostname, port, port, write_timeout, read_timeout, 'LENGTH', 0, 32, 4, 1, 'BIG_ENDIAN', 4, nil, nil, true)
  end
end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
openc3-cosmos-demo-6.2.1 targets/EXAMPLE/lib/example_interface.rb
openc3-cosmos-demo-6.2.0 targets/EXAMPLE/lib/example_interface.rb
openc3-cosmos-demo-6.1.0 targets/EXAMPLE/lib/example_interface.rb
openc3-cosmos-demo-6.0.2 targets/EXAMPLE/lib/example_interface.rb
openc3-cosmos-demo-6.0.1 targets/EXAMPLE/lib/example_interface.rb
openc3-cosmos-demo-6.0.0 targets/EXAMPLE/lib/example_interface.rb
openc3-cosmos-demo-5.20.0 targets/EXAMPLE/lib/example_interface.rb
openc3-cosmos-demo-5.19.0 targets/EXAMPLE/lib/example_interface.rb
openc3-cosmos-demo-5.18.0 targets/EXAMPLE/lib/example_interface.rb
openc3-cosmos-demo-5.17.1 targets/EXAMPLE/lib/example_interface.rb
openc3-cosmos-demo-5.17.0 targets/EXAMPLE/lib/example_interface.rb
openc3-cosmos-demo-5.16.0 targets/EXAMPLE/lib/example_interface.rb
openc3-cosmos-demo-5.15.2 targets/EXAMPLE/lib/example_interface.rb
openc3-cosmos-demo-5.15.1 targets/EXAMPLE/lib/example_interface.rb
openc3-cosmos-demo-5.15.0 targets/EXAMPLE/lib/example_interface.rb
openc3-cosmos-demo-5.14.2 targets/EXAMPLE/lib/example_interface.rb
openc3-cosmos-demo-5.14.1 targets/EXAMPLE/lib/example_interface.rb
openc3-cosmos-demo-5.14.0 targets/EXAMPLE/lib/example_interface.rb
openc3-cosmos-demo-5.13.0 targets/EXAMPLE/lib/example_interface.rb
openc3-cosmos-demo-5.12.0 targets/EXAMPLE/lib/example_interface.rb