-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the example selector node (#178)
* Added the example selector node Added: - support for collections of ports - support for async ports - settings report errors when a property is not set due to incompatible types - Monitor works even if nothing is connected to its input - connection examples to the block doc
- Loading branch information
1 parent
aff2e4c
commit 36e9068
Showing
16 changed files
with
1,039 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,4 +111,4 @@ inline const boost::ut::suite _fft_bm_tests = [] { | |
|
||
int | ||
main() { /* not needed by the UT framework */ | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.