Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
FORMUS3IC_LAS3
/
embb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ebdd3c18
authored
Apr 18, 2016
by
Tobias Schuele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor changes to documentation.
parent
a5182aa5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
dataflow_cpp/include/embb/dataflow/network.h
+5
-5
No files found.
dataflow_cpp/include/embb/dataflow/network.h
View file @
ebdd3c18
...
...
@@ -58,8 +58,8 @@ class Network {
public
:
/**
* Constructs an empty network.
* \note The number of concurrent tokens will
be derived from the structure
*
of the network automatically on the first call to operator ()
and the
* \note The number of concurrent tokens will
automatically be derived from
*
the structure of the network on the first call to operator(),
and the
* corresponding resources will be allocated then.
*/
Network
()
{}
...
...
@@ -681,9 +681,9 @@ class Network {
/**
* Executes the network until one of the the sources returns \c false.
* \note If the network was default constructed the number of concurrent
* tokens will
be derived from the structure of the network automatically
* on the first call of the operator and the corresponding resources will
* \note If the network was default constructed
,
the number of concurrent
* tokens will
automatically be derived from the structure of the network
* on the first call of the operator
,
and the corresponding resources will
* be allocated then.
*/
void
operator
()
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment