Package | Description |
---|---|
synergynet3 | |
synergynet3.positioning | |
synergynet3.web.core | |
usertracking.networking |
Modifier and Type | Field and Description |
---|---|
static SynergyNetPosition |
SynergyNetApp.localDevicePosition
The position of the current device's interface in its physical
environment.
|
Modifier and Type | Method and Description |
---|---|
void |
SynergyNetApp.removeVirtualTable(SynergyNetPosition message)
Removes a device which should no longer be accessible.
|
void |
SynergyNetApp.updateVirtualTable(SynergyNetPosition message)
Retrieves details from the supplied message to create a virtual
representation of the device of screen in relation to its real life
position.
|
Modifier and Type | Method and Description |
---|---|
static SynergyNetPosition |
SynergyNetPositioning.getLocalDeviceLocationFull()
Gets the local device location full.
|
static SynergyNetPosition |
SynergyNetPositioning.getLocalDeviceLocationPosOnly()
Gets the local device location pos only.
|
Modifier and Type | Method and Description |
---|---|
DistributedProperty<SynergyNetPosition> |
AppSystemDeviceControl.getTablePositions()
Get the value of the network cluster property representing messages
announcing the location of another device's interface position.
|
Modifier and Type | Method and Description |
---|---|
void |
AppSystemControlComms.allTablePositionUpdate(SynergyNetPosition b)
Send a message announcing the location of another device's interface
position to all devices.
|
void |
AppSystemControlComms.specificTablePositionUpdate(SynergyNetPosition b,
java.lang.String table)
Send a message announcing the location of another device's interface
position to a specific device.
|
Modifier and Type | Method and Description |
---|---|
static SynergyNetPosition |
TrackerPositioning.getLocalDeviceLocationPosOnly()
Gets the local device location pos only.
|