Add a processing module that reads events from a text file
[lttv.git] / lttv / lttv / sync / README
index ada0210b99f01ddc71a64450ea0b4fecbca17b00..6e76ec17a24a62039d403ca7c295f7bd8ec9b546 100644 (file)
@@ -192,9 +192,11 @@ This reads parameters, creates SyncState and calls the processing init
 function. The "sync chain" is the set of event-* modules. At the moment there
 is only one module at each stage. However, as more module are added, it will
 become relevant to have many modules at the same stage simultaneously. This
 function. The "sync chain" is the set of event-* modules. At the moment there
 is only one module at each stage. However, as more module are added, it will
 become relevant to have many modules at the same stage simultaneously. This
-will require some modifications. I've kept this possibility at the back of my
-mind while designing. It is already partly supported at the matching stage
-through encapsulation of other matching modules.
+will require some modifications. It is already partly supported at the
+matching stage through encapsulation of other matching modules.
+
+sync_chain_unitest:main() provides a fairly simple example of sync chain
+implementation.
 
 ++ Stage 1: Event processing
 Specific to the tracing data source.
 
 ++ Stage 1: Event processing
 Specific to the tracing data source.
This page took 0.02208 seconds and 4 git commands to generate.