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


Ignore:
Timestamp:
Jun 3, 2007, 5:46:03 PM (15 years ago)
Author:
Stjepan Rajko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • soc/2007/SignalNetwork

    v7 v8  
    11== News ==
    22
    3  * '''(06/03/2007)'''
    4    I have reimplemented all of the prototype components (except for selector, which needs to be redisigned) using Boost.Fusion.
     3'''(06/03/2007)'''
     4 * I have reimplemented all of the prototype components (except for selector, which needs to be redisigned) using Boost.Fusion.
    55   Unfused versions of the components are made possible by two classes which I have adapted from fusion's unfused_typed class
    66   to unfuse through inheritance.
    77   Both of these classes unfuse operator(), and one of them unfuses the constructor with the same parameter types as for
    88   operator(), and the other replicates an (already unfused) constructor.
     9 * Adapted tuple serialization code by Troy D. Straszheim to take care of fusion vector serialization (for socket_sender and
     10   socket_receiver).
    911
    1012