Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
acts-framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Gabriel Farrugia
acts-framework
Commits
dd989546
Commit
dd989546
authored
7 years ago
by
jhrdinka
Committed by
Julia Hrdinka
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update documentation
parent
3c466252
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Core/include/ACTFW/Framework/Sequencer.hpp
+4
-2
4 additions, 2 deletions
Core/include/ACTFW/Framework/Sequencer.hpp
with
4 additions
and
2 deletions
Core/include/ACTFW/Framework/Sequencer.hpp
+
4
−
2
View file @
dd989546
...
@@ -84,8 +84,10 @@ public:
...
@@ -84,8 +84,10 @@ public:
/// Run the event loop over the given number of events.
/// Run the event loop over the given number of events.
///
///
/// @param events (optional) Number of events to process
/// @param events (optional) Number of events to process
/// @note The event number is optional, for the case that a reader determines
/// @note This parameter is optional when input is read from a file. In this
/// the event number
/// scenario, leaving it unset will process events until the end of the file,
/// and setting it will put an upper bound on the number of events to be
/// processed.
/// @param skip Number of events to skip before processing
/// @param skip Number of events to skip before processing
///
///
/// This will run all configured algorithms for each event, potentially in
/// This will run all configured algorithms for each event, potentially in
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment