RTP Trace System
1.0
|
#include "system.h"
#include "socket.h"
#include "rtpsender.h"
#include "rtcppacket.h"
#include "rtcpreceiver.h"
#include "rtcpabstractserver.h"
#include "traceclientapppacket.h"
#include "tools.h"
#include "breakdetector.h"
#include "traceserver.h"
#include "bandwidthmanager.h"
#include "servicelevelagreement.h"
#include "roundtriptimepinger.h"
Functions | |
void | cleanUp (const cardinal exitCode=0) |
void | initAll (const char *directory, const card16 port, const card64 timeout, const cardinal maxPacketSize, const bool lossScalability) |
int | main (int argc, char *argv[]) |
Variables | |
Socket * | rtcpServerSocket = NULL |
InternetAddress * | rtcpServerAddress = NULL |
RTCPReceiver * | rtcpReceiver = NULL |
TraceServer * | server = NULL |
ServiceLevelAgreement * | sla = NULL |
BandwidthManager * | bwManager = NULL |
Socket * | pingSocket4 = NULL |
Socket * | pingSocket6 = NULL |
RoundTripTimePinger * | pinger = NULL |
ofstream * | logStream = NULL |
void initAll | ( | const char * | directory, |
const card16 | port, | ||
const card64 | timeout, | ||
const cardinal | maxPacketSize, | ||
const bool | lossScalability | ||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
BandwidthManager* bwManager = NULL |
ofstream* logStream = NULL |
RoundTripTimePinger* pinger = NULL |
Socket* pingSocket4 = NULL |
Socket* pingSocket6 = NULL |
RTCPReceiver* rtcpReceiver = NULL |
InternetAddress* rtcpServerAddress = NULL |
Socket* rtcpServerSocket = NULL |
TraceServer* server = NULL |
ServiceLevelAgreement* sla = NULL |