|
openMSX
|
#include <CliConnection.hh>


Public Member Functions | |
| StdioConnection (CommandController &commandController, EventDistributor &eventDistributor) | |
| virtual | ~StdioConnection () |
| virtual void | output (string_ref message) |
Public Member Functions inherited from openmsx::CliConnection | |
| virtual | ~CliConnection () |
| void | setUpdateEnable (CliComm::UpdateType type, bool value) |
| bool | getUpdateEnable (CliComm::UpdateType type) const |
Public Member Functions inherited from openmsx::CliListener | |
| virtual | ~CliListener () |
| virtual void | log (CliComm::LogLevel level, string_ref message)=0 |
| virtual void | update (CliComm::UpdateType type, string_ref machine, string_ref name, string_ref value)=0 |
Additional Inherited Members | |
Protected Member Functions inherited from openmsx::CliConnection | |
| CliConnection (CommandController &commandController, EventDistributor &eventDistributor) | |
| void | start () |
| Starts the helper thread. | |
| void | end () |
| End this connection by sending the closing tag and then closing the stream. | |
| virtual void | close ()=0 |
| Close the connection. | |
| void | startOutput () |
| Send opening XML tag, should be called exactly once by a subclass shortly after opening a connection. | |
Protected Attributes inherited from openmsx::CliConnection | |
| xmlParserCtxt * | parser_context |
| Thread | thread |
Definition at line 99 of file CliConnection.hh.
| openmsx::StdioConnection::StdioConnection | ( | CommandController & | commandController, |
| EventDistributor & | eventDistributor | ||
| ) |
Definition at line 256 of file CliConnection.cc.
|
virtual |
Definition at line 265 of file CliConnection.cc.
|
virtual |
Implements openmsx::CliConnection.
Definition at line 285 of file CliConnection.cc.
1.8.1.2