Definition of the inputs and outputs of reactors. More...
#include <memory>
#include "xronos/sdk/context.hh"
#include "xronos/sdk/element.hh"
#include "xronos/sdk/event_source.hh"
#include "xronos/sdk/fwd.hh"
#include "xronos/sdk/value_ptr.hh"
#include "xronos/runtime/port.hh"
#include "xronos/runtime/reaction.hh"
Classes | |
class | xronos::sdk::Port< T > |
Base class for inputs and outputs of reactors. More... | |
class | xronos::sdk::Port< void > |
Base class for ports that do not communicate values. More... | |
class | xronos::sdk::InputPort< T > |
A port that receives values from other reactors. More... | |
class | xronos::sdk::OutputPort< T > |
A port that sends values to other reactors. More... | |
Definition of the inputs and outputs of reactors.