Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Geo::ITerminalInputHandler

Class providing this interface is a source of tty commands and may need polling.

Functions

NameDescription
SetTerminalCmdHandler(ITerminalCmdHandler *)

This method is called to set the command handler.

TerminalInputPollCallback()

This method is called to poll the input handler.


Anchor
a3b037ebe6091fff5848faa9457d9b923
a3b037ebe6091fff5848faa9457d9b923

virtual void Geo::ITerminalInputHandler::SetTerminalCmdHandler

...

public: void SetTerminalCmdHandler
(
    ITerminalCmdHandler * cmdHandler
)

...

This method is called to set the command handler.


Anchor
aed2d64f2c88e64921abbba4440ec3326
aed2d64f2c88e64921abbba4440ec3326

virtual void Geo::ITerminalInputHandler::TerminalInputPollCallback

...

public: virtual void TerminalInputPollCallback()

...

This method is called to poll the input handler.