org.harctoolbox.irscrutinizer.exporter
Class SendIrFormatter

java.lang.Object
  extended by org.harctoolbox.irscrutinizer.exporter.SendIrFormatter
All Implemented Interfaces:
org.harctoolbox.girr.Command.CommandTextFormat

public class SendIrFormatter
extends java.lang.Object
implements org.harctoolbox.girr.Command.CommandTextFormat

This class does something interesting and useful. Or not...


Constructor Summary
SendIrFormatter()
           
SendIrFormatter(int module, int connector, boolean compressed)
           
 
Method Summary
 java.lang.String format(org.harctoolbox.IrpMaster.IrSignal irSignal, int count)
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendIrFormatter

public SendIrFormatter(int module,
                       int connector,
                       boolean compressed)

SendIrFormatter

public SendIrFormatter()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface org.harctoolbox.girr.Command.CommandTextFormat

format

public java.lang.String format(org.harctoolbox.IrpMaster.IrSignal irSignal,
                               int count)
Specified by:
format in interface org.harctoolbox.girr.Command.CommandTextFormat