equal
deleted
inserted
replaced
33 * \brief calculate a propagation delay. |
33 * \brief calculate a propagation delay. |
34 */ |
34 */ |
35 class PropagationDelayModel : public Object |
35 class PropagationDelayModel : public Object |
36 { |
36 { |
37 public: |
37 public: |
|
38 static TypeId GetTypeId (void); |
38 virtual ~PropagationDelayModel (); |
39 virtual ~PropagationDelayModel (); |
39 /** |
40 /** |
40 * \param a the source |
41 * \param a the source |
41 * \param b the destination |
42 * \param b the destination |
42 * \returns the calculated propagation delay |
43 * \returns the calculated propagation delay |