xronos-sdk 0.14.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.

add_attribute(std::string_view key, const AttributeValue &value) noexcept -> boolxronos::sdk::Element
add_attributes(const R &range) noexcept -> boolxronos::sdk::Element
add_attributes(std::initializer_list< std::pair< std::string_view, AttributeValue > > attributes) -> boolxronos::sdk::Element
Element(Element &&)=defaultxronos::sdk::Element
fqn() const noexcept -> const std::string &xronos::sdk::Element
name() const noexcept -> const std::string &xronos::sdk::Element
operator=(Element &&) -> Element &=defaultxronos::sdk::Element
PhysicalEvent(std::string_view name, const ReactorContext &context)xronos::sdk::PhysicalEvent< T >
trigger(const U &value) -> TriggerStatus requires(!std::is_same_v< U, void > &&std::is_same_v< T, U >)xronos::sdk::PhysicalEvent< T >
trigger(U &&value) -> TriggerStatus requires(!std::is_same_v< U, void > &&std::is_same_v< T, U >)xronos::sdk::PhysicalEvent< T >
trigger(const Value< T > &value) -> TriggerStatus requires(!std::is_same_v< T, void >)xronos::sdk::PhysicalEvent< T >
trigger(const ValueView< T > &view) -> TriggerStatus requires(!std::is_same_v< T, void >)xronos::sdk::PhysicalEvent< T >
trigger() noexcept -> TriggerStatus requires(std::is_same_v< T, void >)xronos::sdk::PhysicalEvent< T >
uid() const noexcept -> std::uint64_txronos::sdk::Element
~Element()=defaultxronos::sdk::Elementvirtual