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
4bdd3dc6
Commit
4bdd3dc6
authored
Jul 03, 2017
by
Clemens Krug
Browse files
Merge remote-tracking branch 'remotes/origin/master' into nr/debugMonitor-clemens
parents
fca66901
6d13ba48
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tudarmstadt/maki/simonstrator/api/component/pubsub/LocationPubSubComponent.java
View file @
4bdd3dc6
...
...
@@ -79,4 +79,18 @@ public interface LocationPubSubComponent extends PubSubComponent {
List
<
Attribute
<?>>
attributes
,
Location
location
,
double
radiusOfInterest
,
byte
[]
payload
);
/**
* Creates a notification that is valid at the current location of the
* client (as known by the filter scheme)
*
* @param topic
* @param attributes
* @param radiusOfInterest
* @param payload
* optional, can be null
* @return
*/
public
Notification
createLocalNotification
(
Topic
topic
,
List
<
Attribute
<?>>
attributes
,
double
radiusOfInterest
,
byte
[]
payload
);
}
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