rp1.rossum
Interface RsInterlock

All Known Implementing Classes:
SimSession

public interface RsInterlock

An interface used to support the RP1 interlock function.


Method Summary
 boolean closeInterlock(int interlock)
           
 int getMaximumInterlockIndex()
           
 int openInterlock()
           
 

Method Detail

openInterlock

int openInterlock()

closeInterlock

boolean closeInterlock(int interlock)

getMaximumInterlockIndex

int getMaximumInterlockIndex()