oven.py File Reference


Classes

class  oven.Oven
 Oven state machine. More...

Packages

package  oven

Functions

def oven.main
 Main function of the oven program.

Variables

 oven.SIG_OPEN_DOOR = simplehsm.SIG_USER
 The oven door has been opened.
int oven.SIG_CLOSE_DOOR = 1
int oven.SIG_TOASTING = 2
int oven.SIG_BAKING = 3

Detailed Description

Author:
Daniel Newton <djpnewton@gmail.com>
Version:
1.0

LICENSE

Copyright (c) 2009 Daniel Newton

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

DESCRIPTION

A contrived oven state machine. A simple demo of the simplehsm C implementation.

Generated on Thu Feb 4 09:29:18 2010 for simplehsm(python) by  doxygen 1.5.9