Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.apo.nmsu.edu/Telescopes/TCC/html/namespacetcc_1_1cmd_1_1set_weather.html
Дата изменения: Tue Sep 15 02:25:40 2015
Дата индексирования: Sun Apr 10 04:52:25 2016
Кодировка:
lsst.tcc: tcc.cmd.setWeather Namespace Reference
lsst.tcc  1.2.2-3-g89ecb63
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
tcc.cmd.setWeather Namespace Reference

Functions

def setWeather
 

Variables

list __all__ = ["setWeather"]
 
dictionary defAttrDict
 

Function Documentation

def tcc.cmd.setWeather.setWeather (   tccActor,
  userCmd 
)
@param[in,out] tccActor  tcc actor
    reads tccActor.weath
    writes tccActor.weath and triggers a showWeather
@param[in,out] userCmd  user command
@param[in,out] isDone  set command done?

Definition at line 25 of file setWeather.py.

Variable Documentation

list tcc.cmd.setWeather.__all__ = ["setWeather"]

Definition at line 9 of file setWeather.py.

dictionary tcc.cmd.setWeather.defAttrDict
Initial value:
1 = {
2  "airtemp": ["airTemp"],
3  "sectrusstemp": ["secTrussTemp"],
4  "primf_bftemp": ["primFrontTemp", "primBackFrontTemp"],
5  "secf_bftemp": ["secFrontTemp", "secBackFrontTemp"],
6  "pressure": ["press"],
7  "humidity": ["humid"],
8  "tlapse": ["tempLapseRate"],
9  "wspeed": ["windSpeed"],
10  "wdirection": ["windDir"],
11 }

Definition at line 13 of file setWeather.py.