|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IKrepWrapper
Generic interface for the processors when connected via JNI.
Method Summary | |
---|---|
void |
comment(String comment)
|
String |
getName()
|
byte |
getOutput()
|
boolean |
hasOutput()
|
void |
saveEsi(String esiFile)
Tell the processor to log the communication into a log-File in esi Format. |
void |
send(byte b)
|
void |
step()
perform one tick. |
void |
terminate()
Close the connection. |
Method Detail |
---|
void terminate()
boolean hasOutput()
byte getOutput()
void step()
void send(byte b)
b
- byte to send to the processorvoid saveEsi(String esiFile)
esiFile
- name of the log Filevoid comment(String comment)
comment
- comment to send to the processor (used for logging)String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |