Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
wolf
Commits
c5757dc4
Commit
c5757dc4
authored
8 years ago
by
Jeremie Deray
Browse files
Options
Downloads
Patches
Plain Diff
parent
8ecef777
No related branches found
No related tags found
1 merge request
!90
[WIP] ProcessorBase multi-threading
This commit is part of merge request
!90
. Comments created here will be created in the context of that merge request.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/processor_motion.h
+2
-2
2 additions, 2 deletions
src/processor_motion.h
with
2 additions
and
2 deletions
src/processor_motion.h
+
2
−
2
Edit
View file @
c5757dc4
...
@@ -202,7 +202,7 @@ class ProcessorMotion : public ProcessorBase
...
@@ -202,7 +202,7 @@ class ProcessorMotion : public ProcessorBase
* - initializing counters, flags, or any derived variables
* - initializing counters, flags, or any derived variables
* - initializing algorithms needed for processing the derived data
* - initializing algorithms needed for processing the derived data
*/
*/
virtual
void
preProcess
()
{
}
;
virtual
void
preProcess
()
{
}
/** Post-process
/** Post-process
*
*
...
@@ -214,7 +214,7 @@ class ProcessorMotion : public ProcessorBase
...
@@ -214,7 +214,7 @@ class ProcessorMotion : public ProcessorBase
* - resetting and/or clearing variables and/or algorithms at the end of processing
* - resetting and/or clearing variables and/or algorithms at the end of processing
* - drawing / printing / logging the results of the processing
* - drawing / printing / logging the results of the processing
*/
*/
virtual
void
postProcess
()
{
}
;
virtual
void
postProcess
()
{
}
// These are the pure virtual functions doing the mathematics
// These are the pure virtual functions doing the mathematics
...
...
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