Changes between Version 7 and Version 8 of soc/2007/SignalNetwork
- Timestamp:
- Jun 3, 2007, 5:46:03 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
soc/2007/SignalNetwork
v7 v8 1 1 == News == 2 2 3 *'''(06/03/2007)'''4 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 5 Unfused versions of the components are made possible by two classes which I have adapted from fusion's unfused_typed class 6 6 to unfuse through inheritance. 7 7 Both of these classes unfuse operator(), and one of them unfuses the constructor with the same parameter types as for 8 8 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). 9 11 10 12