Public Member Functions | |
HandlerEmu () | |
void | run () |
void | serialIOEvent (SerialIOEvent event) |
Private Attributes | |
Stack< String > | commandStack |
String | lastMessagePart = "" |
Definition at line 254 of file SquidEmulator.java.
|
Definition at line 263 of file SquidEmulator.java. References ikayaki.squid.SquidEmulator.HandlerEmu.commandStack. |
|
Definition at line 269 of file SquidEmulator.java. References ikayaki.squid.SquidEmulator.HandlerEmu.commandStack, and ikayaki.squid.SquidEmulator.writeMessage(). |
Here is the call graph for this function:
|
Propagates serial port message event.
Implements ikayaki.squid.SerialIOListener. Definition at line 291 of file SquidEmulator.java. References ikayaki.squid.SquidEmulator.HandlerEmu.commandStack, and ikayaki.squid.SerialIOEvent.getCleanMessage(). |
Here is the call graph for this function:
|
Definition at line 258 of file SquidEmulator.java. Referenced by ikayaki.squid.SquidEmulator.HandlerEmu.HandlerEmu(), ikayaki.squid.SquidEmulator.HandlerEmu.run(), and ikayaki.squid.SquidEmulator.HandlerEmu.serialIOEvent(). |
|
Definition at line 261 of file SquidEmulator.java. |