|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.mbari.siam.core.DeviceService
org.mbari.siam.core.BaseInstrumentService
org.mbari.siam.core.PolledInstrumentService
org.mbari.siam.devices.workhorse.WorkhorseADCP
org.mbari.siam.devices.workhorse.DigiWorkhorseADCP
public class DigiWorkhorseADCP
The DigiWorkhorseADCP class represents the
InstrumentServices driver for controlling the RDI Workhorse
ADCP as deployed on a DigiConnect virtual serial port.
DigiWorkhorseADCP is sub-classed from WorkhorseADCP,
and simply overrides the sendBreak() method.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.mbari.siam.devices.workhorse.WorkhorseADCP |
|---|
WorkhorseADCP.Attributes, WorkhorseADCP.DataStructure, WorkhorseADCP.PD0DataStructure |
| Field Summary |
|---|
| Fields inherited from class org.mbari.siam.devices.workhorse.WorkhorseADCP |
|---|
_ensembleIntervalSec, _initialInterval, _pd0Struct, _safed, devicePacketParser |
| Fields inherited from class org.mbari.siam.core.BaseInstrumentService |
|---|
_defaultSamplerTask, _defaultSampleScheduleName, _errorCache, _instrumentAttributes, _lastPacket, _lastSensorDataPacket, _maxSampleBytes, _messagePacket, _nPowerRequests, _nWakeRequests, _packetLog, _recordType, _running, _samplerWakeupTime, _scheduleKey, _schedules, _sensorDataPacket, _turbinator, MAX_BASE_RECORDTYPE, RECORDTYPE_DEFAULT, RECORDTYPE_METADATA, RECORDTYPE_UNDEFINED |
| Fields inherited from class org.mbari.siam.core.DeviceService |
|---|
_fromDevice, _instrumentPort, _nodeProperties, _parentNode, _regEntry, _sandBox, _serviceCachePath, _serviceName, _servicePropertiesPath, _serviceXMLPath, _toDevice, CACHED_PROPERTIES_FILENAME, PROPERTIES_FILENAME, XML_FILENAME |
| Fields inherited from class java.rmi.server.RemoteObject |
|---|
ref |
| Fields inherited from interface org.mbari.siam.distributed.Device |
|---|
ERROR, INITIAL, INSTRUMENT_STATE, MDATA_ALL, OK, SAFE, SAMPLING, SERVICE_ATTRIBUTES, SERVICE_CACHE, SERVICE_PROPERTIES, SERVICE_XML, SHUTDOWN, SLEEPING, SUSPEND, UNKNOWN |
| Constructor Summary | |
|---|---|
DigiWorkhorseADCP()
Allocates a new DigiWorkhorseADCP |
|
| Method Summary | |
|---|---|
protected void |
initializeInstrument()
Called by the framework to initialize the instrument prior to sampling. |
protected void |
sendBreak()
sends a break longer than 350mS required by the Workhorse |
protected java.lang.String |
urlTransaction(java.net.URL url,
java.lang.String cmd)
Send a String to a OutputStream, get reply from InputStream |
| Methods inherited from class org.mbari.siam.devices.workhorse.WorkhorseADCP |
|---|
createDefaultSampleSchedule, enterCommandMode, enterSafeMode, exitCommandMode, getDevicePacketParser, getInstrumentStateMetadata, getParser, getProperty, getSerialPortParameters, initCommunicationPowerPolicy, initCurrentLimit, initInstrumentPowerPolicy, initInstrumentStartDelay, initMaxSampleBytes, initPromptString, initSampleTerminator, mkCmd, mkInt, parseDataPacket, parseProperty, powerOnCallback, printData, readSample, readUntilDelay, requestSample, sendCommand, sendRequest, setClock, shutdownInstrument, test, validateSample |
| Methods inherited from class org.mbari.siam.core.PolledInstrumentService |
|---|
acquire, doScheduledTask, setAttributes |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
|---|
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
|---|
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
|---|
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.mbari.siam.distributed.Instrument |
|---|
acquireSample, addDefaultPacketFilters, annotate, cacheProperties, clearDefaultPacketFilters, clearPropertiesCache, disableSummary, enableSummary, getDefaultPacketFilters, getLastSample, getPackets, getPackets, getParser, getPortDiagnostics, getPortDiagnosticsSummary, getProperties, getProperty, getSampleSchedule, getSchedules, resetPortDiagnostics, setClock, setClock, setProperty, summaryEnabled |
| Methods inherited from interface org.mbari.siam.distributed.Device |
|---|
getChildren, getCommPortName, getFrameworkVersion, getId, getLocation, getMetadata, getName, getParent, getSamplingCount, getSamplingErrorCount, getSamplingRetryCount, getStatus, host, powerOff, powerOn, prepareToRun, resume, shutdown, suspend, test |
| Methods inherited from interface org.mbari.siam.distributed.Safeable |
|---|
enterSafeMode |
| Methods inherited from interface org.mbari.siam.distributed.DeviceServiceIF |
|---|
getName |
| Methods inherited from interface org.mbari.siam.core.ScheduleOwner |
|---|
addSchedule, getAllSchedules, getScheduleKey, removeAllSchedules, removeSchedule, resumeSchedule, sleepingUntil, suspendSchedule, syncSchedule |
| Constructor Detail |
|---|
public DigiWorkhorseADCP()
throws java.rmi.RemoteException
DigiWorkhorseADCP
java.rmi.RemoteException - .| Method Detail |
|---|
protected void initializeInstrument()
throws InitializeException,
java.lang.Exception
Override base class initializeInstrument, because base class has a bug -- it sends some commands with _toDevice.write() rather than sendCommand(), and doesn't wait for a reply. This was causing exceptions in the UW deployment.
initializeInstrument in class WorkhorseADCPInitializeException
java.lang.Exception
protected java.lang.String urlTransaction(java.net.URL url,
java.lang.String cmd)
throws java.io.IOException
java.io.IOExceptionprotected void sendBreak()
sendBreak in class WorkhorseADCP
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||