#include <iostream>
#include <stdlib.h>
#include <math.h>
#include "FsfSystem.h"
#include "FsfFactories.h"
#include "FsfTypeNode.h"
#include "FsfCell.h"
Classes | |
class | ex2b::CPulsarControl |
A custom node type that encapsulates the attributes and operations necessary for feedback control of the pulsar rate. More... | |
class | ex2b::CAdjustDelay |
A custom cell that adjusts the pulsar delay based on the measured time interval between consecutive active pulses in order to brin the measured interval as close as possible to a target time interval. More... | |
class | ex2b::CPrintInterval |
A custom cell that writes to cout the difference between two consecutive incoming active pulses, in s. More... | |
Namespaces | |
namespace | ex2b |
Regroups all custom elements for example2b. | |
Functions | |
void | ex2b::registerFactories () |
Factory registration. | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |