RTP Trace System  1.0
tools.h File Reference
#include "system.h"
#include "strings.h"
#include "tools.icc"

Go to the source code of this file.

Namespaces

namespace  Coral

Functions

void Coral::debug (const char *string)
card64 Coral::getMicroTime ()
card16 Coral::translate16 (const card16 x)
card32 Coral::translate32 (const card32 x)
card64 Coral::translate64 (const card64 x)
card64 Coral::translateToBinary (const double x)
double Coral::translateToDouble (const card64 x)
cardinal Coral::calculatePacketsPerSecond (const cardinal payloadBytesPerSecond, const cardinal framesPerSecond, const cardinal maxPacketSize, const cardinal headerLength)
cardinal Coral::calculateBytesPerSecond (const cardinal payloadBytesPerSecond, const cardinal framesPerSecond, const cardinal maxPacketSize, const cardinal headerLength)
bool Coral::scanURL (const String &location, String &protocol, String &host, String &path)
template<class T >
void Coral::quickSort (T *array, const integer start, const integer end)
template<class T >
cardinal Coral::removeDuplicates (T *array, const cardinal length)
void Coral::printTimeStamp (ostream &os)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines