RTP Trace System
1.0
|
#include "socket.h"
#include "traceclient.h"
#include "breakdetector.h"
#include "strings.h"
#include <fstream.h>
Functions | |
void | cleanUp (const cardinal exitCode=0) |
void | initGNUplot (const char *prefix, const char *info, const cardinal layers, const String &address) |
int | main (int argc, char *argv[]) |
Variables | |
TraceClient * | client = NULL |
ofstream * | gpScript = NULL |
ofstream * | gpData = NULL |
void initGNUplot | ( | const char * | prefix, |
const char * | info, | ||
const cardinal | layers, | ||
const String & | address | ||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
TraceClient* client = NULL |
ofstream* gpData = NULL |
ofstream* gpScript = NULL |