Method | Description | |
---|---|---|
ActuatorFactory ( ITimerService timerService, ISchedulerService schedulerService, ISettingsService settingsService ) : System | ||
RegisterLamp ( IArea area, |
||
RegisterLogicalActuator ( IArea area, |
||
RegisterRollerShutter ( IArea area, |
||
RegisterSocket ( IArea area, |
||
RegisterStateMachine ( IArea area, |
public ActuatorFactory ( ITimerService timerService, ISchedulerService schedulerService, ISettingsService settingsService ) : System | ||
timerService | ITimerService | |
schedulerService | ISchedulerService | |
settingsService | ISettingsService | |
return | System |
public RegisterLamp ( IArea area, |
||
area | IArea | |
id | ||
output | IBinaryOutput | |
return | ILamp |
public RegisterLogicalActuator ( IArea area, |
||
area | IArea | |
id | ||
return |
public RegisterRollerShutter ( IArea area, |
||
area | IArea | |
id | ||
powerOutput | IBinaryOutput | |
directionOutput | IBinaryOutput | |
return | IRollerShutter |
public RegisterSocket ( IArea area, |
||
area | IArea | |
id | ||
output | IBinaryOutput | |
return | ISocket |
public RegisterStateMachine ( IArea area, |
||
area | IArea | |
id | ||
initializer | IArea>.Action | |
return | IStateMachine |