Changes between Version 6 and Version 7 of soc/2007/SignalNetwork


Ignore:
Timestamp:
Jun 3, 2007, 2:38:36 PM (15 years ago)
Author:
Stjepan Rajko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • soc/2007/SignalNetwork

    v6 v7  
     1== News ==
     2
     3 * '''(06/03/2007)'''
     4   I have reimplemented all of the prototype components (except for selector, which needs to be redisigned) using Boost.Fusion.
     5   Unfused versions of the components are made possible by two classes which I have adapted from fusion's unfused_typed class
     6   to unfuse through inheritance.
     7   Both of these classes unfuse operator(), and one of them unfuses the constructor with the same parameter types as for
     8   operator(), and the other replicates an (already unfused) constructor.
     9
     10
    111== Introduction ==
    212