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

W

Waker - Class in com.airs.helper
Class to implement the sleep function used throughout the platform, right now a simple Thread sleep()
Waker() - Constructor for class com.airs.helper.Waker
 
WeatherHandler - Class in com.airs.handlers
Class to read weather related sensors, specifically the VT, VF, VH, VC, VW, VI sensor
WeatherHandler(Context) - Constructor for class com.airs.handlers.WeatherHandler
Constructor, allocating all necessary resources for the handler Here, it's arming the semaphore and retrieving the reference to the XMLParser as well as a reference to the LocationManager
WifiHandler - Class in com.airs.handlers
Class to read WiFi related sensors, specifically the WF, WI, WM, WS, WC sensor
WifiHandler(Context) - Constructor for class com.airs.handlers.WifiHandler
Constructor, allocating all necessary resources for the handler Here, it's reading the preference settings for the polltime and enabling WiFi Then, it's getting a reference to the WifiManager and finally, it's arming the semaphores
WLAN_reading - Variable in class com.airs.handlers.WifiHandler
current WLAN reading
wlan_semaphore - Variable in class com.airs.handlers.WifiHandler
semaphore for WiFi combined reading - released by GPS handler
write(String) - Static method in class com.airs.helper.SerialPortLogger
Write message to the file system
write(Method) - Method in class com.airs.platform.TCPClient
Writes a Method to current TCP connection
writeRMS(String, String) - Static method in class com.airs.platform.HandlerManager
Write string variable to RMS for persistency
writeRMS_b(String, boolean) - Static method in class com.airs.platform.HandlerManager
Write boolean variable to RMS for persistency
writeRMS_l(String, long) - Static method in class com.airs.platform.HandlerManager
Write long variable to RMS for persistency
A B C D E F G H I L M N O P Q R S T U V W