A few months ago I created a nasal-based generic electrical system modeled after the built-in Flightgear system. I thought I'd offer it up here for those who might be interested:
http://ltts.crlt.indiana.edu/grn/flightgear/electrical_1.html My goal was to achieve something similar to the hard-coded C-based system, but open it up for easy customization of handlers for suppliers, etc. Like the original, it is a voltage-propagator; it does not yet model amps or battery charging. There are a few differences. Where the Flightgear system defines suppliers, buses, components and connectors, I use only components and connectors. A supplier is treated as a component sub-type to simplify processing, and a bus is simply a component treated as a bus by contextual usage. My system may also offer a few advantages in switch modeling. XML configurations for the built-in Flightgear system can easily be modified for use in this method. Most will likely find this work a curiosity at best, but I hope someone finds it interesting or useful. I've been using it successfully in my latest project, and intend to retrofit it to my other projects. -Gary aka Buckaroo ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ Flightgear-devel mailing list Flightgear-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-devel