#include <vector>
#include <omnetpp.h>
#include <BasicModule.h>
#include <UnderlayConfigurator.h>
#include <InitStages.h>
#include "AccessNet.h"
Classes | |
class | IPv4UnderlayConfigurator |
Configurator module for the IPv4Underlay. More... | |
Functions | |
double | uniform2 (double start, double end, double index, double new_calc) |
double | intuniform2 (double start, double end, double index, double new_calc) |
Define_Function (uniform2, 4) | |
Define_Function (intuniform2, 4) |
Define_Function | ( | intuniform2 | , | |
4 | ||||
) |
Define_Function | ( | uniform2 | , | |
4 | ||||
) |
double intuniform2 | ( | double | start, | |
double | end, | |||
double | index, | |||
double | new_calc | |||
) |
double uniform2 | ( | double | start, | |
double | end, | |||
double | index, | |||
double | new_calc | |||
) |