org.jmacs.pd
Interface IInterpreter
public interface IInterpreter
command interpreter. See package description.
- Version:
- $Id: IInterpreter.java 801 2006-07-14 15:19:01Z rob $
- Author:
- Rob Dickens
interpretCmd
Serializable interpretCmd(Object cmd,
IDevice.IDriver driver,
IDevice.IStatus status,
IDevice.IConstants constants,
IProgInfo progInfo,
boolean control)
throws DiDriverException
- interprets cmd.
- Parameters:
control
- whether submitter deemed to have control privilege. It
is left to the impl'n to decide whether cmd requires this or
not.
- Throws:
DiDriverException
jmacs.org