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

#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)
 
 ~StdioConnection () override
 
void output (std::string_view message) override
 
- Public Member Functions inherited from openmsx::CliConnection
void setUpdateEnable (CliComm::UpdateType type, bool value)
 
bool getUpdateEnable (CliComm::UpdateType type) const
 
void start ()
 Starts the helper thread.
 
- Public Member Functions inherited from openmsx::CliListener
 CliListener (const CliListener &)=delete
 
CliListeneroperator= (const CliListener &)=delete
 
virtual ~CliListener ()=default
 

Additional Inherited Members

- Protected Member Functions inherited from openmsx::CliConnection
 CliConnection (CommandController &commandController, EventDistributor &eventDistributor)
 
 ~CliConnection () override
 
void end ()
 End this connection by sending the closing tag and then closing the stream.
 
void startOutput ()
 Send opening XML tag, should be called exactly once by a subclass shortly after opening a connection.
 
- Protected Member Functions inherited from openmsx::CliListener
 CliListener ()=default
 
- Protected Attributes inherited from openmsx::CliConnection
AdhocCliCommParser parser
 
Poller poller
 

Detailed Description

Definition at line 86 of file CliConnection.hh.

Constructor & Destructor Documentation

◆ StdioConnection()

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

Definition at line 131 of file CliConnection.cc.

References openmsx::CliConnection::startOutput().

◆ ~StdioConnection()

openmsx::StdioConnection::~StdioConnection ( )
override

Definition at line 138 of file CliConnection.cc.

References openmsx::CliConnection::end().

Member Function Documentation

◆ output()

void openmsx::StdioConnection::output ( std::string_view  message)
overridevirtual

Implements openmsx::CliConnection.

Definition at line 162 of file CliConnection.cc.


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