Downloads

From this page you can download the source code for a complete demonstration Windows application—FBWwinAppDemo—written in C# using the fly-by-wire techniques from the book. To make the demonstration interesting, we imagine that FBWwinAppDemo controls a simple robot that can sense the infrared radiation emitted by a person and follow him around a room.

The FBWwinAppDemo solution presented here comprises two projects. One—WinAppInfrastructure—produces a dynamic-linked-library that furnishes the fly-by-wire infrastructure. The other project—RobotController—includes the forms and additional classes that make use of the infrastructure to achieve the functionality required of the robot controller. Thus segregated, the FBW infrastructure is available to underlie any Windows application.

The author has taken care in the preparation of this software but assumes no responsibility for errors or omissions. The software is furnished for illustration only, and the author makes no representations or warranties of any kind with regard to its performance or fitness for any particular purpose, and accepts no liability for losses or damages of any kind caused or alleged to be caused directly or indirectly from its use.

Download FBWwinAppDemo.zip

FBWwinAppDemo is a Visual Studio 2005 solution.  It converts effortlessly into VS2008 and VS2010. The zip file contains instructions for working with the program–Instructions for FBWwinAppDemo.pdf–but the best description of the program is in the book, available for Kindle and in softcover from Amazon.com and Barnes and Noble.