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

Base class for inputs and outputs of reactors. More...

#include <xronos/sdk/port.hh>

Inheritance diagram for xronos::sdk::Port< T >:
[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< T >
virtual ~EventSource ()=default
 Correct deletion of an instance of a derived class is permitted.
 

Detailed Description

template<class T>
class xronos::sdk::Port< T >

Base class for inputs and outputs of reactors.

This should not be inherited from or instantiated directly by application code. Instead, use InputPort or OutputPort.

Template Parameters
TThe type of values carried by the port.

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