|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpops.ale.engine.input.RPChannel
pops.ale.engine.input.connectors.RPSimChannel
public class RPSimChannel
Field Summary |
---|
Fields inherited from class pops.ale.engine.input.RPChannel |
---|
isDefaultTriggerLauncherInstalled |
Constructor Summary | |
---|---|
RPSimChannel()
Constructor |
|
RPSimChannel(boolean bench)
Constructor |
|
RPSimChannel(java.lang.String sgln)
Constructor |
|
RPSimChannel(java.lang.String sgln,
boolean bench)
Constructor |
Method Summary | |
---|---|
void |
clean()
Cleanup at end. |
static void |
dumpByteArray(byte[] bytes)
|
ECInitiationCondition |
getInitCondition()
Determines the condition that started the reading process. |
ECTrigger |
getInitTrigger()
Determines what trigger started the reading process. |
ECTerminationCondition |
getTermCondition()
Determines the condition that stopped the reading process. |
ECTrigger |
getTermTrigger()
Determines what trigger stopped the reading process. |
boolean |
hasTags()
Indicates if channel has more tags to read. |
void |
init(java.lang.String readerName,
ECSpec spec)
Set up the communication channel. |
boolean |
isDone()
Indicates if channel has done receiving all tags due to a termination condition. |
Tag |
nextTag()
Blocking read access to get tag data array containing the EPC code. |
void |
start()
Activates channel and starts acquisition process. |
static byte[] |
stringToArrayOfBytes(java.lang.String data)
|
Methods inherited from class pops.ale.engine.input.RPChannel |
---|
killDefaultTriggerLauncher, startDefaultTriggerLauncher |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RPSimChannel(boolean bench)
bench
- public RPSimChannel()
public RPSimChannel(java.lang.String sgln)
sgln
- public RPSimChannel(java.lang.String sgln, boolean bench)
sgln
- Method Detail |
---|
public static byte[] stringToArrayOfBytes(java.lang.String data)
public static void dumpByteArray(byte[] bytes)
public ECInitiationCondition getInitCondition()
RPChannel
getInitCondition
in class RPChannel
public ECTrigger getInitTrigger()
RPChannel
getInitTrigger
in class RPChannel
public ECTerminationCondition getTermCondition()
RPChannel
getTermCondition
in class RPChannel
public ECTrigger getTermTrigger()
RPChannel
getTermTrigger
in class RPChannel
public void init(java.lang.String readerName, ECSpec spec)
RPChannel
init
in class RPChannel
readerName
- the name of the reader to connect.spec
- the ECSpec
object containing the following information :public boolean isDone()
RPChannel
isDone
in class RPChannel
public boolean hasTags()
RPChannel
hasTags
in class RPChannel
public Tag nextTag()
RPChannel
nextTag
in class RPChannel
public void start()
RPChannel
start
in class RPChannel
public void clean()
RPChannel
clean
in class RPChannel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |