Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5179 in orxonox.OLD for trunk/src/lib/shell/shell_command.h


Ignore:
Timestamp:
Sep 13, 2005, 11:23:34 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: ShellInput is now almost perfectly extern.
ShellCompletion taken out.
Working again :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_command.h

    r5171 r5179  
    2727 * @param class the name of the class to apply this command to (without the "" around the string)
    2828 * @param function the function to call
     29 *
     30 * MEANING:
     31 *  ShellCommandBase* someUniqueVarName =
     32 *       ShellCommand<ClassName>::registerCommand("commandNameInShell", "ClassName", &ClassName::FunctionToCall);
     33 *
     34 * In the Shell you would call this Command using:
     35 * $ ClassName [ObjectName] commandNameInShell [parameters]
    2936 */
    3037#define SHELL_COMMAND(command, class, function) \
Note: See TracChangeset for help on using the changeset viewer.