Changeset 7725 in orxonox.OLD for trunk/src/lib/shell
- Timestamp:
- May 19, 2006, 11:58:19 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/some_shell_commands.cc
r7457 r7725 17 17 * @file some_shell_commands.cc 18 18 * @brief All the ShellCommands, that should not pollute the SourceCode. 19 * 20 * This File is here, so that we do not have to pollute the Library-files 21 * with unneccessary other modules. 22 * Like this 19 23 */ 20 24 … … 27 31 28 32 #include "class_list.h" 29 SHELL_COMMAND _STATIC(debug, ClassList, ClassList::debugS)33 SHELL_COMMAND(debug, ClassList, ClassList::debugS) 30 34 ->describe("Shows all registered classes, if param1: is a valid ClassName only values of this class are shown. param2: how much output") 31 35 ->defaultValues(MT_NULL, 1); 32 36 33 37 #include "p_node.h" 34 SHELL_COMMAND(debugNode, PNode, debugNode SC);38 SHELL_COMMAND(debugNode, PNode, debugNode); 35 39 SHELL_COMMAND(setPosition, PNode, setAbsCoor); 36 40
Note: See TracChangeset
for help on using the changeset viewer.