C/C++
oodevice.txt
Associated article: Object-Oriented Device Networking
Tags: C/C++
Published source code accompanying the article by Michael Howard in which he presents an object-oriented approach that is an alternative to the traditional ways of designing networked devices.
Object-Oriented Device Networking by Michael Howard Listing One /* Heat Control Input. This input represents the heat on/off ** control from a thermostat. ** EmergencyOff ** The emergency off input requires that any activity should ** be terminated as soon as possible, but in ...


