src/devices/point-to-point/point-to-point.h
author Tom Henderson <tomh@tomh.org>
Thu, 03 Apr 2008 09:07:15 -0700
changeset 2867 d63b525e3f80
child 3086 5370849d0b76
permissions -rw-r--r--
Some doxygen work

/**
 * \ingroup devices
 * \defgroup PointToPoint Point-to-Point Models
 *
 * \section Point-to-Point Models
 *
 * The set of Point-to-Point models provides an abstrated point-to-point link
 * model, that simulates transmission delay (finite data rate) and 
 * propagation delay, and can also optionally include an error model
 * (ns3::ErrorModel).
 */