From 091bdb080f886d6644386553803e64e0da95b6e1 Mon Sep 17 00:00:00 2001 From: fros4943 Date: Mon, 6 Jul 2009 12:54:42 +0000 Subject: [PATCH] +quickhelp for control panel --- tools/cooja/config/quickhelp.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tools/cooja/config/quickhelp.txt b/tools/cooja/config/quickhelp.txt index 70c2e0a49..5685ff6aa 100644 --- a/tools/cooja/config/quickhelp.txt +++ b/tools/cooja/config/quickhelp.txt @@ -30,6 +30,17 @@ Currently, four event types are supported (see below). Note that the control pan

Watchpoints\
Shows triggered watchpoints, currently only supported by MSPSim-based motes. To add watchpoints, use the Msp Code Watcher plugin. +se.sics.cooja.plugins.SimControl = \ +Control Panel\ +

Use the control panel to start and stop the current simulation. \ +

Note that toggling simulation execution is also possible by the keyboard shortcut Ctrl+S. \ +

Step millisecond executes all events within the next simulated millisecond. \ +

The execution speed can be controlled via the bottom slider. \ +If the slider value is non-zero, sleep events are scheduled in the simulation loop. \ +

By setting the slider to Real time, the execution speed is limited to at maximum real time. \ +The Real time slider value is to the right of No simulation delay: select the slider button and use to keyboard to navigate here. \ +

Run until can be used to configure a time (in milliseconds) where the simulation will automatically pause. + KEYBOARD_SHORTCUTS = \ Keyboard shortcuts
\
Ctrl+N: New simulation\