agentland.output
Interface IR

All Known Implementing Classes:
IRAgent

public interface IR
extends Device


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void close()
           
 void overlay(int bank, String dev)
           
 void resetSerialIR()
           
 void setInterTransmitTime(int ms)
           
 void signalPulse(int bank, int address)
           
 void signalStart(int bank, int address)
           
 void signalStop()
           
 
Methods inherited from interface agentland.device.Device
addName, getName, getNames, getState, getState, getStateNames, hasName, resetAllStates, resetName, resetState, resetState, setName, setState
 
Methods inherited from interface agentland.resource.Managed
getNeed, replace, resources, yank, yank
 
Methods inherited from interface agentland.util.Good
getHistory, getHistoryElement, resetHistory
 
Methods inherited from interface agentland.util.Spy
tell
 

Method Detail

resetSerialIR

public void resetSerialIR()
                   throws RemoteException

signalPulse

public void signalPulse(int bank,
                        int address)
                 throws RemoteException

signalStart

public void signalStart(int bank,
                        int address)
                 throws RemoteException

signalStop

public void signalStop()
                throws RemoteException

close

public void close()
           throws RemoteException

setInterTransmitTime

public void setInterTransmitTime(int ms)
                          throws RemoteException

overlay

public void overlay(int bank,
                    String dev)
             throws RemoteException