openMSX
Public Member Functions | List of all members
openmsx::StdioConnection Class Reference

#include <CliConnection.hh>

Inheritance diagram for openmsx::StdioConnection:
Inheritance graph
[legend]
Collaboration diagram for openmsx::StdioConnection:
Collaboration graph
[legend]

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

Detailed Description

Definition at line 99 of file CliConnection.hh.

Constructor & Destructor Documentation

openmsx::StdioConnection::StdioConnection ( CommandController commandController,
EventDistributor eventDistributor 
)

Definition at line 256 of file CliConnection.cc.

openmsx::StdioConnection::~StdioConnection ( )
virtual

Definition at line 265 of file CliConnection.cc.

Member Function Documentation

void openmsx::StdioConnection::output ( string_ref  message)
virtual

Implements openmsx::CliConnection.

Definition at line 285 of file CliConnection.cc.


The documentation for this class was generated from the following files: