Base class for ports that do not communicate values. More...
#include <xronos/sdk/port.hh>
Additional Inherited Members | |
![]() | |
auto | name () const noexcept -> const std::string & |
The name of the current element. | |
auto | fqn () const noexcept -> const std::string & |
The fully qualified name of the current element. | |
![]() | |
virtual | ~EventSource ()=default |
Correct deletion of an instance of a derived class is permitted. | |
virtual | ~EventSource ()=default |
Correct deletion of an instance of a derived class is permitted. | |
Base class for ports that do not communicate values.
This should not be inherited from or instantiated directly by application code.
Ports of this type serve only to trigger activity or to signal presence or absence of an event.