src/devices/point-to-point/point-to-point-channel.h
changeset 4322 bad9eed19283
parent 4263 fec2f830d015
child 5286 6938385e35a8
equal deleted inserted replaced
4321:cbbc344586fc 4322:bad9eed19283
    48   static TypeId GetTypeId (void);
    48   static TypeId GetTypeId (void);
    49 
    49 
    50   /**
    50   /**
    51    * \brief Create a PointToPointChannel
    51    * \brief Create a PointToPointChannel
    52    *
    52    *
    53    * By default, you get a channel with the name "PointToPoint Channel" that
    53    * By default, you get a channel that
    54    * has zero transmission delay.
    54    * has zero transmission delay.
    55    */
    55    */
    56   PointToPointChannel ();
    56   PointToPointChannel ();
    57 
    57 
    58   /**
    58   /**