Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
API
Commits
ba2639e3
Commit
ba2639e3
authored
Jul 05, 2017
by
Björn Richerzhagen
Browse files
Move "getTargetAP" to LocationSensor
parent
f580c0fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/de/tudarmstadt/maki/simonstrator/api/component/sensor/location/LocationActuator.java
View file @
ba2639e3
...
...
@@ -43,13 +43,6 @@ public interface LocationActuator extends LocationSensor {
*/
public
void
updateCurrentLocation
(
Location
newLocation
);
/**
* Returns the current target {@link AttractionPoint} a node is approaching.
*
* @return
*/
public
AttractionPoint
getCurrentTargetAttractionPoint
();
/**
* A way to interact with node movement from within applications and the
* like. This is an optional operation - it is expected to throw an
...
...
src/de/tudarmstadt/maki/simonstrator/api/component/sensor/location/LocationSensor.java
View file @
ba2639e3
...
...
@@ -78,7 +78,8 @@ public interface LocationSensor extends SensorComponent {
public
LocationRequest
getLocationRequest
();
/**
* Retrieve the targeted {@link AttractionPoint}
* Retrieve the targeted {@link AttractionPoint}, representing the location
* the node is currently approaching.
*
* @return
*/
...
...
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