Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 548 Bytes

File metadata and controls

27 lines (23 loc) · 548 Bytes
layout default
title Monitor
type_tag function
groups
name url
Home
name url
Reference
reference/
name url
Algorithm.h
reference/Algorithm.h/

Emits value changes of target signal as events.

Syntax

{% highlight C++ %} template < typename D, typename S

Events<D,S> Monitor(const Signal<D,S>& target); {% endhighlight %}

Semantics

When target changes, emit the new value e = target.Value().

Graph

Drawing