#include <probeSG.h>
Inherits Probe.
Inheritance diagram for ProbeSG:
This is a custom probe, specifically designed for a Slotted Aloha system. It measures the mean packet generation over time, considering both new packets and backlogged packets (retransmissions). Doing so, it measures both the long term mean values and the short term values (refreshed after each file writeout).
You can see that we have defined two new Observe functions and we don't use the 'normal' Observe().
Check out Probe documentation about the meaning of each function.
Side note: a custom probe can't be global... sorry.
Definition at line 25 of file probeSG.h.