00001 /** 00002 * \addtogroup contrib Contrib 00003 * 00004 * The src/contrib directory is for contributed code that is being maintained 00005 * by the authors, but is not yet part of the main tree. 00006 * For instance, the developers may be requesting feedback on whether anyone 00007 * thinks the contributed model is generally useful to maintain in the main 00008 * tree, or may want feedback on the API or features. If you find the 00009 * code in this directory useful, please let the ns-3 developers know. 00010 * Code may migrate from this directory to the main tree, or may be 00011 * removed due to lack of interest, for a later release. 00012 * 00013 * - A class to generate graphs with gnuplot: ns3::Gnuplot and ns3::GnuplotDataset 00014 * - A class to hold configuration data: ns3::ConfigStore and methods to allow the configuration to be read from and written to a file 00015 * - A graphical editor of the config store: ns3::GtkConfigStore 00016 * - An object that garbage collects events: ns3::EventGarbageCollector 00017 * - An object that provides "quick and dirty" delay and jitter estimation: ns3::DelayJitterEstimation 00018 */