Modifier and Type | Class and Description |
---|---|
class |
DefaultErrorHandler
Default
OHMM error handler. |
Modifier and Type | Field and Description |
---|---|
protected ErrorHandler |
OHMM.errorHandler
The currently installed error handler.
|
Modifier and Type | Method and Description |
---|---|
ErrorHandler |
OHMM.getErrorHandler()
Get the error handler.
|
Modifier and Type | Method and Description |
---|---|
void |
OHMM.setErrorHandler(ErrorHandler errorHandler)
Set the error handler.
|
Constructor and Description |
---|
OHMM(ErrorHandler errorHandler)
Defers initialization to a call to
OHMM.init(double,
FileOutputStream, FileInputStream) . |
OHMM(ErrorHandler errorHandler,
double initWait,
java.lang.String[] cmdLine)
Talk to the hardware via the specified process.
|
OHMM(ErrorHandler errorHandler,
java.io.File port)
Talk to the hardware on the specified serial port, accessed as a
file.
|
OHMM(ErrorHandler errorHandler,
java.lang.String portName)
Similar to
OHMM.OHMM(ErrorHandler, File) , but uses RXTX library to
access the serial port. |
OHMM(ErrorHandler errorHandler,
java.lang.String[] cmdLine)
|
OHMMDrive(ErrorHandler eh)
Calls superclass constructor.
|
OHMMDrive(ErrorHandler eh,
double initWait,
java.lang.String[] cmd)
Calls superclass constructor.
|
OHMMDrive(ErrorHandler eh,
java.io.File p)
Calls superclass constructor.
|
OHMMDrive(ErrorHandler eh,
java.lang.String p)
Calls superclass constructor.
|
OHMMDrive(ErrorHandler eh,
java.lang.String[] cmd)
Calls superclass constructor.
|
OHMMSite(ErrorHandler eh)
Calls superclass constructor.
|
OHMMSite(ErrorHandler eh,
double initWait,
java.lang.String[] cmd)
Calls superclass constructor.
|
OHMMSite(ErrorHandler eh,
java.io.File p)
Calls superclass constructor.
|
OHMMSite(ErrorHandler eh,
java.lang.String p)
Calls superclass constructor.
|
OHMMSite(ErrorHandler eh,
java.lang.String[] cmd)
Calls superclass constructor.
|