|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mbari.siam.distributed.jddac.ParserFunction
public class ParserFunction
Created by IntelliJ IDEA. User: brian Date: Mar 30, 2006 Time: 1:56:24 PM To change this template use File | Settings | File Templates.
| Field Summary |
|---|
| Fields inherited from interface org.mbari.jddac.IFunction |
|---|
KEY, OPID_IN, OPID_OUT |
| Constructor Summary | |
|---|---|
ParserFunction()
|
|
| Method Summary | |
|---|---|
net.java.jddac.common.type.ArgArray |
execute(net.java.jddac.common.type.ArgArray argArray)
Executing this funciton will parse a SensorDataPacket contained in an argArray |
DevicePacketParser |
getDevicePacketParser()
|
void |
setDevicePacketParser(DevicePacketParser devicePacketParser)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParserFunction()
| Method Detail |
|---|
public net.java.jddac.common.type.ArgArray execute(net.java.jddac.common.type.ArgArray argArray)
execute in interface IFunctionargArray - The argArray should contain a SensorDataPacket where the key is
InstrumentServiceBlock.KEY_SENSORDATAPACKET
public DevicePacketParser getDevicePacketParser()
public void setDevicePacketParser(DevicePacketParser devicePacketParser)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||