#include <iostream>#include <stdlib.h>#include "FsfSystem.h"#include "FsfFactories.h"#include "FsfTypeNode.h"#include "FsfCell.h"#include "FsfBarrier.h"#include <math.h>

Classes | |
| class | ex3::CSpendTime |
| A custom cell that places generic nodes on the active stream after performing meaningless computations of variable duration. More... | |
| class | ex3::CCountNodes |
A custom cell that writes to cout the number of nodes matching a specific node name pattern in incoming active pulses. More... | |
Namespaces | |
| namespace | ex3 |
| Regroups all custom elements for example3. | |
Functions | |
| void | ex3::registerFactories () |
| Factory registration. | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
1.5.9