mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-21 18:37:11 +00:00
Improve logging.
This commit is contained in:
parent
f449045118
commit
b7414aa59c
@ -726,6 +726,9 @@ private:
|
||||
// MARK: - Confidence.
|
||||
Analyser::Dynamic::ConfidenceCounter confidence_;
|
||||
float get_confidence() final { return confidence_.get_confidence(); }
|
||||
std::string debug_type() final {
|
||||
return "Plus4";
|
||||
}
|
||||
|
||||
// MARK: - Configuration options.
|
||||
std::unique_ptr<Reflection::Struct> get_options() const final {
|
||||
|
@ -768,6 +768,9 @@ private:
|
||||
// MARK: - Confidence.
|
||||
Analyser::Dynamic::ConfidenceCounter confidence_;
|
||||
float get_confidence() final { return confidence_.get_confidence(); }
|
||||
std::string debug_type() final {
|
||||
return "Vic20";
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user