- RandomHandler - Class in com.airs.handlers
-
Class to read random number generator sensors, specifically the Rd sensor
- RandomHandler(Context) - Constructor for class com.airs.handlers.RandomHandler
-
Constructor, allocating all necessary resources for the handler
Here, it's reading the interval from the preferences
- read() - Method in class com.airs.platform.TCPClient
-
Reads Method from TCP connection
- readRMS(String, String) - Static method in class com.airs.platform.HandlerManager
-
Read string from RMS for persistency
- readRMS(String, String) - Static method in class com.airs.platform.HandlerUIManager
-
read string from RMS for persistency
- readRMS_b(String, boolean) - Static method in class com.airs.platform.HandlerManager
-
Read boolean variable from RMS for persistency
- readRMS_i(String, int) - Static method in class com.airs.platform.HandlerManager
-
Read int variable from RMS for persistency
- readRMS_l(String, long) - Static method in class com.airs.platform.HandlerManager
-
Read long variable from RMS for persistency
- refresh_values() - Method in class com.airs.AIRS_local
-
Asks threads to refresh latest value
- registered - Variable in class com.airs.AIRS_local
-
Flag that sensors have been registered
- registerEventServer(Callback, String) - Method in class com.airs.platform.EventComponent
-
Register an event server with a given Callback for a given event name
- resid - Variable in class com.airs.platform.HandlerEntry
-
Resource ID to the icon shown
- Restart(boolean) - Method in class com.airs.AIRS_local
-
Restarts the AIRS_local recording service, calling the Rediscover() function, restarting all recordings threads and then make the service sticky
- restarted - Variable in class com.airs.AIRS_local
-
Flag if AIRS has been restarted
- resume_threads() - Method in class com.airs.AIRS_local
-
Ask threads to pause recording.
- root_sensor - Static variable in class com.airs.platform.SensorRepository
-
Reference to the first
Sensor in the repository
- RSSI_reading - Variable in class com.airs.handlers.WifiHandler
-
current RSSI reading
- rssi_semaphore - Variable in class com.airs.handlers.WifiHandler
-
semaphore for RSSI reading - released by GPS handler
- run() - Method in class com.airs.handlers.BeaconHandler
-
BT Discovery thread, being executed every polltime seconds, using the sleep() function to wait
- run() - Method in class com.airs.handlers.GPSHandler
-
This thread keeps on listening to WiFis and switches off the GPS readings if known WiFis are found
If requires the recording of WI sensor to be enabled
- run() - Method in class com.airs.handlers.HeartMonitorHandler
-
This thread keeps on reading the BT serial port
- run() - Method in class com.airs.handlers.WeatherHandler
-
run weather retrieval in separate thread
- run() - Method in class com.airs.handlers.WifiHandler
-
run WiFi discovery in separate thread
- run() - Method in class com.airs.platform.Discovery
-
Runnable thread of this class for local discovery of sensors and generating PUBLISH methods
- run() - Method in class com.airs.platform.EventComponent
-
Runnable thread of this class for receiving methods from remote application server
- run() - Method in class com.airs.platform.QueryResolver
-
Thread for resolving a query - to be started by the
Acquisition component (usually in the callback for a dialog)!!
If sending NOTIFY fails, thread returns, i.e., ends
NOTIFY could fail due to termination of dialog (e.g., BYE)
- running - Variable in class com.airs.AIRS_local
-
Flag if AIRS is recording
- running - Variable in class com.airs.AIRS_remote
-
Flag if AIRS is recording