src/netanim/model/animation-interface.h
changeset 9228 5fb8a7e8db69
parent 9161 9c62cfdc7946
child 9245 8bc488ac6cdc
equal deleted inserted replaced
9227:cca3ebe36928 9228:5fb8a7e8db69
   453 
   453 
   454   /**
   454   /**
   455    * \brief Closes the interface to the animator.
   455    * \brief Closes the interface to the animator.
   456    *
   456    *
   457    */
   457    */
   458   void StopAnimation ();
   458   void StopAnimation (bool onlyAnimation = false);
   459 
   459 
   460   void DevTxTrace (std::string context,
   460   void DevTxTrace (std::string context,
   461                    Ptr<const Packet> p,
   461                    Ptr<const Packet> p,
   462                    Ptr<NetDevice> tx,
   462                    Ptr<NetDevice> tx,
   463                    Ptr<NetDevice> rx,
   463                    Ptr<NetDevice> rx,