Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
PeerfactSim.KOM
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor 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
Simonstrator
PeerfactSim.KOM
Commits
caafb212
Commit
caafb212
authored
6 years ago
by
Julian Zobel
Browse files
Options
Downloads
Patches
Plain Diff
Speed settings also in ctrl actuator
parent
dd8884a6
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/de/tud/kom/p2psim/api/topology/component/ControllableLocationActuator.java
+8
-0
8 additions, 0 deletions
.../api/topology/component/ControllableLocationActuator.java
with
8 additions
and
0 deletions
src/de/tud/kom/p2psim/api/topology/component/ControllableLocationActuator.java
+
8
−
0
View file @
caafb212
...
...
@@ -68,4 +68,12 @@ public interface ControllableLocationActuator extends Actuator {
public
void
connectToBase
(
BaseConnectedCallback
cb
);
public
void
disconnectFromBase
(
BaseDisconnectedCallback
cb
);
public
void
setMovementSpeed
(
double
speed
);
public
double
getMinMovementSpeed
();
public
double
getMaxMovementSpeed
();
public
double
getMovementSpeed
();
}
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