next up previous contents index FOREST_HomepageFOREST_Example_Homepage
Next: Group BasicHumanMachineInterface Up: No Title Previous: Group Datatypes

   
Template Declaration LightScene

INTENTION

This class provides all definitions concerning a light scene for an arbitrary room. These are w.r.t. the Dictionary:

Postreferences:lsref RoomCtrlPanel : defaultLightScene
  msref RoomCtrlPanel : I_M_RCP10
  lsref Room : curLightScene
  lsref Room : curDefaultLightScene
  lsref Room : malDefaultLightScene
  lsref Room : noMalDefaultLightScene
  lsref Room : determineLightScene
  lsref Room : evalLightScene
  msref Room : M_R1
  msref Room : M_R7
  msref Room : M_R8
  msref Room : M_R8b

SIGNATURE

Value  WINDOW  :  OPTIONS
Intention : This value represents the option of a light scene meaning that at first the ceiling light group near the window should be used to achieve the desired ambient light level and then the other ceiling light group.
Postreferences : lsref LightScene : CEIL_LIGHT_GROUPS
    msref Room : M_R8

Value  WALL  :  OPTIONS
Intention : This value represents the option of a light scene meaning that at first the ceiling light group near the wall to the hallway should be used to achieve the desired ambient light level and then the other ceiling light group.
Postreferences : lsref LightScene : CEIL_LIGHT_GROUPS
    msref Room : M_R8b

Value  BOTH  :  OPTIONS
Intention : This value represents the option of a light scene meaning that both ceiling light groups should be used equally to achieve the desired ambient light level
Postreferences : msref RoomCtrlPanel : I_M_RCP10
    msref Room : M_R1

Domain  OPTIONS  = {  WINDOW,  WALL,  BOTH }
Intention : This domain contains the possible options that can be specified for a light scene.
Postreferences : lsref LightScene : option
    lsref LightScene : CEIL_LIGHT_GROUPS

Domain  CEIL_LIGHT_GROUPS  = {  WINDOW,  WALL }  OPTIONS
Intention : This domain contains the possible ceiling light groups in a room that are considered by a light scene.
Prereferences : akref BD_8
Postreferences : lsref Room : evalLightScene

Timed Function  name  STRING 
NL : light scene name
Intention : This function represents the name of the light scene.
Scope : mh
Postreferences : msref RoomCtrlPanel : I_M_RCP8
    msref Room : M_R1

Timed Function  ambLightLevel   LIGHT_VALUES
NL : ambient light level
Intention : This function represents the desired ambient light level in a room specified by a light scene.
Scope : mh
Postreferences : msref RoomCtrlPanel : I_M_RCP9
    msref Room : M_R1

Timed Function  option   OPTIONS
NL : light scene option
Intention : This function represents the option specified by a light scene indicating in which way the specified ambient light level should be achieved.
Scope : mh
Postreferences : msref RoomCtrlPanel : I_M_RCP10
    msref Room : M_R1


next up previous contents index FOREST_HomepageFOREST_Example_Homepage
Next: Group BasicHumanMachineInterface Up: No Title Previous: Group Datatypes
Forest-System
2000-09-06