WiT 7
Major enhancements introduced in WiT 7:
-
Binary imaging code file format (WIC) generated from igraphs allows more
efficient algorithm loading for WiT Engine applications,
while protecting algorithm intellectual property.
-
Multiplex and select operators to simplying complexing branching
in igraphs.
-
Servers for Bandit II, Viper Camlink, PC-Vision, PC-DIG,
PC-RGB.
-
Servers for web cameras and IEEE 1394 digital DV camcorders.
-
User friendly SmartSeries interface,
usable as either WiT Studio icons or C library functions.
-
Name space protection for sub-graphs,
allowing multiple WICs with any sub-graph name to be loaded into a
WiT Engine application without conflict.
-
Hierarchical operators which use subgraph files have been eliminated and
replaced by subgraph icons.
-
Subgraph icons support editing igraphs in place or pointing to WiT code
files.
-
Memory and counter operator sets
(memStore, memRecall, memFree, counterInit, counterStep, counterReset)
make igraph design easier.
-
Multi-line control operators (if2, if3, if4, ifCond2, ifCond3, for2, for3)
allow less cluttered igraphs.
-
Obsolete flag allows old operators to be retired gracefully.
-
eWiT supports PCI bus communication to Coreco Mamba Pentium-based
accelerator cards.
-
eWiT supports dynamic loading of subgraphs at execution time.
-
eWiT allows you to redirect any display operator to a Mamba VGA display.
-
eWiT supports all CAB transfer modes,
including continuous transfers,
for transferring data from Vipers to and between Mambas.
-
Sub-graphs on eWiT can produce multiple output sets for each input set
(i.e. proper sub-graph behavior instead of primitive operator behavior).
-
C-code generator allows many more igraph constructs to be converted to
structured C-code.
Enhancements and Bug Fixes