#include "sys/transmission_model.h"#include <vector>#include <functional>


Namespaces | |
| namespace | shawn |
Classes | |
| class | shawn::AlohaTransmissionModel |
| Aloha transmission model where each message is delivered without delay but there is packet loss. More... | |
| struct | shawn::AlohaTransmissionModel::msg_delivery |
| Message structure used in Aloha transmission model. More... | |
| struct | shawn::AlohaTransmissionModel::msg_delivery::msg_destination |
| The structure for information of a destination node. More... | |
| struct | shawn::AlohaTransmissionModel::same_round |
| Unary function to determine if two messages are of the same simulation round. More... | |
1.5.6