Sha256: daba812a687881a0f295d4a753f2bd28148ff63a5b912ef17a2403d6e84f3b4d
Contents?: true
Size: 521 Bytes
Versions: 5
Compression:
Stored size: 521 Bytes
Contents
require 'origen_link/vector_based' module OrigenLink module Test class VectorBased < ::OrigenLink::VectorBased attr_accessor :message, :microcodestr, :test_response def send_cmd(cmdstr, argstr) @message = cmdstr + ':' + argstr @test_response end def send_batch(vector_batch) @test_response end def setup_cmd_response_logger(command, response) end def microcode(msg) @microcodestr = @microcodestr + msg end end end end
Version data entries
5 entries across 5 versions & 1 rubygems