src/contrib/contrib.h
changeset 6941 9d2c79c992d7
parent 6940 afe2960e58b7
child 6942 3b9ce3a727a5
equal deleted inserted replaced
6940:afe2960e58b7 6941:9d2c79c992d7
     1 /**
       
     2  * \addtogroup contrib Contrib
       
     3  *
       
     4  * The src/contrib directory is for contributed code that is being maintained
       
     5  * by the authors, but is not yet part of the main tree.
       
     6  * For instance, the developers may be requesting feedback on whether anyone
       
     7  * thinks the contributed model is generally useful to maintain in the main
       
     8  * tree, or may want feedback on the API or features.  If you find the
       
     9  * code in this directory useful, please let the ns-3 developers know.
       
    10  * Code may migrate from this directory to the main tree, or may be 
       
    11  * removed due to lack of interest, for a later release.
       
    12  *
       
    13  * - A class to generate graphs with gnuplot: ns3::Gnuplot and ns3::GnuplotDataset
       
    14  * - A class to hold configuration data:  ns3::ConfigStore and methods to allow the configuration to be read from and written to a file
       
    15  * - A graphical editor of the config store:  ns3::GtkConfigStore
       
    16  * - An object that garbage collects events:  ns3::EventGarbageCollector
       
    17  * - An object that provides "quick and dirty" delay and jitter estimation:  ns3::DelayJitterEstimation
       
    18  */