This directory holds the C++ code for TTM analysis software which ultimately might end up in a class library. Top level classes defined: -------------------------- TestBox - holds all information for one TestBox TestBoxConfig - configuration of the TTM network at a specific date i.e. a collection of boxes which were active TTMOptions - handles and stores all options passed to the program TTMDelayData - process delay measurement data to be plotted, or summarized TTMSummaryChain - process summary data: trendplots or summary html/xml Auxilary classes: ----------------- TTMHistograms - manage histograms for one source/target combination TTMStatistics - manage statistics for one source/target combination Percentiles - manage array of data, return percentiles RoutingInfo - manage traceroute vector information (assumes data are entered in chronological order) CSVdump - to output data in CSV (comma seperate value) format Templates --------- DynamicArray - dynamically created 2 or 3 dimensional arrays (usefull when neither dimension is known at compile time)