xronos-sdk 0.2.0
Xronos C++ SDK
 
Loading...
Searching...
No Matches
xronos::sdk::PhysicalEvent< T > Member List

This is the complete list of members for xronos::sdk::PhysicalEvent< T >, including all inherited members.

fqn() const noexcept -> const std::string &xronos::sdk::Element
name() const noexcept -> const std::string &xronos::sdk::Element
PhysicalEvent(std::string_view name, ReactorContext context)xronos::sdk::PhysicalEvent< T >
trigger(const ImmutableValuePtr< T > &value) noexceptxronos::sdk::PhysicalEvent< T >
trigger(MutableValuePtr< T > &&value_ptr)xronos::sdk::PhysicalEvent< T >
trigger(const T &value)xronos::sdk::PhysicalEvent< T >
trigger(T &&value)xronos::sdk::PhysicalEvent< T >
~EventSource()=defaultxronos::sdk::EventSource< T >virtual