|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectnet.java.jddac.common.fblock.Entity
net.java.jddac.jmdi.fblock.FunctionBlock
org.mbari.jddac.RelayBlock
org.mbari.siam.distributed.jddac.InstrumentServiceBlock
public abstract class InstrumentServiceBlock
The InstrumentServiceBlock provides functions that operate on a
| Field Summary | |
|---|---|
static java.lang.String |
KEY_SENSORDATAPACKET
This is the key used to locate the SensorDataPacket inside an argArray |
static java.lang.String |
OpIdProcessDevicePacket
This OpId is used by the BaseInstrumentService to start a process on a sensor data packet |
| Fields inherited from class org.mbari.jddac.RelayBlock |
|---|
OpIdAddFunction |
| Fields inherited from class net.java.jddac.jmdi.fblock.FunctionBlock |
|---|
BL_ACTIVE, BL_INACTIVE, BL_UNINITIALIZED, blockMajorState, blockModelNumber, blockVersion, FB_IDLE, FB_RUNNING, FB_STOPPED, functionBlockState, groupIds, META_TEDS, OpIdClear, OpIdConfigure, OpIdGetAllMetaData, OpIdGetBlockMajorState, OpIdGetFunctionBlockState, OpIdGetGroupIDs, OpIdGetMetaData, OpIdPause, OpIdResume, OpIdStart, pubPortsProperty, subPortsProperty |
| Fields inherited from class net.java.jddac.common.fblock.Entity |
|---|
description, instanceName, META_CLASS, META_NAME, META_OPERATIONS, objectProperties, OpIdGetAttribute, OpIdGetClassName, OpIdGetDescription, OpIdGetInstanceName, OpIdGetObjectProperties, OpIdGetOwningBlockObjectTag, OpIdSetAttribute, OpIdSetInstanceName, owningBlockObjectName, PerformInputArg, PerformResult |
| Constructor Summary | |
|---|---|
InstrumentServiceBlock()
|
|
| Method Summary | |
|---|---|
BaseInstrumentService |
getInstrumentService()
|
abstract void |
processDevicePacket(DevicePacket packet)
|
void |
setInstrumentService(BaseInstrumentService instrumentService)
|
| Methods inherited from class org.mbari.jddac.RelayBlock |
|---|
addChild, addFunction, getChildren, perform, removeChild |
| Methods inherited from class net.java.jddac.jmdi.fblock.FunctionBlock |
|---|
clear, configure, destroy, destroyDeferredThread, getBlockMajorState, getBlockModelNumber, getBlockVersion, getEntityMetaData, getFunctionBlockState, getGroupIDs, getPubIDFromName, getSubIDFromName, goActive, initialize, notifySubscriber, pause, publish, publishDeferred, reset, resume, setGroupIDs, start |
| Methods inherited from class net.java.jddac.common.fblock.Entity |
|---|
addOpTableMeta, getDescription, getInstanceName, getObjectProperties, getObjectPropery, getOwningBlockObjectName, setDescription, setInstanceName, setObjectProperties, setObjectProperty, setOwningBlockObjectName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String OpIdProcessDevicePacket
public static final java.lang.String KEY_SENSORDATAPACKET
| Constructor Detail |
|---|
public InstrumentServiceBlock()
| Method Detail |
|---|
public BaseInstrumentService getInstrumentService()
public void setInstrumentService(BaseInstrumentService instrumentService)
public abstract void processDevicePacket(DevicePacket packet)
throws java.lang.Exception
java.lang.Exception
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||