Public Member Functions | |
DegausserEmu () | |
void | run () |
void | serialIOEvent (SerialIOEvent event) |
Private Attributes | |
Stack< String > | commandStack |
Definition at line 378 of file SquidEmulator.java.
|
Definition at line 384 of file SquidEmulator.java. References ikayaki.squid.SquidEmulator.DegausserEmu.commandStack. |
|
Definition at line 391 of file SquidEmulator.java. References ikayaki.squid.SquidEmulator.DegausserEmu.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 408 of file SquidEmulator.java. References ikayaki.squid.SquidEmulator.DegausserEmu.commandStack, and ikayaki.squid.SerialIOEvent.getCleanMessage(). |
Here is the call graph for this function:
|
Definition at line 382 of file SquidEmulator.java. Referenced by ikayaki.squid.SquidEmulator.DegausserEmu.DegausserEmu(), ikayaki.squid.SquidEmulator.DegausserEmu.run(), and ikayaki.squid.SquidEmulator.DegausserEmu.serialIOEvent(). |