Package | Description |
---|---|
multiplexer | |
multiplexer.networking | |
synergynet3.tracking.applications | |
synergynet3.tracking.network.core |
Modifier and Type | Field and Description |
---|---|
static java.util.ArrayList<CombinedUserEntity> |
Multiplexer.users
The users.
|
Modifier and Type | Method and Description |
---|---|
static void |
TrackerUpdater.sendTeacherStatusUpdateToTrackers(CombinedUserEntity user)
Send teacher status update to trackers.
|
static void |
TrackerUpdater.sendUniqueIDUpdateToTrackers(CombinedUserEntity user)
Send unique id update to trackers.
|
Modifier and Type | Method and Description |
---|---|
void |
TrackedApp.setUserLocations(java.util.ArrayList<CombinedUserEntity> remoteUserLocations)
Sets the user locations.
|
Modifier and Type | Method and Description |
---|---|
DistributedProperty<java.util.ArrayList<CombinedUserEntity>> |
TrackingDeviceControl.getUserLocationsControlVariable()
Gets the user locations control variable.
|
Modifier and Type | Method and Description |
---|---|
void |
TrackingControlComms.sendUserLocationsToAllTables(java.util.ArrayList<CombinedUserEntity> users)
Send user locations to all tables.
|