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
9857435d
There was a problem fetching the pipeline metadata.
Commit
9857435d
authored
7 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Remove virtual from pointer getters
parent
7af28417
No related branches found
No related tags found
1 merge request
!185
Remove virtual from pointer getters
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/processor_motion.h
+3
-4
3 additions, 4 deletions
src/processor_motion.h
with
3 additions
and
4 deletions
src/processor_motion.h
+
3
−
4
View file @
9857435d
...
@@ -123,7 +123,6 @@ class ProcessorMotion : public ProcessorBase
...
@@ -123,7 +123,6 @@ class ProcessorMotion : public ProcessorBase
// Instructions to the processor:
// Instructions to the processor:
void
process2
(
CaptureBasePtr
_incoming_ptr
);
void
process
(
CaptureBasePtr
_incoming_ptr
);
void
process
(
CaptureBasePtr
_incoming_ptr
);
virtual
void
resetDerived
();
virtual
void
resetDerived
();
...
@@ -399,9 +398,9 @@ class ProcessorMotion : public ProcessorBase
...
@@ -399,9 +398,9 @@ class ProcessorMotion : public ProcessorBase
Motion
motionZero
(
const
TimeStamp
&
_ts
);
Motion
motionZero
(
const
TimeStamp
&
_ts
);
public
:
public
:
virtual
CaptureMotionPtr
getOriginPtr
();
CaptureMotionPtr
getOriginPtr
();
virtual
CaptureMotionPtr
getLastPtr
();
CaptureMotionPtr
getLastPtr
();
virtual
CaptureMotionPtr
getIncomingPtr
();
CaptureMotionPtr
getIncomingPtr
();
protected
:
protected
:
...
...
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