|
||||||||
| 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.seabird.base.Seabird
org.mbari.siam.devices.seabird.sbe16plus.SBE16plus
org.mbari.siam.devices.seabird.sbe19plus.SBE19plus
public class SBE19plus
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.mbari.siam.devices.seabird.sbe16plus.SBE16plus |
|---|
SBE16plus.Attributes |
| Nested classes/interfaces inherited from class org.mbari.siam.devices.seabird.base.Seabird |
|---|
Seabird.DevicePacketParser |
| Field Summary | |
|---|---|
protected byte[] |
cmdbuf
|
| Fields inherited from class org.mbari.siam.devices.seabird.sbe16plus.SBE16plus |
|---|
_eventDetector, CMD_CALIBRATION, CMD_OUTPUTFORMAT |
| Fields inherited from class org.mbari.siam.devices.seabird.base.Seabird |
|---|
_attributes, _getPrompt, _getStatusEcho, _getStatusInfo, _haltSample, _haltSampleEcho, _maxCalBytes, _maxStatusBytes, _quitSession, _quitSessionEcho, _requestSample, _requestSampleEcho, _safeMode, _sendLast, _sendLastEcho, _setSampleInterval, _startNow, _startNowEcho, MAX_AUTO_SAMPLE_INTERVAL_SEC, MIN_AUTO_SAMPLE_INTERVAL_SEC |
| 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 | |
|---|---|
SBE19plus()
Constructor; can throw RemoteException. |
|
| Method Summary | |
|---|---|
protected void |
initializeInstrument()
Initialize the seabird. |
void |
sendCommandConfirm(java.lang.String cmd)
Method to send a command for which the SBE-19 requires confirmation. |
| Methods inherited from class org.mbari.siam.devices.seabird.sbe16plus.SBE16plus |
|---|
enterSafeMode, getCalibrationCmd, getFormatForSummaryCmd, getTransmisChannel, processSample |
| Methods inherited from class org.mbari.siam.devices.seabird.base.Seabird |
|---|
createDefaultSampleSchedule, getDevicePacketParser, getInstrumentStateMetadata, getParser, getPrompt, getPrompt, getSerialPortParameters, initCommunicationPowerPolicy, initCurrentLimit, initInstrumentPowerPolicy, initInstrumentStartDelay, initMaxSampleBytes, initPromptString, initSampleTerminator, postSample, quitSession, requestSample, sendCommand, setAutonomousSampleInterval, setClock, setDataFormat, startAutonomousLogging, stopAutonomousLogging, test |
| 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 |
| Field Detail |
|---|
protected byte[] cmdbuf
| Constructor Detail |
|---|
public SBE19plus()
throws java.rmi.RemoteException
java.rmi.RemoteException| Method Detail |
|---|
protected void initializeInstrument()
throws java.lang.Exception
Seabird
initializeInstrument in class SBE16plusjava.lang.Exception
public void sendCommandConfirm(java.lang.String cmd)
throws TimeoutException,
java.lang.NullPointerException,
java.io.IOException,
java.lang.Exception
sendCommandConfirm in class SeabirdTimeoutException
java.lang.NullPointerException
java.io.IOException
java.lang.Exception
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||