openMSX
StdioMessages.hh
Go to the documentation of this file.
1#ifndef STDIOMESSAGES_HH
2#define STDIOMESSAGES_HH
3
4#include "CliListener.hh"
5
6namespace openmsx {
7
8class StdioMessages final : public CliListener
9{
10public:
11 void log(CliComm::LogLevel level, std::string_view message, float fraction) noexcept override;
12
13 void update(CliComm::UpdateType type, std::string_view machine,
14 std::string_view name, std::string_view value) noexcept override;
15};
16
17} // namespace openmsx
18
19#endif
void update(CliComm::UpdateType type, std::string_view machine, std::string_view name, std::string_view value) noexcept override
void log(CliComm::LogLevel level, std::string_view message, float fraction) noexcept override
This file implemented 3 utility functions:
Definition Autofire.cc:9