sim Class Reference#include <sim.h>
List of all members.
Detailed Description
Definition at line 15 of file sim.h.
Member Typedef Documentation
Definition at line 23 of file sim.h.
Definition at line 24 of file sim.h.
Definition at line 25 of file sim.h.
Definition at line 26 of file sim.h.
Definition at line 27 of file sim.h.
Definition at line 28 of file sim.h.
Definition at line 29 of file sim.h.
Definition at line 30 of file sim.h.
Definition at line 31 of file sim.h.
Constructor & Destructor Documentation
Member Function Documentation
bool processCommandLine |
( |
int |
argc, |
|
|
const char * |
argv[] | |
|
) |
| | |
unsigned int measure_usleep_cost |
( |
|
) |
[static, protected] |
void manage_process |
( |
|
) |
[inline, static, protected] |
bool fork_process |
( |
|
) |
[inline, static, protected] |
ProcessID hook to use the thread group as the process ID.
Definition at line 413 of file sim.cc.
Referenced by run().
ProcessID hook to set the thread group as the process ID.
Definition at line 419 of file sim.cc.
Referenced by run().
static unsigned int sim_get_time |
( |
|
) |
[inline, static, protected] |
static float sim_getTimeScale |
( |
|
) |
[inline, static, protected] |
void handle_signal |
( |
int |
sig |
) |
[static, protected] |
void handle_exit |
( |
|
) |
[static, protected] |
Friends And Related Function Documentation
int main |
( |
int |
argc, |
|
|
const char * |
argv[] | |
|
) |
| | [friend] |
Member Data Documentation
Definition at line 33 of file sim.h.
Referenced by Simulator::cmdQuit(), SoundPlay::DoStart(), Motion::DoStart(), SoundPlay::DoStop(), Motion::DoStop(), fork_process(), Motion::gotWakeup(), Main::Main(), Motion::Motion(), processCommandLine(), Simulator::processRunlevel(), Simulator::replaceEntry(), Simulator::resetSpeedMode(), Simulator::CommandThread::run(), Simulator::run(), run(), Main::run(), sim(), SimConfig::SimConfig(), Simulator::Simulator(), Main::~Main(), and Motion::~Motion().
Definition at line 34 of file sim.h.
Definition at line 74 of file sim.h.
Definition at line 75 of file sim.h.
bool original = true [static, protected] |
const char *const usage [static, protected] |
Initial value:
"[-h|--help] [-c|--config config-file] [cmd1 cmd2 ...]\n"
"Commands passed as arguments are commonly of the form var=val, but can\n"
"also be any valid simulator command, such as 'freeze'. If you wish to\n"
"pass a multi-word command, encase the command in quotes."
Definition at line 77 of file sim.h.
Referenced by processCommandLine().
pid_t child = static_cast<pid_t>(-1) [static, protected] |
The documentation for this class was generated from the following files:
|