Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5154 in orxonox.OLD for trunk/src/util/shell.cc


Ignore:
Timestamp:
Aug 27, 2005, 2:00:47 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: better comparison

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/shell.cc

    r5152 r5154  
    8383  ShellCommand<Shell>::registerCommand("testB", CL_SHELL, &Shell::testB);
    8484  ShellCommand<Shell>::registerCommand("testF", CL_SHELL, &Shell::testF);
     85  ShellCommand<Shell>::registerCommand("testSF", CL_SHELL, &Shell::testSF);
    8586}
    8687
     
    109110  PRINTF(3)("This is the Test for one Float '%f'\n", f);
    110111}
     112
     113void Shell::testSF (const char* s, float f)
     114{
     115  PRINTF(3)("This is the Test for one String '%s' and one Float '%f'\n",s , f);
     116}
     117
    111118
    112119
Note: See TracChangeset for help on using the changeset viewer.