Emulator of a microwave oven



© 2004 M. Dmitrichenko, A. Shalyto

Saint-Petersburg State University of Information Technologies, Mechanics and Optics

Project documentation (in Russian)
Executable program
Source code

Annotation

In this project object-oriented programming and state based programming are employed simultaneously. Such approach was called “state machine object-oriented programming”.

The purpose of this project was to develop an emulator of a microwave oven using given approach. During the work five automatons was projected and this implements nearly full functionality of a real microwave oven.

The project shows that use of automatons greatly simplifies debugging compared to traditional programming methods.

The project was implemented in Microsoft Visual Studio 6.0 in a C++ language with help of MFC library.