equal
deleted
inserted
replaced
177 InstallInternetStack (); |
177 InstallInternetStack (); |
178 InstallApplication (); |
178 InstallApplication (); |
179 Simulator::Schedule (Seconds(totalTime), & MeshTest::Report, this); |
179 Simulator::Schedule (Seconds(totalTime), & MeshTest::Report, this); |
180 Simulator::Stop (Seconds (totalTime)); |
180 Simulator::Stop (Seconds (totalTime)); |
181 Simulator::Run (); |
181 Simulator::Run (); |
182 std::cerr << "finish success\n"; |
|
183 Simulator::Destroy (); |
182 Simulator::Destroy (); |
184 return 0; |
183 return 0; |
185 } |
184 } |
186 void |
185 void |
187 MeshTest::Report () |
186 MeshTest::Report () |