src/visualizer/model/pyviz.h
changeset 8847 1b229b79d37d
parent 7727 a5343120babe
equal deleted inserted replaced
8846:6e874a0fee27 8847:1b229b79d37d
   218   inline NetDeviceStatistics & FindNetDeviceStatistics (int node, int interface);
   218   inline NetDeviceStatistics & FindNetDeviceStatistics (int node, int interface);
   219 
   219 
   220   void DoPause (std::string const &message);
   220   void DoPause (std::string const &message);
   221 
   221 
   222   bool m_stop;
   222   bool m_stop;
   223   EventId m_stopCallbackEvent;
   223   Time m_runUntil;
   224   void CallbackStopSimulation ();
   224   void CallbackStopSimulation ();
   225 };
   225 };
   226 
   226 
   227 
   227 
   228 }
   228 }