Sha256: 2ee0921f2a83e354d40401c208315724bf032589ca75b11f5f4f6e0fea2c4d47

Contents?: true

Size: 667 Bytes

Versions: 37

Compression:

Stored size: 667 Bytes

Contents

# encoding: ascii-8bit

# Copyright 2017 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 'cosmos'
require 'cosmos/interfaces/tcpip_client_interface'

class ExampleInterface < Cosmos::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

37 entries across 37 versions & 1 rubygems

Version Path
cosmos-4.5.2-java demo/config/targets/EXAMPLE/lib/example_interface.rb
cosmos-4.5.2 demo/config/targets/EXAMPLE/lib/example_interface.rb
cosmos-4.5.1-java demo/config/targets/EXAMPLE/lib/example_interface.rb
cosmos-4.5.1 demo/config/targets/EXAMPLE/lib/example_interface.rb
cosmos-4.5.0-java demo/config/targets/EXAMPLE/lib/example_interface.rb
cosmos-4.5.0 demo/config/targets/EXAMPLE/lib/example_interface.rb
cosmos-4.4.2-java demo/config/targets/EXAMPLE/lib/example_interface.rb
cosmos-4.4.2 demo/config/targets/EXAMPLE/lib/example_interface.rb
cosmos-4.4.1-java demo/config/targets/EXAMPLE/lib/example_interface.rb
cosmos-4.4.1 demo/config/targets/EXAMPLE/lib/example_interface.rb
cosmos-4.4.0-java demo/config/targets/EXAMPLE/lib/example_interface.rb
cosmos-4.4.0 demo/config/targets/EXAMPLE/lib/example_interface.rb
cosmos-4.3.0-java demo/config/targets/EXAMPLE/lib/example_interface.rb
cosmos-4.3.0 demo/config/targets/EXAMPLE/lib/example_interface.rb
cosmos-4.2.4-java demo/config/targets/EXAMPLE/lib/example_interface.rb
cosmos-4.2.4 demo/config/targets/EXAMPLE/lib/example_interface.rb
cosmos-4.2.3-java demo/config/targets/EXAMPLE/lib/example_interface.rb
cosmos-4.2.3 demo/config/targets/EXAMPLE/lib/example_interface.rb
cosmos-4.2.2-java demo/config/targets/EXAMPLE/lib/example_interface.rb
cosmos-4.2.2 demo/config/targets/EXAMPLE/lib/example_interface.rb