Sha256: ae64534e1181ce62fc8dabc3f62377122700a448bb39f0870c24b33d1d0c0a82
Contents?: true
Size: 546 Bytes
Versions: 6
Compression:
Stored size: 546 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
6 entries across 6 versions & 1 rubygems