A B C D E F G H I L M N O P Q R S T U V W 

G

get_value(String) - Method in class com.airs.platform.Sensor
Synchronised acquire method to allow for multiple queries accessing the same sensor values concurrently, i.e., this is the point of data acquisition
getSensorStatus(String) - Static method in class com.airs.platform.SensorRepository
Finds sensor based on Symbol and returns its current status
getSymbol(int) - Method in class com.airs.AIRS_local
Gets Sensor symbol that the j-th thread is recording
getValue(int) - Method in class com.airs.AIRS_local
Gets Value of the j-th thread
GPSHandler - Class in com.airs.handlers
Class to read GPS-based sensors, specifically the GO, GL, GA, GI, GC, GS sensor
GPSHandler(Context) - Constructor for class com.airs.handlers.GPSHandler
Constructor, allocating all necessary resources for the handler Here, it's reading the persistent preferences Then, we retrieve the adaptive GPS records Then, we are trying to obtain a reference to the LocationManager - this will fail if there is no GPS on the device Finally, it's arming the semaphore
A B C D E F G H I L M N O P Q R S T U V W