xronos-sdk 0.2.0
Xronos C++ SDK
 
Loading...
Searching...
No Matches
xronos::sdk::Port< void > Class Reference

Base class for ports that do not communicate values. More...

#include <xronos/sdk/port.hh>

Inheritance diagram for xronos::sdk::Port< void >:
[legend]

Additional Inherited Members

- Public Member Functions inherited from xronos::sdk::Element
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.
 
- Public Member Functions inherited from xronos::sdk::EventSource< void >
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.
 

Detailed Description

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.


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