mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Add extra usage hint.
This commit is contained in:
parent
81374b70b5
commit
c7b5d69431
@ -27,6 +27,8 @@ class Observer {
|
|||||||
virtual void register_led([[maybe_unused]] const std::string &name) {}
|
virtual void register_led([[maybe_unused]] const std::string &name) {}
|
||||||
|
|
||||||
/// Announces to the receiver that there is a drive of name @c name.
|
/// Announces to the receiver that there is a drive of name @c name.
|
||||||
|
///
|
||||||
|
/// If a drive has the same name as an LED, that LED goes with this drive.
|
||||||
virtual void register_drive([[maybe_unused]] const std::string &name) {}
|
virtual void register_drive([[maybe_unused]] const std::string &name) {}
|
||||||
|
|
||||||
/// Informs the receiver of the new state of the LED with name @c name.
|
/// Informs the receiver of the new state of the LED with name @c name.
|
||||||
|
Loading…
Reference in New Issue
Block a user