|
RTP Trace System
1.0
|
#include "system.h"#include "rtppacket.h"#include "managedstreaminterface.h"#include "trafficclassvalues.h"#include "bandwidthmanager.h"#include "tdtfmediareader.h"#include "traceencoder.h"#include "trafficpolicer.h"#include "strings.h"#include "gnuplot.h"#include <multimap.h>Classes | |
| class | SimulatorTask |
| Simulator Task. More... | |
| struct | Task |
| struct | Action |
Enumerations | |
| enum | ActionTypes { AT_Bandwidth = 1, AT_TransferDelay = 2, AT_LossRate = 3, AT_Jitter = 4 } |
Functions | |
| Action * | newAction (ServiceLevelAgreement *sla, Action *lastAction, const double offset, const char *className, const cardinal type, const card64 bandwidth, const double transferDelay, const double lossRate, const double jitter) |
| int | main (int argc, char *argv[]) |
| enum ActionTypes |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |